Searched refs:nlab (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgsp_sym.c76 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...]
H A Dgsp_ass.h53 struct numlab *nlab; member in struct:symbol
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dputscj.c273 putcmgo(bigptr x, int nlab, struct labelblock *labels[]) argument
286 vaxgoto(y, nlab, labels);
291 for(i = 0 ; i < nlab ; ++i)

Completed in 108 milliseconds