Searched refs:opt_ch (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | get_args.c | 167 int opt_ch, i; in get_args() local 183 while ((opt_ch = getopt(argc, argv, getopt_args)) != -1) in get_args() 184 switch (opt_ch) { in get_args()
|
| /netbsd-src/external/bsd/am-utils/dist/amq/ |
| H A D | amq.c | 412 int opt_ch; in main() local 439 while ((opt_ch = getopt(argc, argv, "Hfh:il:mqsuvx:D:pP:TUw")) != -1) in main() 440 switch (opt_ch) { in main()
|
| /netbsd-src/usr.bin/menuc/ |
| H A D | menu_sys.def | 70 static char opt_ch(menudesc *m, int op_no); 292 opt_ch(menudesc *m, int op_no) 321 wprintw(m->mw, "%c: ", opt_ch(m, opt));
|