Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pppctl/
H A Dpppctl.c69 static jmp_buf pppdead; /* Jump the Terminal thread out of el_gets() */ variable
228 longjmp(pppdead, -1); in InputHandler()
249 if (setjmp(pppdead)) in SmartGets()