Searched refs:goto_buf (Results 1 – 1 of 1) sorted by relevance
1896 static u_char goto_buf[8]; in handle_goto() local1910 ch = goto_buf[--num]; in handle_goto()1911 goto_buf[num] = '\0'; in handle_goto()1917 goto_buf[num++] = ch; in handle_goto()1918 goto_buf[num] = '\0'; in handle_goto()1920 maxlen = (*goto_buf >= '0') ? 3 : 4; in handle_goto()1931 goto_buf[num = 0] = '\0'; in handle_goto()1936 goto_pos = simple_strtoul(goto_buf, &cp, 10); in handle_goto()1939 if (*goto_buf < '0') in handle_goto()1948 if (*goto_buf < '0') in handle_goto()[all …]