Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/bdes/
H A Dbdes.c143 #define KEY_ASCII 1 /* key is in ASCII characters */ macro
216 keybase = KEY_ASCII; in main()
275 keybase = KEY_ASCII; in main()
416 case KEY_ASCII: /* ascii to integer */ in cvtkey()