Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accessibility/speakup/
Dmain.c1952 static u_char goto_buf[8]; in handle_goto() local
1969 wch = goto_buf[--num]; in handle_goto()
1970 goto_buf[num] = '\0'; in handle_goto()
1977 goto_buf[num++] = ch; in handle_goto()
1978 goto_buf[num] = '\0'; in handle_goto()
1980 maxlen = (*goto_buf >= '0') ? 3 : 4; in handle_goto()
1991 goto_buf[num = 0] = '\0'; in handle_goto()
1997 goto_pos = simple_strtoul(goto_buf, &cp, 10); in handle_goto()
2000 if (*goto_buf < '0') in handle_goto()
2009 if (*goto_buf < '0') in handle_goto()
[all …]