Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.lex.c1266 (tchar **)xcalloc((unsigned)(fblocks + 2), sizeof (tchar **)); in expand_fbuf()
1273 fbuf[fblocks] = (tchar *)xcalloc(BUFSIZ + MB_LEN_MAX, in expand_fbuf()
1275 fblocks++; in expand_fbuf()
1309 if (buf >= fblocks) {
1386 fblocks -= sb;
1441 fblocks = 1;
H A Dsh.h223 #define fblocks B.Bfblocks macro
H A Dsh.c705 fseekp = feobp = fblocks = 0; in srcunit()
730 for (i = 0; i < fblocks; i++) in srcunit()