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

/freebsd-11-stable/usr.bin/killall/
H A Dkillall.c120 char thiscmd[MAXCOMLEN + 1]; local
337 strlcpy(thiscmd, procs[i].ki_comm, sizeof(thiscmd));
365 pmatch.rm_eo = strlen(thiscmd);
366 if (regexec(&rgx, thiscmd, 0, &pmatch,
371 if (strncmp(thiscmd, cmd, MAXCOMLEN) != 0)
391 pmatch.rm_eo = strlen(thiscmd);
392 if (regexec(&rgx, thiscmd, 0, &pmatch,
397 if (strcmp(thiscmd, av[j]) == 0)
405 sig, thiscmd, thispi
[all...]
/freebsd-11-stable/lib/libedit/
H A Del.h84 el_action_t thiscmd; /* this command */ member in struct:el_state_t
H A Dfilecomplete.c433 if (el->el_state.lastcmd == el->el_state.thiscmd)
H A Dread.c621 el->el_state.thiscmd = cmdnum;
H A Dchared.c81 r->cmd = el->el_state.thiscmd;
H A Dvi.c1155 el->el_state.thiscmd = r->cmd;

Completed in 40 milliseconds