Jspice3
|
#include "cpstd.h"
Go to the source code of this file.
Data Structures | |
struct | sHlpEnt |
struct | toplink |
struct | topic |
Macros | |
#define | DBFILE "spicehlp.txt" |
#define | HLP_KEYWORD "!!KEYWORD" |
#define | HLP_TITLE "!!TITLE" |
#define | HLP_TEXT "!!TEXT" |
#define | HLP_SEEALSO "!!SEEALSO" |
#define | HLP_SUBTOPICS "!!SUBTOPICS" |
#define | X_INCR 20 |
#define | Y_INCR 20 |
#define | START_XPOS 100 |
#define | START_YPOS 100 |
Typedefs | |
typedef struct toplink | toplink |
typedef struct topic | topic |
Functions | |
void | hlp_provide () |
void | hlp_fixchildren () |
void | hlp_killfamily () |
void | hlp_main () |
topic * | hlp_read () |
void | hlp_free () |
bool | hlp_tdisplay () |
toplink * | hlp_thandle () |
void | hlp_tkillwin () |
bool | hlp_xdisplay () |
void | hlp_xclosedisplay () |
toplink * | hlp_xhandle () |
void | hlp_xkillwin () |
void | hlp_xwait () |
Variables | |
bool | hlp_usex |
char * | hlp_directory |
int | hlp_initxpos |
int | hlp_initypos |
int | hlp_width |
bool | hlp_killx |
void hlp_fixchildren | ( | ) |
void hlp_free | ( | ) |
void hlp_killfamily | ( | ) |
void hlp_main | ( | ) |
void hlp_provide | ( | ) |
topic* hlp_read | ( | ) |
bool hlp_tdisplay | ( | ) |
toplink* hlp_thandle | ( | ) |
void hlp_tkillwin | ( | ) |
void hlp_xclosedisplay | ( | ) |
bool hlp_xdisplay | ( | ) |
toplink* hlp_xhandle | ( | ) |
void hlp_xkillwin | ( | ) |
void hlp_xwait | ( | ) |
char* hlp_directory |
Definition at line 15 of file readhelp.c.
int hlp_initxpos |
Definition at line 16 of file readhelp.c.
int hlp_initypos |
Definition at line 17 of file readhelp.c.
bool hlp_killx |
int hlp_width |