Home
last modified time | relevance | path

Searched refs:fblocks (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c1273 (tchar **)xcalloc((unsigned)(fblocks + 2), sizeof (tchar **)); in expand_fbuf()
1280 fbuf[fblocks] = (tchar *)xcalloc(BUFSIZ + MB_LEN_MAX, in expand_fbuf()
1282 fblocks++; in expand_fbuf()
1316 if (buf >= fblocks) {
1393 fblocks -= sb;
1448 fblocks = 1;
H A Dsh.h215 #define fblocks B.Bfblocks macro
H A Dsh.c709 fseekp = feobp = fblocks = 0; in srcunit()
734 for (i = 0; i < fblocks; i++) in srcunit()