Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
help.h File Reference

Go to the source code of this file.

Data Structures

struct  cmdnames
 
struct  cmdnames::cmdname
 

Functions

void load_command_list (const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds)
 
void add_cmdname (struct cmdnames *cmds, const char *name, size_t len)
 
void exclude_cmds (struct cmdnames *cmds, struct cmdnames *excludes)
 
int is_in_cmdlist (struct cmdnames *c, const char *s)
 
void list_commands (const char *title, struct cmdnames *main_cmds, struct cmdnames *other_cmds)
 

Function Documentation

void add_cmdname ( struct cmdnames cmds,
const char name,
size_t  len 
)

Definition at line 8 of file help.c.

void exclude_cmds ( struct cmdnames cmds,
struct cmdnames excludes 
)

Definition at line 52 of file help.c.

int is_in_cmdlist ( struct cmdnames c,
const char s 
)

Definition at line 225 of file help.c.

void list_commands ( const char title,
struct cmdnames main_cmds,
struct cmdnames other_cmds 
)

Definition at line 193 of file help.c.

void load_command_list ( const char prefix,
struct cmdnames main_cmds,
struct cmdnames other_cmds 
)

Definition at line 157 of file help.c.