Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dmachine.c226 static int cmd_matches(struct kinfo_proc *, const char *);
880 if (!cmd_matches(pp, sel->command)) in get_process_info()
903 cmd_matches(struct kinfo_proc *proc, const char *term) in cmd_matches() function