#include <../../nrnconf.h>
#include <CodeFragments.h>
#include <stdio.h>
#include "apwindow.h"
#include "ivoc.h"
#include <Dispatch/iohandler.h>
#include <Dispatch/dispatcher.h>
#include <InterViews/session.h>
#include <OS/string.h>
#include <ivstream.h>
#include <InterViews/handler.h>
#include <InterViews/event.h>
#include <InterViews/transformer.h>
#include <InterViews/resource.h>
#include <OS/table.h>
#include "oc2iv.h"
#include "graph.h"
#include <InterViews/window.h>
#include <IV-Mac/window.h>
#include <InterViews/display.h>
#include <InterViews/cursor.h>
Typedefs | |
typedef void(* | NrnBBSCallback )(const char *) |
Functions | |
char * | mktemp (char *) |
boolean | nrnbbs_connect () |
void | nrnbbs_disconnect () |
boolean | nrnbbs_connected () |
void | nrnbbs_post (const char *) |
void | nrnbbs_post_int (const char *, int) |
void | nrnbbs_post_string (const char *, const char *) |
boolean | nrnbbs_take (const char *) |
boolean | nrnbbs_take_int (const char *, int *) |
boolean | nrnbbs_take_string (const char *, char *) |
boolean | nrnbbs_look (const char *) |
void | nrnbbs_exec (const char *) |
void | nrnbbs_notify (const char *, NrnBBSCallback) |
void | nrnbbs_wait (boolean *pflag=(boolean *) 0) |
boolean | is_mac_dll (FSSpec *) |
boolean | mac_open_dll (const char *, FSSpec *) |
OSErr | __path2fss (const char *name, FSSpec *) |
void | hoc_nrn_load_dll () |
boolean | mac_load_dll (const char *name) |
void | pwmimpl_redraw (Window *w) |
carbon | |
void | ivoc_bring_to_top (Window *w) |
Variables | |
Symlist * | hoc_symlist |
Symlist * | hoc_built_in_symlist |
typedef void(* NrnBBSCallback)(const char *) |
OSErr __path2fss | ( | const char * | name, | |
FSSpec * | ||||
) |
Referenced by mac_load_dll().
void hoc_nrn_load_dll | ( | ) |
References b, expand_env_var(), gargstr(), mac_load_dll(), and ret.
boolean is_mac_dll | ( | FSSpec * | fs | ) |
Referenced by mac_load_dll().
void ivoc_bring_to_top | ( | Window * | w | ) |
boolean mac_load_dll | ( | const char * | name | ) |
References __path2fss(), is_mac_dll(), and mac_open_dll().
Referenced by hoc_nrn_load_dll().
boolean mac_open_dll | ( | const char * | name, | |
FSSpec * | fs | |||
) |
References hoc_built_in_symlist, hoc_symlist, id, and nil.
Referenced by mac_load_dll().
char* mktemp | ( | char * | ) |
References nil.
Referenced by ivoc_get_temp_file().
boolean nrnbbs_connect | ( | ) |
boolean nrnbbs_connected | ( | ) |
void nrnbbs_disconnect | ( | ) |
void nrnbbs_exec | ( | const char * | ) |
boolean nrnbbs_look | ( | const char * | ) |
void nrnbbs_notify | ( | const char * | , | |
NrnBBSCallback | ||||
) |
void nrnbbs_post | ( | const char * | ) |
void nrnbbs_post_string | ( | const char * | , | |
const char * | ||||
) |
boolean nrnbbs_take | ( | const char * | ) |
boolean nrnbbs_take_string | ( | const char * | , | |
char * | ||||
) |
void pwmimpl_redraw | ( | Window * | w | ) |