TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Functions
help.c File Reference

Commands for giving help. More...

#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
#include <ctype.h>
#include <string.h>
#include <fcntl.h>
#include <libgen.h>
Include dependency graph for help.c:

Functions

int helpmkindx_dump_entries (FILE *wfp, long pos, help_indx_list *entries)
 
int helpmkindx (dbref player, char *confcmd, char *helpfile)
 
int helpindex_read (HASHTAB *htab, char *filename)
 
void helpindex_load (dbref player)
 
void helpindex_init (void)
 
void help_write (dbref player, char *topic, HASHTAB *htab, char *filename, int eval)
 
void help_helper (dbref player, int hf_num, int eval, char *topic, char *buff, char **bufc)
 
void do_help (dbref player, dbref cause __attribute__((unused)), int key, char *message)
 

Detailed Description

Commands for giving help.

Author
TinyMUSH development team (https://github.com/TinyMUSH)
Version
3.3
Date
2021-01-04