Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/Singular/
H A DfeOpt.h31 typedef enum {FE_OPT_UNDEF} feOptIndex; typedef
40 static inline void* feOptValue(feOptIndex opt) in feOptValue()
44 inline int feOptValue(feOptIndex opt, char** val) in feOptValue()
54 inline int feOptValue(feOptIndex opt, int* val) in feOptValue()
66 feOptIndex feGetOptIndex(const char* name);
67 feOptIndex feGetOptIndex(int optc);
74 const char* feSetOptValue(feOptIndex opt, int optarg);
77 const char* feSetOptValue(feOptIndex opt, char* optarg);
H A DfeOpt.cc104 feOptIndex feGetOptIndex(const char* name) in feGetOptIndex()
111 return (feOptIndex) opt; in feGetOptIndex()
117 feOptIndex feGetOptIndex(int optc) in feGetOptIndex()
126 return (feOptIndex) opt; in feGetOptIndex()
153 static const char* feOptAction(feOptIndex opt);
154 const char* feSetOptValue(feOptIndex opt, char* optarg) in feSetOptValue()
188 const char* feSetOptValue(feOptIndex opt, int optarg) in feSetOptValue()
202 static const char* feOptAction(feOptIndex opt) in feOptAction()
H A Dtesths.cc102 errormsg = feSetOptValue((feOptIndex) option_index, (int) 1); in main()
104 errormsg = feSetOptValue((feOptIndex) option_index, fe_optarg); in main()
H A DfeOptGen.h15 typedef enum {FE_OPT_UNDEF} feOptIndex; typedef
H A DfeOpt.inc34 } feOptIndex;
H A DfeOptTS.inc37 } feOptIndex;
H A DfeOptES.inc38 } feOptIndex;
H A Dextra.cc645 feOptIndex opt = feGetOptIndex(&sys_cmd[2]); in jjSYSTEM()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/singmathic/
H A Dsingmathic.cc540 feOptIndex fno=feGetOptIndex(FE_OPT_THREADS); in mathicgb()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/systhreads/
H A Dshared.cc1370 feSetOptValue((feOptIndex) index, (int) 1); in setOption()