Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dlsof.c29 int last_shown_pid, shown_header;
65 if (fi->pi.pid != TT.last_shown_pid) in print_info()
66 printf("%d\n", TT.last_shown_pid = fi->pi.pid); in print_info()
/third_party/toybox/generated/
Dglobals.h759 int last_shown_pid, shown_header; member