#include <Singular/fegetopt.h>
#include <Singular/feOptTab.h>
#include <Singular/feOpt.inc>
Go to the source code of this file.
§ feGetOptIndex() [1/2]
Definition at line 104 of file feOpt.cc.
struct fe_option feOptSpec[]
char name(const Variable &v)
§ feGetOptIndex() [2/2]
Definition at line 117 of file feOpt.cc.
struct fe_option feOptSpec[]
#define LONG_OPTION_RETURN
§ feOptDumpVersionTuple()
void feOptDumpVersionTuple |
( |
void |
| ) |
|
§ feOptHelp()
void feOptHelp |
( |
const char * |
name | ) |
|
Definition at line 356 of file feOpt.cc.
360 #if defined(ESINGULAR) 361 printf(
"ESingular starts up Singular within emacs;\n");
362 #elif defined(TSINGULAR) 363 printf(
"TSingular starts up Singular within a terminal window;\n");
365 printf(
"Singular is a Computer Algebra System (CAS) for Polynomial Computations.\n");
366 printf(
"Usage: %s [options] [file1 [file2 ...]]\n",
name);
367 printf(
"Options:\n");
384 printf(
" %c%c --%-20s %s\n",
392 printf(
" %c%c --%-20s %s\n",
402 printf(
"\nFor more information, type `help;' from within Singular or visit\n");
403 printf(
"http://www.singular.uni-kl.de or consult the\n");
404 printf(
"Singular manual (available as on-line info or html manual).\n");
struct fe_option feOptSpec[]
char name(const Variable &v)
#define LONG_OPTION_RETURN
§ feOptValue() [1/3]
Definition at line 40 of file feOpt.h.
struct fe_option feOptSpec[]
§ feOptValue() [2/3]
Definition at line 44 of file feOpt.h.
struct fe_option feOptSpec[]
§ feOptValue() [3/3]
Definition at line 54 of file feOpt.h.
struct fe_option feOptSpec[]
§ fePrintOptValues()
void fePrintOptValues |
( |
| ) |
|
Definition at line 321 of file feOpt.cc.
struct fe_option feOptSpec[]
char name(const Variable &v)
§ feSetOptValue() [1/2]
Definition at line 187 of file feOpt.cc.
194 return "option value needs to be an integer";
static const char * feOptAction(feOptIndex opt)
struct fe_option feOptSpec[]
§ feSetOptValue() [2/2]
Definition at line 153 of file feOpt.cc.
165 if (errno)
return "invalid integer argument";
static const char * feOptAction(feOptIndex opt)
struct fe_option feOptSpec[]
§ feOptSpec
§ SHORT_OPTS_STRING
const char SHORT_OPTS_STRING[] |