Home
last modified time | relevance | path

Searched defs:List_s (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/lib/libcmd/common/
H A Dgrep.c131 typedef struct List_s /* generic list */ struct
133 Item_t* head; /* list head */
134 Item_t* tail; /* list tail */
/titanic_51/usr/src/lib/libast/common/misc/
H A Doptget.c103 typedef struct List_s struct
105 int type; /* { - + : } */
106 const char* name; /* list name */
107 const char* text; /* help text */
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c110 typedef struct List_s struct
112 typeList_s global() argument
113 nameList_s global() argument
114 textList_s global() argument
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c176 typedef struct List_s /* Rule_t list */ struct
178 struct List_s* next; /* next in list */ argument
179 ruleList_s global() argument