Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dmain.c1897 static u_char goto_buf[8]; in handle_goto() local
1911 ch = goto_buf[--num]; in handle_goto()
1912 goto_buf[num] = '\0'; in handle_goto()
1918 goto_buf[num++] = ch; in handle_goto()
1919 goto_buf[num] = '\0'; in handle_goto()
1921 maxlen = (*goto_buf >= '0') ? 3 : 4; in handle_goto()
1932 goto_buf[num = 0] = '\0'; in handle_goto()
1937 goto_pos = simple_strtoul(goto_buf, &cp, 10); in handle_goto()
1940 if (*goto_buf < '0') in handle_goto()
1949 if (*goto_buf < '0') in handle_goto()
[all …]