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

  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
init.c 150 static SLIST_HEAD(llh, llist) lpole;
158 struct llh lpole; member in struct:initctx
187 SLIST_INSERT_LAST(&lpole, ll, next);
208 SLIST_FOREACH(ll, &lpole, next)
389 ict->lpole = lpole;
405 SLIST_INIT(&lpole);
817 SLIST_FOREACH(ll, &lpole, next) {
886 lpole = ict->lpole;
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
init.c 156 static SLIST_HEAD(llh, llist) lpole;
164 struct llh lpole; member in struct:initctx
193 SLIST_INSERT_LAST(&lpole, ll, next);
214 SLIST_FOREACH(ll, &lpole, next)
410 ict->lpole = lpole;
426 SLIST_INIT(&lpole);
840 SLIST_FOREACH(ll, &lpole, next) {
909 lpole = ict->lpole;
    [all...]

Completed in 15 milliseconds