Searched defs:general_commands (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dmain.c77 struct struct_commands general_commands,ext2_commands; /* Used to define the general and ext2 commands */ variable in typeref:struct:struct_commands
340 * general_commands.
395 for (i=0;i<=general_commands.last_command && !found;i++) {
396 if (strcasecmp (command,general_commands.names [i])==0) {
397 (*general_commands.callback [i]) (command_line);
495 for (i=0;i<=general_commands.last_command;i++) {
496 if (strncmp (general_commands.names [i],text,len)==0) {
499 return (dupstr (general_commands.names [i]));

Completed in 1509 milliseconds