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

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

Completed in 58 milliseconds