Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dmake.h803 unsigned int Cond_save_depth(void) MAKE_ATTR_USE;
H A Dcond.c1277 Cond_save_depth(void) in Cond_save_depth() function
H A Dparse.c2150 curFile->cond_depth = Cond_save_depth(); in Parse_PushInput()