Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Dmain.c54 static jmp_buf hdrjmp; variable
413 if (setjmp(hdrjmp) == 0) { in main()
461 longjmp(hdrjmp, 1); in hdrstop()