Searched refs:tinputline (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dsh.file.c688 char tinputline[BUFSIZE + 1];/*FIXBUF*/ local
693 while ((num_read = xread(SHIN, tinputline, BUFSIZE)) > 0) {/*FIXBUF*/
700 tinputline[num_read] = 0;
701 Strcpy(inputline, str2short(tinputline));/*FIXBUF*/

Completed in 101 milliseconds