Searched refs:goto_buf (Results 1 – 1 of 1) sorted by relevance
1941 static u_char goto_buf[8]; in handle_goto() local1958 wch = goto_buf[--num]; in handle_goto()1959 goto_buf[num] = '\0'; in handle_goto()1966 goto_buf[num++] = ch; in handle_goto()1967 goto_buf[num] = '\0'; in handle_goto()1969 maxlen = (*goto_buf >= '0') ? 3 : 4; in handle_goto()1980 goto_buf[num = 0] = '\0'; in handle_goto()1986 goto_pos = simple_strtoul(goto_buf, &cp, 10); in handle_goto()1989 if (*goto_buf < '0') in handle_goto()1998 if (*goto_buf < '0') in handle_goto()[all …]