Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYJustify.h32 extern BOOL can_justify_stack_depth; /* can be 0 or 1 if all code is correct */
34 # define CAN_JUSTIFY_STACK_INC ++can_justify_stack_depth;\
35 assert(can_justify_stack_depth < 2 && can_justify_stack_depth >=0 );
36 # define CAN_JUSTIFY_STACK_DEC --can_justify_stack_depth;\
37 assert(can_justify_stack_depth < 2 && can_justify_stack_depth >=0 );
DGridText.c517 BOOL can_justify_stack_depth; /* can be 0 or 1 if all code is correct */ variable