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