Home | History | Annotate | Download | only in ext2ed

Lines Matching full:command_line

32 void type_ext2_block_bitmap___entry (char *command_line)
47 ptr=parse_word (command_line,buffer); /* Get the requested entry */
69 void type_ext2_block_bitmap___next (char *command_line)
81 ptr=parse_word (command_line,buffer);
91 void type_ext2_block_bitmap___prev (char *command_line)
97 ptr=parse_word (command_line,buffer);
107 void type_ext2_block_bitmap___allocate (char *command_line)
121 ptr=parse_word (command_line,buffer); /* Get the number of blocks to allocate */
142 void type_ext2_block_bitmap___deallocate (char *command_line)
150 ptr=parse_word (command_line,buffer);
202 void type_ext2_block_bitmap___show (char *command_line)