#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 101 of file feOpt.cc.
struct fe_option feOptSpec[]
char name(const Variable &v)
◆ feGetOptIndex() [2/2]
Definition at line 114 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 352 of file feOpt.cc.
356 #if defined(ESINGULAR) 357 printf(
"ESingular starts up Singular within emacs;\n");
358 #elif defined(TSINGULAR) 359 printf(
"TSingular starts up Singular within a terminal window;\n");
361 printf(
"Singular is a Computer Algebra System (CAS) for Polynomial Computations.\n");
362 printf(
"Usage: %s [options] [file1 [file2 ...]]\n",
name);
363 printf(
"Options:\n");
380 printf(
" %c%c --%-20s %s\n",
388 printf(
" %c%c --%-20s %s\n",
398 printf(
"\nFor more information, type `help;' from within Singular or visit\n");
399 printf(
"http://www.singular.uni-kl.de or consult the\n");
400 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 317 of file feOpt.cc.
struct fe_option feOptSpec[]
char name(const Variable &v)
◆ feSetOptValue() [1/2]
Definition at line 185 of file feOpt.cc.
192 return "option value needs to be an integer";
static const char * feOptAction(feOptIndex opt)
struct fe_option feOptSpec[]
◆ feSetOptValue() [2/2]
Definition at line 151 of file feOpt.cc.
163 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[] |