HomeSort by: relevance | last modified time | path
    Searched refs:no_input (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
p2p-nfc.py 32 no_input = False variable
482 global no_input
483 if no_input:
492 elif no_input:
530 if init_on_touch or not no_input:
604 if args.no_input:
605 global no_input
606 no_input = True
dpp-nfc.py 33 no_input = False variable
888 global no_input
889 if no_input:
906 elif no_input:
982 if init_on_touch or not no_input:
1112 if args.no_input:
1113 global no_input
1114 no_input = True
  /src/tests/lib/libcurses/director/
testlang_parse.y 81 static bool no_input; /* don't need more input */
1104 if ((no_input == false) && (do_input == 1)) {
1407 no_input = true;
1446 no_input = false;

Completed in 14 milliseconds