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

/drivers/staging/speakup/
H A Dmain.c1893 static u_char goto_buf[8]; local
1907 ch = goto_buf[--num];
1908 goto_buf[num] = '\0';
1914 goto_buf[num++] = ch;
1915 goto_buf[num] = '\0';
1917 maxlen = (*goto_buf >= '0') ? 3 : 4;
1928 goto_buf[num = 0] = '\0';
1933 goto_pos = simple_strtoul(goto_buf, &cp, 10);
1936 if (*goto_buf < '0')
1945 if (*goto_buf < '
[all...]

Completed in 37 milliseconds