Lines Matching refs:current_line
110 char current_line [500],current_word [50],*ch; in set_struct_descriptors() local
120 fgets (current_line,500,fp); in set_struct_descriptors()
122 ch=parse_word (current_line,current_word); in set_struct_descriptors()
127 while (strchr (current_line,'{')==NULL) { in set_struct_descriptors()
128 fgets (current_line,500,fp); in set_struct_descriptors()
133 fgets (current_line,500,fp); in set_struct_descriptors()
135 while (strchr (current_line,'}')==NULL) { in set_struct_descriptors()
136 while (strchr (current_line,';')==NULL) { in set_struct_descriptors()
137 fgets (current_line,500,fp); in set_struct_descriptors()
138 if (strchr (current_line,'}')!=NULL) break; in set_struct_descriptors()
140 if (strchr (current_line,'}') !=NULL) break; in set_struct_descriptors()
141 ch=parse_word (current_line,variable_type); in set_struct_descriptors()
149 fgets (current_line,500,fp); in set_struct_descriptors()
612 char current_line [500],current_word [200]; in check_mounted() local
622 fgets (current_line,500,fp); in check_mounted()
624 ptr=parse_word (current_line,current_word); in check_mounted()