#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "hoc.h"
Functions | |
void | debugfile (const char *,...) |
int | oc_print_from_dll (char *) |
void | single_event_run () |
void | setneuronhome (const char *p) |
char * | getenv (const char *s) |
int | hoc_copyfile (const char *src, const char *dest) |
void | hoc_check_intupt (int intupt) |
FILE * | popen (char *s1, char *s2) |
pclose (FILE *p) | |
hoc_win_normal_cursor () | |
hoc_win_wait_cursor () | |
plprint (char *s) | |
hoc_close_plot () | |
hoc_Graphmode () | |
hoc_Graph () | |
hoc_regraph () | |
hoc_plotx () | |
hoc_ploty () | |
hoc_Plt () | |
hoc_Setcolor () | |
hoc_Lw () | |
hoc_settext () | |
Plot () | |
axis () | |
hoc_fmenu () | |
plt (int mode, double x, double y) | |
hoc_menu_cleanup () | |
initplot () | |
Variables | |
char * | neuron_home |
int | hoc_plttext |
void debugfile | ( | const char * | , | |
... | ||||
) |
char* getenv | ( | const char * | s | ) |
References buf, and neuron_home.
Referenced by expand_env_var(), hoc_audit_from_hoc_main1(), hoc_last_init(), hoc_Load_file(), hoc_parallel_begin(), hoc_win32_cleanup(), ivoc_get_temp_file(), ivocmain(), and setneuronhome().
References e.
Referenced by execute(), and hoc_get_line().
hoc_close_plot | ( | ) |
Referenced by hoc_final_exit().
int hoc_copyfile | ( | const char * | src, | |
const char * | dest | |||
) |
hoc_menu_cleanup | ( | ) |
hoc_regraph | ( | ) |
hoc_win_normal_cursor | ( | ) |
Referenced by execerror().
hoc_win_wait_cursor | ( | ) |
initplot | ( | ) |
Referenced by hoc_main1_init().
int oc_print_from_dll | ( | char * | buf | ) |
pclose | ( | FILE * | p | ) |
Referenced by hoc_audit_from_final_exit(), and System().
plprint | ( | char * | s | ) |
Referenced by hoc_newline(), prexpr(), PRintf(), prstr(), and System().
plt | ( | int | mode, | |
double | x, | |||
double | y | |||
) |
Referenced by Fig_file(), hoc_close_plot(), hoc_edit(), plprint(), and Plt().
FILE* popen | ( | char * | s1, | |
char * | s2 | |||
) |
Referenced by hoc_audit_from_hoc_main1(), hoc_retrieve_audit(), and System().
void setneuronhome | ( | const char * | p | ) |
References err, and neuron_home.
Referenced by ivocmain().
void single_event_run | ( | ) |
Referenced by hoc_single_event_run().
Referenced by System().
char* neuron_home |