Home
last modified time | relevance | path

Searched defs:jmp_buf_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.h685 typedef struct { const char *f; size_t l; sigjmp_buf j; } jmp_buf_t; typedef
689 typedef struct { const char *f; size_t l; jmp_buf j; } jmp_buf_t; typedef