Home
last modified time | relevance | path

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

/freebsd/usr.bin/killall/
H A Dkillall.c117 char thiscmd[MAXCOMLEN + 1]; in main() local
335 strlcpy(thiscmd, procs[i].ki_comm, sizeof(thiscmd)); in main()
363 pmatch.rm_eo = strlen(thiscmd); in main()
364 if (regexec(&rgx, thiscmd, 0, &pmatch, in main()
369 if (strncmp(thiscmd, cmd, MAXCOMLEN) != 0) in main()
389 pmatch.rm_eo = strlen(thiscmd); in main()
390 if (regexec(&rgx, thiscmd, 0, &pmatch, in main()
395 if (strcmp(thiscmd, av[j]) == 0) in main()
403 sig, thiscmd, thispid, thisuid); in main()
415 sig, thiscmd, thispid, (uintmax_t)thistdev, in main()
/freebsd/contrib/libedit/
H A Del.h85 el_action_t thiscmd; /* this command */ member
H A Dread.c528 el->el_state.thiscmd = cmdnum; in el_wgets()
H A Dfilecomplete.c677 if (el->el_state.lastcmd == el->el_state.thiscmd) in fn_complete2()
H A Dchared.c78 r->cmd = el->el_state.thiscmd; in cv_undo()
H A Dvi.c1157 el->el_state.thiscmd = r->cmd; in vi_redo()