Searched defs:List_t (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/std/
H A Dtsort.c62 } List_t; typedef in typeref:struct:List_s
67 register List_t* p;
100 List_t* p;
122 if (!(p = newof(0, List_t, 1, 0)))
H A Dps.c193 } List_t; typedef in typeref:struct:List_s
222 List_t* pids; /* pid vectors */
1423 register List_t* p;
1425 if (!(p = newof(0, List_t, 1, 0)))
1440 register List_t* p;
H A Dls.c328 } List_t; typedef in typeref:struct:__anon231
471 List_t* lp;
481 if (lp = (List_t*)handle)
802 pr(register List_t* lp, Ftw_t* ftw, register int fill)
841 col(register List_t* lp, register Ftw_t* ftw, int length)
1174 List_t list;
1302 static List_t list;
/ast/src/cmd/re/
H A Dgrep.c141 } List_t; typedef in typeref:struct:List_s
152 List_t file; /* pattern file list */
153 List_t pattern; /* pattern list */
154 List_t re; /* re list */
181 addre(List_t* p, char* s)
239 addstring(List_t* p, char* s)
/ast/src/cmd/html/
H A Dhtmlrefs.c180 } List_t; typedef in typeref:struct:List_s
279 register List_t* lp;
407 if (!(lp = newof(0, List_t, 1, 0)))
901 register List_t* lp;
H A Dtroff2html.h174 } List_t; typedef in typeref:struct:List_s
185 List_t* list; /* current list state */
186 List_t list_stack[STKS];/* current list stack */
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c153 } List_t; typedef in typeref:struct:List_s
173 List_t files; /* pattern file list */
174 List_t patterns; /* pattern list */
175 List_t labels; /* labelled re list */
285 addstring(State_t* state, List_t* p, char* s)
/ast/src/cmd/pax/
H A Dpax.h224 struct List_s; typedef struct List_s List_t; typedef in typeref:struct:List_s
339 List_t* next; /* next in list */
591 List_t* proc; /* procopen() list for finish */ \
/ast/src/cmd/INIT/
H A Dmamake.c180 } List_t; typedef in typeref:struct:List_s
186 List_t* prereqs; /* prerequisites */
622 register List_t* x;
627 if (!(x = newof(0, List_t, 1, 0)))
1756 register List_t* x;
/ast/src/lib/libast/misc/
H A Doptget.c115 } List_t; typedef in typeref:struct:List_s
215 static const List_t help_head[] =
257 static const List_t help_tail[] =
2315 list(Sfio_t* sp, register const List_t* lp)
/ast/src/cmd/nmake/
H A Dmake.h131 #define newlist(x) do{if(x=(List_t*)internal.freelists){if(x->next){x=x->next;*((char**)internal.freelists)=(char*)x->next;}else internal.freelists=(char*)x->rule;}else x=(List_t*)newchunk(&internal.freelists,sizeof(List_t));}while(0)
430 struct List_s; typedef struct List_s List_t; typedef in typeref:struct:List_s
464 List_t* prereqs; /* original prereqs */
500 List_t* prereqs; /* prerequisites */
899 List_t* next; /* next in list */
928 extern List_t* append(List_t*, List_t*);
[all...]

Completed in 65 milliseconds