#include "Singular/fegetopt.h"
#include "Singular/feOptTab.h"
#include "Singular/feOpt.inc"
Go to the source code of this file.
◆ feGetOptIndex() [1/2]
◆ feGetOptIndex() [2/2]
◆ feOptDumpVersionTuple()
void feOptDumpVersionTuple |
( |
void |
| ) |
|
◆ feOptHelp()
void feOptHelp |
( |
const char * |
name | ) |
|
Definition at line 351 of file feOpt.cc.
355 #if defined(ESINGULAR)
356 printf(
"ESingular starts up Singular within emacs;\n");
357 #elif defined(TSINGULAR)
358 printf(
"TSingular starts up Singular within a terminal window;\n");
360 printf(
"Singular is a Computer Algebra System (CAS) for Polynomial Computations.\n");
361 printf(
"Usage: %s [options] [file1 [file2 ...]]\n",
name);
362 printf(
"Options:\n");
379 printf(
" %c%c --%-20s %s\n",
387 printf(
" %c%c --%-20s %s\n",
397 printf(
"\nFor more information, type `help;' from within Singular or visit\n");
398 printf(
"http://www.singular.uni-kl.de or consult the\n");
399 printf(
"Singular manual (available as on-line info or html manual).\n");
◆ feOptValue() [1/3]
◆ feOptValue() [2/3]
◆ feOptValue() [3/3]
◆ fePrintOptValues()
void fePrintOptValues |
( |
| ) |
|
◆ feSetOptValue() [1/2]
Definition at line 150 of file feOpt.cc.
162 if (errno)
return "invalid integer argument";
◆ feSetOptValue() [2/2]
Definition at line 184 of file feOpt.cc.
191 return "option value needs to be an integer";
◆ feOptSpec
◆ SHORT_OPTS_STRING
const char SHORT_OPTS_STRING[] |
|
extern |