Home
last modified time | relevance | path

Searched refs:read_ (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.exec.c238 if (ff != -1 && read_(ff, ch, 1) == 1 && in texec()
268 if (ff != -1 && read_(ff, ch, 1) == 1 && ch[0] != '#') in texec()
H A Dsh.lex.c1303 c = read_(SHIN, fbuf[0], BUFSIZ);
1325 c = read_(SHIN, fbuf[buf] + off, BUFSIZ - off);
1342 c = read_(SHIN, fbuf[buf] + off, roomleft);
H A Dsh.dol.c377 for (np = wbuf; read_(OLDSTD, np, 1) == 1; np++) { in Dgetdol()
H A Dsh.tchar.c419 read_(int d, tchar *buf, int nchreq) in read_() function
H A Dsh.file.c712 while ((i = read_(SHIN, inputline+num_read, inputline_size-num_read)) in tenex()
H A Dsh.glob.c830 icnt = read_(pvec[0], ip, BUFSIZ); in backeval()