Home
last modified time | relevance | path

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

/NextBSD/contrib/libreadline/
HDbind.c954 static int if_stack_depth; variable
966 if (if_stack_depth + 1 >= if_stack_size)
973 if_stack[if_stack_depth++] = _rl_parsing_conditionalized_out;
1038 if (if_stack_depth == 0)
1047 for (i = 0; i < if_stack_depth - 1; i++)
1051 for (i = 0; i < if_stack_depth; i++)
1067 if (if_stack_depth)
1068 _rl_parsing_conditionalized_out = if_stack[--if_stack_depth];