Searched refs:read_ (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.exec.c | 223 if (ff != -1 && read_(ff, ch, 1) == 1 && in texec() 253 if (ff != -1 && read_(ff, ch, 1) == 1 && ch[0] != '#') in texec()
|
H A D | sh.lex.c | 1296 c = read_(SHIN, fbuf[0], BUFSIZ); 1318 c = read_(SHIN, fbuf[buf] + off, BUFSIZ - off); 1335 c = read_(SHIN, fbuf[buf] + off, roomleft);
|
H A D | sh.dol.c | 368 for (np = wbuf; read_(OLDSTD, np, 1) == 1; np++) { in Dgetdol()
|
H A D | sh.tchar.c | 420 read_(int d, tchar *buf, int nchreq) in read_() function
|
H A D | sh.file.c | 714 while ((i = read_(SHIN, inputline+num_read, inputline_size-num_read)) in tenex()
|
H A D | sh.glob.c | 827 icnt = read_(pvec[0], ip, BUFSIZ); in backeval()
|