Home
last modified time | relevance | path

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

/NextBSD/bin/ps/
HDps.c120 typedef int addelem_rtn(struct listinfo *_inf, const char *_elem); typedef
126 addelem_rtn *addelem;
151 static void init_list(struct listinfo *, addelem_rtn, int, const char *);
1142 init_list(struct listinfo *inf, addelem_rtn artn, int elemsize, in init_list()