Searched refs:CommandTable (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/iceauth/dist/
H A Dprocess.c59 } CommandTable; typedef in typeref:struct:_CommandTable
91 static int dispatch_command ( const char *inputfilename, int lineno, int argc, const char **argv, const CommandTable *tab, int *statusp );
115 static const CommandTable command_table[] = { /* table of known commands */
459 const CommandTable *tab,
467 for (const CommandTable *ct = tab; ct->name; ct++) {
1036 for (const CommandTable *ct = command_table; ct->name; ct++) {
1042 for (const CommandTable *ct = command_table; ct->name; ct++) {
1097 for (const CommandTable *ct = command_table; ct->name; ct++) {
/xsrc/external/mit/xauth/dist/
H A Dprocess.c83 } CommandTable; typedef in typeref:struct:_CommandTable
122 static CommandTable command_table[] = { /* table of known commands */
626 CommandTable *tab,
634 for (CommandTable *ct = tab; ct->name; ct++) {
1394 for (CommandTable *ct = command_table; ct->name; ct++) {
1400 for (CommandTable *ct = command_table; ct->name; ct++) {
1449 for (CommandTable *ct = command_table; ct->name; ct++) {

Completed in 9 milliseconds