Searched refs:goto_buf (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/speakup/
H A Dmain.c1896 static u_char goto_buf[8]; handle_goto() local
1910 ch = goto_buf[--num]; handle_goto()
1911 goto_buf[num] = '\0'; handle_goto()
1917 goto_buf[num++] = ch; handle_goto()
1918 goto_buf[num] = '\0'; handle_goto()
1920 maxlen = (*goto_buf >= '0') ? 3 : 4; handle_goto()
1931 goto_buf[num = 0] = '\0'; handle_goto()
1936 goto_pos = simple_strtoul(goto_buf, &cp, 10); handle_goto()
1939 if (*goto_buf < '0') handle_goto()
1948 if (*goto_buf < '0') handle_goto()
1957 goto_buf[num = 0] = '\0'; handle_goto()

Completed in 45 milliseconds