Home
last modified time | relevance | path

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

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