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

  /src/usr.sbin/gspa/gspa/
gsp_sym.c 76 ptr->nlab = NULL;
146 chain. fp->nlab points to the head of the chain,
147 bp->nlab points to the tail. */
152 if( bp->nlab == NULL )
153 fp->nlab = nl;
155 bp->nlab->next = nl;
156 bp->nlab = nl;
164 nl = fp->nlab;
175 fp->nlab = nl;
200 nl = p->nlab;
    [all...]
gsp_ass.h 53 struct numlab *nlab; member in struct:symbol

Completed in 15 milliseconds