Lines Matching refs:_Commands
93 static char *_Commands[MAXCMDS+1];
199 for (i=0; _Commands[i] != NULL; i++)
200 DEBUG(7, "_Commands %s\n", _Commands[i]);
411 fillList(U_COMMANDS, _Commands);
467 fillList(U_COMMANDS, _Commands);
836 * Check "name" against a BASENAME or full name of _Commands list.
843 * a full path was specified in _Commands;
858 for (i=0; _Commands[i] != NULL; i++) {
859 if (EQUALS(_Commands[i], "ALL")) {
868 bname = BASENAME(_Commands[i], '/');
870 bname = _Commands[i];
873 (void) strcpy(fullname, _Commands[i]);