Searched defs:INIT_ZERO (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/tcsh/
H A Dsh.err.c383 static struct cleanup_entry *cleanup_stack INIT_ZERO; /* = NULL; */ variable in typeref:struct:cleanup_stack
384 static size_t cleanup_sp INIT_ZERO; /* = 0; Next free entry */ variable
385 static size_t cleanup_mark INIT_ZERO; /* = 0; Last entry to handle before unwinding */ variable
386 static size_t cleanup_stack_size INIT_ZERO; /* = 0 */ variable
H A Dsh.h74 # define INIT_ZERO macro

Completed in 43 milliseconds