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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.file.c691 char tinputline[BUFSIZE + 1];/*FIXBUF*/ local
696 while ((num_read = xread(SHIN, tinputline, BUFSIZE)) > 0) {/*FIXBUF*/
703 tinputline[num_read] = 0;
704 Strcpy(inputline, str2short(tinputline));/*FIXBUF*/

Completed in 44 milliseconds