Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c55 static jmp_buf hdrjmp; variable
414 if (setjmp(hdrjmp) == 0) { in main()
462 longjmp(hdrjmp, 1); in hdrstop()