Searched refs:goto_buf (Results 1 – 1 of 1) sorted by relevance
1898 static u_char goto_buf[8]; in handle_goto() local1912 ch = goto_buf[--num]; in handle_goto()1913 goto_buf[num] = '\0'; in handle_goto()1919 goto_buf[num++] = ch; in handle_goto()1920 goto_buf[num] = '\0'; in handle_goto()1922 maxlen = (*goto_buf >= '0') ? 3 : 4; in handle_goto()1933 goto_buf[num = 0] = '\0'; in handle_goto()1938 goto_pos = simple_strtoul(goto_buf, &cp, 10); in handle_goto()1941 if (*goto_buf < '0') in handle_goto()1950 if (*goto_buf < '0') in handle_goto()[all …]