Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Djobs.h63 struct procstat { struct
70 struct procstat ps0; /* status of process */ argument
71 struct procstat *ps; /* status or processes when more than one */
101 void commandtext(struct procstat *, union node *);
H A Dexec.c541 struct procstat ps; in printentry()