Searched refs:POPT_OPTION_DEPTH (Results 1 – 3 of 3) sorted by relevance
93 struct optionStackEntry optionStack[POPT_OPTION_DEPTH];
14 #define POPT_OPTION_DEPTH 10 macro
360 if ((con->os - con->optionStack + 1) == POPT_OPTION_DEPTH) in handleAlias()1656 if ((con->os - con->optionStack) == POPT_OPTION_DEPTH) in poptStuffArgs()