Home
last modified time | relevance | path

Searched refs:command_table (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dcmds.h49 extern COMMAND command_table[];
Dmakeinfo.c1975 for (i = 0; command_table[i].name; i++) in get_command_entry()
1976 if (strcmp (command_table[i].name, string) == 0) in get_command_entry()
1977 return &command_table[i]; in get_command_entry()
2385 for (i = 0; command_table[i].name; i++) in find_proc_name()
2386 if (proc == command_table[i].proc) in find_proc_name()
2387 return command_table[i].name; in find_proc_name()
Dinsertion.c2094 for (i = 0; command_table[i].name; i++) in command_needs_braces()
2096 if (STREQ (command_table[i].name, cmd)) in command_needs_braces()
2097 return command_table[i].argument_in_braces == BRACE_ARGS; in command_needs_braces()
Dcmds.c55 COMMAND command_table[] = { variable
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_rewrite.c163 static const command_rec command_table[] = { variable
200 command_table, /* table of config file commands */