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

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 1952 struct tylnk { struct
1953 struct tylnk *next;
2065 tylkadd(union dimfun dim, struct tylnk **tylkp, int *ntdim)
2067 (*tylkp)->next = tmpalloc(sizeof(struct tylnk));
2080 tyreduce(NODE *p, struct tylnk **tylkp, int *ntdim)
2151 struct tylnk *base, tylnk, *tylkp; local
2171 tylkp = &tylnk;
2184 for (i = 0, base = tylnk.next; base; base = base->next, i++)
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 1943 struct tylnk { struct
1944 struct tylnk *next;
2047 tylkadd(union dimfun dim, struct tylnk **tylkp, int *ntdim)
2049 (*tylkp)->next = tmpalloc(sizeof(struct tylnk));
2062 tyreduce(NODE *p, struct tylnk **tylkp, int *ntdim)
2133 struct tylnk *base, tylnk, *tylkp; local
2153 tylkp = &tylnk;
2166 for (i = 0, base = tylnk.next; base; base = base->next, i++)

Completed in 24 milliseconds