Searched refs:stringlist (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dstringlist.h45 } stringlist; typedef in typeref:struct:_stringlist
47 stringlist *sl_init(void);
48 int sl_add(stringlist *, char *);
49 void sl_free(stringlist *, int);
50 char *sl_find(stringlist *, char *);
H A Dstringlist.c38 #include "stringlist.h"
42 stringlist *
45 stringlist *sl;
47 if ((sl = malloc(sizeof (stringlist))) == NULL)
60 sl_add(stringlist *sl, char *name)
76 sl_free(stringlist *sl, int all)
93 sl_find(stringlist *sl, char *name)
H A DMakefile20 OBJS= makewhatis.o man.o stringlist.o
H A Dmakewhatis.c49 #include "stringlist.h"
81 static stringlist *whatis_lines; /* collected output lines */
265 * any of the names in the stringlist.
268 no_page_exists(char *dir, stringlist *names, char *suffix)
602 collect_names(stringlist *names, char *text)
629 stringlist *names;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintlist.c36 * (for ease of passing to stringlist functions).
38 struct stringlist fhead = { 0, 0 };
39 struct stringlist *flist = &fhead;
40 struct stringlist Fhead = { 0, 0 };
41 struct stringlist *Flist = &Fhead;
42 struct stringlist ehead = { 0, 0 };
43 struct stringlist *elist = &ehead;
44 struct stringlist Ehead = { 0, 0 };
45 struct stringlist *Elist = &Ehead;
48 addlist(struct stringlist *list
[all...]
H A Dgprof.h347 struct stringlist { struct
348 struct stringlist *next;
351 extern struct stringlist *elist;
352 extern struct stringlist *Elist;
353 extern struct stringlist *flist;
354 extern struct stringlist *Flist;
359 void addlist(struct stringlist *, char *);
384 bool onlist(struct stringlist *, char *);
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c64 typedef struct stringnode *stringlist; typedef in typeref:struct:stringnode
67 stringlist next;
77 stringlist groups;
154 stringlist groups;
228 stringlist cur, prev;

Completed in 49 milliseconds