Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_lexer.l42 %option noinput
/external/selinux/libsemanage/src/
Dconf-scan.l33 %option noinput nounput noyy_push_state noyy_pop_state noyy_top_state noyywrap
/external/bison/src/
Dscan-skel.l20 %option nodefault noyywrap noinput nounput never-interactive debug
Dscan-gram.l20 %option debug nodefault noinput nounput noyywrap never-interactive
Dscan-code.l20 %option debug nodefault noinput nounput noyywrap never-interactive
/external/bison/m4/
Dflex.m429 %option debug nodefault noinput nounput noyywrap never-interactive
/external/selinux/checkpolicy/
Dpolicy_scan.l50 %option noinput nounput noyywrap
/external/libvncserver/x11vnc/
Dxevents.c952 int delay = 10, noinput = 3; in check_keycode_state() local
969 if (now > last_check + delay && now > last_keyboard_input + noinput) { in check_keycode_state()
/external/bison/
Dconfigure8311 %option debug nodefault noinput nounput noyywrap never-interactive
DChangeLog-20122311 * src/scan-code.l: Add "%option noinput", which I cannot find in
2315 --enable-gcc-warnings because "%option noinput" didn't work