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