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