Home
last modified time | relevance | path

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

/openbsd/src/bin/csh/
Dexec.c96 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/
Dchew.c330 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()
DChangeLog-9103242 (bulletize, do_fancy_stuff, iscommand): Likewise.
388 (iscommand): Minimum command length is now 4.
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dchew.c329 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()
DChangeLog-9103242 (bulletize, do_fancy_stuff, iscommand): Likewise.
388 (iscommand): Minimum command length is now 4.
/openbsd/src/sys/dev/wscons/
Dwskbd.c1677 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()