Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Dcmd4.c72 extern jmp_buf pipestop; in dopipe()
103 if (setjmp(pipestop)) in dopipe()
H A Dcmd1.c62 jmp_buf pipestop; variable
449 if (setjmp(pipestop)) { in type1()
511 longjmp(pipestop, 1); in brokpipe()
H A Dcollect.c623 extern jmp_buf pipestop; in collect()
629 if (setjmp(pipestop)) in collect()