HomeSort by: relevance | last modified time | path
    Searched defs:iscommand (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/csh/
exec.c 107 static int iscommand(Char *);
507 iscommand(Char *name) function
558 * is the executable() routine below and changes to iscommand().
700 if ((i = iscommand(sp->word)) != 0) {
  /src/sys/dev/wscons/
wskbd.c 1685 int iscommand = 0; local
1720 iscommand = internal_command(sc, &type, kp->command,
1776 if (type != WSCONS_EVENT_KEY_DOWN || iscommand) {
  /src/external/gpl3/binutils/dist/bfd/doc/
chew.c 782 iscommand (string_type *ptr, unsigned int idx) function
1035 if (iscommand (buf_ptr, pos_idx))
1251 if (iscommand (buf_ptr, pos_idx))
  /src/external/gpl3/binutils.old/dist/bfd/doc/
chew.c 782 iscommand (string_type *ptr, unsigned int idx) function
1035 if (iscommand (buf_ptr, pos_idx))
1251 if (iscommand (buf_ptr, pos_idx))
  /src/external/gpl3/gdb.old/dist/bfd/doc/
chew.c 782 iscommand (string_type *ptr, unsigned int idx) function
1035 if (iscommand (buf_ptr, pos_idx))
1251 if (iscommand (buf_ptr, pos_idx))
  /src/external/gpl3/gdb/dist/bfd/doc/
chew.c 782 iscommand (string_type *ptr, unsigned int idx) function
1035 if (iscommand (buf_ptr, pos_idx))
1251 if (iscommand (buf_ptr, pos_idx))

Completed in 24 milliseconds