Searched refs:poptGetNextOpt (Results 1 – 3 of 3) sorted by relevance
125 while ((opt = poptGetNextOpt(poptCon)) > 0) { in DoOptions()158 while ((opt = poptGetNextOpt(poptCon)) > 0) { in DoOptions()421 while ((opt = poptGetNextOpt(poptCon)) > 0) { in DoOptions()
67 int poptGetNextOpt(poptContext con);
94 int poptGetNextOpt(poptContext con) { in poptGetNextOpt() function