Lines Matching refs:tto
31 static int mygetkey_timeout(clock_t *kbd_to, clock_t *tto) in mygetkey_timeout() argument
37 key = get_key(stdin, *kbd_to ? *kbd_to : *tto); in mygetkey_timeout()
44 if (*tto) { in mygetkey_timeout()
46 if (*tto <= (long long)t1) in mygetkey_timeout()
50 if (*tto > totaltimeout) in mygetkey_timeout()
53 *tto -= t1; in mygetkey_timeout()
61 clock_t *tto) in cmd_reverse_search() argument
76 key = mygetkey_timeout(kbd_to, tto); in cmd_reverse_search()
137 clock_t tto = totaltimeout; in edit_cmdline() local
207 key = mygetkey_timeout(&kbd_to, &tto); in edit_cmdline()
392 const char *p = cmd_reverse_search(&cursor, &kbd_to, &tto); in edit_cmdline()