Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/doc/
HDchew.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()
HDChangeLog-9103242 (bulletize, do_fancy_stuff, iscommand): Likewise.
388 (iscommand): Minimum command length is now 4.
/NextBSD/contrib/tcsh/
HDsh.exec.c147 static int iscommand (Char *);
814 iscommand(Char *name) in iscommand() function
1009 if ((i = iscommand(sp->word)) != 0) { in tellmewhat()