Searched refs:numopt (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/swig-10/Source/Modules/
H A Dtcl8.cxx1229 int i, numopt, pcount; local
1242 numopt = pcount - emit_num_required(l);
1249 if (i >= (pcount - numopt))
1256 if (i >= (pcount - numopt))
H A Dphp.cxx730 int numopt; local
759 numopt = 0;
780 numopt = num_arguments - num_required;
812 if (numopt > 0) { // membervariable wrappers do not have optional args
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Doptget.c4164 char* numopt; local
4473 numopt = 0;
4989 if (!numopt && s > opts)
4991 numopt = s - 1;
5021 if (!numopt && s > opts)
5022 numchr = *(numopt = s - 1);
5102 if (w || !isdigit(c) || !numopt || !(pass->flags & OPT_numeric))
5107 s = numopt;

Completed in 192 milliseconds