Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.exec.c223 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 Dsh.lex.c1296 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 Dsh.dol.c368 for (np = wbuf; read_(OLDSTD, np, 1) == 1; np++) { in Dgetdol()
H A Dsh.tchar.c420 read_(int d, tchar *buf, int nchreq) in read_() function
H A Dsh.file.c714 while ((i = read_(SHIN, inputline+num_read, inputline_size-num_read)) in tenex()
H A Dsh.glob.c827 icnt = read_(pvec[0], ip, BUFSIZ); in backeval()