Searched refs:tokill (Results 1 – 1 of 1) sorted by relevance
43 char *tokill; in fancy_kill() local45 tokill = &process_to_kill[1]; in fancy_kill()54 if (!strstr(line, tokill)) in fancy_kill()77 void suggest_process_death(char *process_match, char *tokill, struct line *slines, int linecount, d… in suggest_process_death() argument84 sprintf(hotkey_string, _(" K - kill %s "), tokill); in suggest_process_death()85 strcpy(process_to_kill, tokill); in suggest_process_death()