HomeSort by: relevance | last modified time | path
    Searched defs:varent (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ps/
ps.h 52 typedef SIMPLEQ_HEAD(varlist, varent) VARLIST;
54 typedef struct varent { struct
55 SIMPLEQ_ENTRY(varent) next;
57 } VARENT;
80 void (*oproc)(struct pinfo *pi, struct varent *, enum mode);
  /src/bin/csh/
csh.h 410 extern struct varent { struct
413 struct varent *v_link[3]; /* The links, see below */

Completed in 61 milliseconds