Lines Matching refs:goto_buf
1952 static u_char goto_buf[8]; in handle_goto() local
1969 wch = goto_buf[--num]; in handle_goto()
1970 goto_buf[num] = '\0'; in handle_goto()
1977 goto_buf[num++] = ch; in handle_goto()
1978 goto_buf[num] = '\0'; in handle_goto()
1980 maxlen = (*goto_buf >= '0') ? 3 : 4; in handle_goto()
1991 goto_buf[num = 0] = '\0'; in handle_goto()
1997 goto_pos = simple_strtoul(goto_buf, &cp, 10); in handle_goto()
2000 if (*goto_buf < '0') in handle_goto()
2009 if (*goto_buf < '0') in handle_goto()
2018 goto_buf[num = 0] = '\0'; in handle_goto()