Home
last modified time | relevance | path

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

/dports/lang/rexx-imc/rexx-imc-1.76/
H A Dmain.c31 int optionx=0; /* set if "-x" option present */ local
62 for(opt=1;!optionx && !minus && opt<argc && argv[opt][0]=='-';opt++)
66 optionx=1; break;
116 optionx=0;
135 if(optionx)callflags|=RXOPTIONX;
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/util/
H A Dgetoptx.h6 struct optionx { struct
25 struct optionx * const long_options, argument
H A Dgetoptx.c69 struct optionx * _getopt_long_options;
243 struct optionx *p; in getoptx()
247 struct optionx * pfound; in getoptx()
408 struct optionx * const long_options, in getopt_long_onlyx()
H A Dcmdline_parser.c46 static struct optionx *
50 struct optionx * longopts; in createLongOptsArray()
253 struct optionx * longopts; in cmd_processOptions()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/util/
H A Dgetoptx.h6 struct optionx { struct
25 struct optionx * const long_options, argument
H A Dgetoptx.c69 struct optionx * _getopt_long_options;
243 struct optionx *p; in getoptx()
247 struct optionx * pfound; in getoptx()
408 struct optionx * const long_options, in getopt_long_onlyx()
H A Dcmdline_parser.c46 static struct optionx *
50 struct optionx * longopts; in createLongOptsArray()
253 struct optionx * longopts; in cmd_processOptions()
/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Dshell.h130 int optionx; member
H A Dshell.c2887 if (nshell->optionx) { in cmdexec()
3406 nshell->optionx=FALSE; in newshell()
3507 nshell->optionx=flag; in setshelloption()
3529 return nshell->optionx; in getshelloption()
H A Dshellcm.c258 nshell->optionx=ops; in cmset()