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

/freebsd-11.0-release/usr.bin/killall/
H A Dkillall.c118 char thiscmd[MAXCOMLEN + 1]; local
335 strlcpy(thiscmd, procs[i].ki_comm, sizeof(thiscmd));
363 pmatch.rm_eo = strlen(thiscmd);
364 if (regexec(&rgx, thiscmd, 0, &pmatch,
369 if (strncmp(thiscmd, cmd, MAXCOMLEN) != 0)
389 pmatch.rm_eo = strlen(thiscmd);
390 if (regexec(&rgx, thiscmd, 0, &pmatch,
395 if (strcmp(thiscmd, av[j]) == 0)
403 sig, thiscmd, thispi
[all...]
/freebsd-11.0-release/lib/libedit/
H A Del.h91 el_action_t thiscmd; /* this command */ member in struct:el_state_t
H A Dfilecomplete.c436 if (el->el_state.lastcmd == el->el_state.thiscmd)
H A Dread.c625 el->el_state.thiscmd = cmdnum;
H A Dchared.c77 r->cmd = el->el_state.thiscmd;
H A Dvi.c1149 el->el_state.thiscmd = r->cmd;

Completed in 108 milliseconds