Searched refs:cmd_last (Results 1 – 1 of 1) sorted by relevance
109 char *cmd_last; in pgrep_main() local158 cmd_last = NULL; in pgrep_main()228 free(cmd_last); in pgrep_main()229 cmd_last = xstrdup(cmd); in pgrep_main()240 if (cmd_last) { in pgrep_main()241 act(matched_pid, cmd_last, signo); in pgrep_main()243 free(cmd_last); in pgrep_main()