![]() |
NEURON
|
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <OS/file.h>#include <InterViews/regexp.h>#include "nrnbbs.h"#include <unistd.h>#include <signal.h>Go to the source code of this file.
Macros | |
| #define | SIG_PF void (*)(...) |
Functions | |
| void | HandleOutput (const char *buf) |
| const char * | neuronhome () |
| void | start () |
| void | stop () |
| void | send (const char *url) |
| static void | quit (const char *msg) |
| static void | help (const char *) |
| int | main (int argc, const char **argv) |
| static bool | find (const char *key, char *val) |
Variables | |
| static bool | quit_ |
| static CopyString * | shelp |
| static int | mosaic_pid_ |
| #define SIG_PF void (*)(...) |
Definition at line 199 of file hel2mos.cpp.
|
static |
Definition at line 84 of file hel2mos.cpp.
| void HandleOutput | ( | const char * | buf | ) |
Definition at line 18 of file hel2mos.cpp.
|
static |
Definition at line 104 of file hel2mos.cpp.
Definition at line 42 of file hel2mos.cpp.
| const char * neuronhome | ( | ) |
Definition at line 139 of file hel2mos.cpp.
|
static |
Definition at line 30 of file hel2mos.cpp.
| void send | ( | const char * | url | ) |
Definition at line 212 of file hel2mos.cpp.
| void start | ( | ) |
Definition at line 205 of file hel2mos.cpp.
| void stop | ( | ) |
Definition at line 209 of file hel2mos.cpp.
|
static |
Definition at line 203 of file hel2mos.cpp.
|
static |
Definition at line 28 of file hel2mos.cpp.
|
static |
Definition at line 39 of file hel2mos.cpp.