Home
last modified time | relevance | path

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

/src/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py32 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
H A Ddpp-nfc.py33 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/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y80 static bool no_input; /* don't need more input */ variable
359 no_input = true;
891 if ((no_input == false) && (do_input == 1)) { in do_function_call()
1081 no_input = false; in init_parse_variables()
/src/crypto/krb5/src/lib/krb5/krb/
H A Dget_creds.c1249 krb5_boolean no_input = (in == NULL || in->length == 0); in krb5_tkt_creds_step() local
1258 if (no_input != (ctx->state == STATE_BEGIN) || in krb5_tkt_creds_step()
1272 if (!no_input) { in krb5_tkt_creds_step()