Searched refs:noinput (Results 1 – 10 of 10) sorted by relevance
42 %option noinput
33 %option noinput nounput noyy_push_state noyy_pop_state noyy_top_state noyywrap
20 %option nodefault noyywrap noinput nounput never-interactive debug
20 %option debug nodefault noinput nounput noyywrap never-interactive
29 %option debug nodefault noinput nounput noyywrap never-interactive
50 %option noinput nounput noyywrap
952 int delay = 10, noinput = 3; in check_keycode_state() local969 if (now > last_check + delay && now > last_keyboard_input + noinput) { in check_keycode_state()
8311 %option debug nodefault noinput nounput noyywrap never-interactive
2311 * src/scan-code.l: Add "%option noinput", which I cannot find in2315 --enable-gcc-warnings because "%option noinput" didn't work