HomeSort by: relevance | last modified time | path
    Searched defs:motdinterrupt (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/login/
common.c 130 static jmp_buf motdinterrupt; variable in typeref:typename:jmp_buf
142 if (setjmp(motdinterrupt) == 0)
154 longjmp(motdinterrupt, 1);

Completed in 11 milliseconds