Jspice3
hlpdefs.h File Reference
#include "cpstd.h"
Include dependency graph for hlpdefs.h:
This graph shows which files directly or indirectly include this file:

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 ()
 
topichlp_read ()
 
void hlp_free ()
 
bool hlp_tdisplay ()
 
toplinkhlp_thandle ()
 
void hlp_tkillwin ()
 
bool hlp_xdisplay ()
 
void hlp_xclosedisplay ()
 
toplinkhlp_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
 

Macro Definition Documentation

#define DBFILE   "spicehlp.txt"

Definition at line 20 of file hlpdefs.h.

#define HLP_KEYWORD   "!!KEYWORD"

Definition at line 23 of file hlpdefs.h.

#define HLP_SEEALSO   "!!SEEALSO"

Definition at line 26 of file hlpdefs.h.

#define HLP_SUBTOPICS   "!!SUBTOPICS"

Definition at line 27 of file hlpdefs.h.

#define HLP_TEXT   "!!TEXT"

Definition at line 25 of file hlpdefs.h.

#define HLP_TITLE   "!!TITLE"

Definition at line 24 of file hlpdefs.h.

#define START_XPOS   100

Definition at line 70 of file hlpdefs.h.

#define START_YPOS   100

Definition at line 71 of file hlpdefs.h.

#define X_INCR   20

Definition at line 68 of file hlpdefs.h.

#define Y_INCR   20

Definition at line 69 of file hlpdefs.h.

Typedef Documentation

typedef struct topic topic
typedef struct toplink toplink

Function Documentation

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 ( )

Variable Documentation

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
bool hlp_usex

Definition at line 15 of file provide.c.

int hlp_width