Home
last modified time | relevance | path

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

/original-bsd/old/sh/
H A Dword.c74 IF iopend ANDF eolchar(c) in word()
75 THEN copy(iopend); iopend=0; in word()
H A Dmain.c143 loopcnt=breakcnt=peekc=0; iopend=0;
H A Dcmd.c359 THEN iop->iolst=iopend; iopend=iop;
H A Ddefs.h123 IOPTR iopend; /* documents waiting to be read at NL */ variable
/original-bsd/local/toolchest/ksh/sh/
H A Dword.c256 if(iopend && eolchar(c)) in word()
258 copy(iopend); in word()
259 iopend=0; in word()
H A Dcmd.c625 iop->iolst=iopend;
626 iopend=iop;
H A Ddefs.h345 #define iopend st.Iopend macro
H A Dmain.c372 iopend=0;