Lines Matching refs:goto_buf
1940 static u_char goto_buf[8]; in handle_goto() local
1957 wch = goto_buf[--num]; in handle_goto()
1958 goto_buf[num] = '\0'; in handle_goto()
1965 goto_buf[num++] = ch; in handle_goto()
1966 goto_buf[num] = '\0'; in handle_goto()
1968 maxlen = (*goto_buf >= '0') ? 3 : 4; in handle_goto()
1979 goto_buf[num = 0] = '\0'; in handle_goto()
1985 goto_pos = simple_strtoul(goto_buf, &cp, 10); in handle_goto()
1988 if (*goto_buf < '0') in handle_goto()
1997 if (*goto_buf < '0') in handle_goto()
2006 goto_buf[num = 0] = '\0'; in handle_goto()