Lines Matching refs:goto_buf
1938 static u_char goto_buf[8]; in handle_goto() local
1955 wch = goto_buf[--num]; in handle_goto()
1956 goto_buf[num] = '\0'; in handle_goto()
1963 goto_buf[num++] = ch; in handle_goto()
1964 goto_buf[num] = '\0'; in handle_goto()
1966 maxlen = (*goto_buf >= '0') ? 3 : 4; in handle_goto()
1977 goto_buf[num = 0] = '\0'; in handle_goto()
1983 goto_pos = simple_strtoul(goto_buf, &cp, 10); in handle_goto()
1986 if (*goto_buf < '0') in handle_goto()
1995 if (*goto_buf < '0') in handle_goto()
2004 goto_buf[num = 0] = '\0'; in handle_goto()