Searched defs:nxtlbf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c236 static struct lbuf *nxtlbf; /* ptr to next lbuf to be assigned */ variable in typeref:struct:lbuf
1021 ((nxtlbf = malloc(quantn * sizeof (struct lbuf))) == NULL)) {
1794 ((nxtlbf = malloc(quantn *
1809 rep = nxtlbf++;

Completed in 66 milliseconds