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 73 ptr->nlab = NULL;
143 chain. fp->nlab points to the head of the chain,
144 bp->nlab points to the tail. */
149 if( bp->nlab == NULL )
150 fp->nlab = nl;
152 bp->nlab->next = nl;
153 bp->nlab = nl;
161 nl = fp->nlab;
172 fp->nlab = nl;
197 nl = p->nlab;
    [all...]
gsp_ass.h 50 struct numlab *nlab; member in struct:symbol

Completed in 17 milliseconds