Searched refs:iscommand (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/bin/csh/ |
| D | exec.c | 96 static int iscommand(Char *); 485 iscommand(Char *name) in iscommand() function 674 if ((i = iscommand(sp->word)) != 0) { in tellmewhat()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| D | chew.c | 330 static int iscommand (string_type *, unsigned int); 820 iscommand (ptr, idx) in iscommand() function 1037 if (iscommand (ptr, idx)) in get_stuff_in_command() 1236 if (iscommand (ptr, idx)) in perform()
|
| D | ChangeLog-9103 | 242 (bulletize, do_fancy_stuff, iscommand): Likewise. 388 (iscommand): Minimum command length is now 4.
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | chew.c | 329 static int iscommand (string_type *, unsigned int); 858 iscommand (ptr, idx) in iscommand() function 1075 if (iscommand (ptr, idx)) in get_stuff_in_command() 1274 if (iscommand (ptr, idx)) in perform()
|
| D | ChangeLog-9103 | 242 (bulletize, do_fancy_stuff, iscommand): Likewise. 388 (iscommand): Minimum command length is now 4.
|
| /openbsd/src/sys/dev/wscons/ |
| D | wskbd.c | 1677 int gindex, iscommand = 0; in wskbd_translate() local 1710 iscommand = internal_command(sc, &type, kp->command, in wskbd_translate() 1789 if (type != WSCONS_EVENT_KEY_DOWN || iscommand) in wskbd_translate()
|