#include <help.h>
Collaboration diagram for a_helpnode:
Public Attributes | |
char * | key |
void(* | fn )(int arg, char *key, TextBuffer *buf) |
enum nodeclass | nclass |
int | arg |
char * | text |
int | textend |
a_helpnode * | prev |
a_helpnode * | next |
|
Argument. ??? |
|
|
|
Pointer to function. (hash???) |
|
Node type. |
|
Next help node. |
|
Previous help node. |
|
text string. |
|
text length. ??? |