Searched refs:fn_stack_is_empty (Results 1 – 1 of 1) sorted by relevance
519 static int fn_stack_is_empty(fn_stack *);533 while (!fn_stack_is_empty(ATEXIT_STACK)) { in cleanup()566 static int fn_stack_is_empty(fn_stack *st) { return st->top == 0; } in fn_stack_is_empty() function