Searched refs:thiscmd (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.bin/killall/
H A Dkillall.c113 char thiscmd[MAXCOMLEN + 1]; local
320 strlcpy(thiscmd, procs[i].ki_comm, sizeof(thiscmd));
348 pmatch.rm_eo = strlen(thiscmd);
349 if (regexec(&rgx, thiscmd, 0, &pmatch,
354 if (strncmp(thiscmd, cmd, MAXCOMLEN) != 0)
374 pmatch.rm_eo = strlen(thiscmd);
375 if (regexec(&rgx, thiscmd, 0, &pmatch,
380 if (strcmp(thiscmd, av[j]) == 0)
390 thiscmd, thispi
[all...]
/freebsd-9.3-release/lib/libedit/
H A Del.h84 el_action_t thiscmd; /* this command */ member in struct:el_state_t
H A Dfilecomplete.c399 if (el->el_state.lastcmd == el->el_state.thiscmd)
H A Dread.c543 el->el_state.thiscmd = cmdnum;
H A Dchared.c74 r->cmd = el->el_state.thiscmd;
H A Dvi.c1118 el->el_state.thiscmd = r->cmd;

Completed in 61 milliseconds