Searched refs:printkeys (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/tcsh-6/ |
H A D | tc.bind.c | 43 static void printkeys (KEYCMD *, int, int); 420 printkeys(CcKeyMap, prev, i - 1); in print_all_keys() 423 printkeys(CcKeyMap, prev, i - 1); in print_all_keys() 430 printkeys(CcAltMap, prev, i - 1); in print_all_keys() 433 printkeys(CcAltMap, prev, i - 1); in print_all_keys() 441 printkeys(KEYCMD *map, int first, int last) in printkeys() function
|
/dflybsd-src/sbin/ifconfig/ |
H A D | ifconfig.h | 144 extern bool printkeys;
|
H A D | ifwg.c | 418 if (wg_interface->i_flags & WG_INTERFACE_HAS_PRIVATE && printkeys) { in wg_status() 439 if (printkeys) { in wg_status()
|
H A D | ifconfig.c | 74 bool printkeys = false; /* Print keying material for interfaces. */ variable 401 printkeys = true; in main()
|
H A D | ifieee80211.c | 4401 printcontents = printkeys && in printkey()
|