Home
last modified time | relevance | path

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

/external/e2fsprogs/ext2ed/
Dinit.c109 char current_line [500],current_word [50],*ch; in set_struct_descriptors() local
121 ch=parse_word (current_line,current_word); in set_struct_descriptors()
122 if (strcmp (current_word,"struct")==0) { in set_struct_descriptors()
123 ch=parse_word (ch,current_word); in set_struct_descriptors()
124 current_descriptor=add_new_descriptor (current_word); in set_struct_descriptors()
611 char current_line [500],current_word [200]; in check_mounted() local
623 ptr=parse_word (current_line,current_word); in check_mounted()
624 if (strcasecmp (current_word,name)==0) { in check_mounted()