Searched refs:current_word (Results 1 – 1 of 1) sorted by relevance
109 char current_line [500],current_word [50],*ch; in set_struct_descriptors() local121 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() local623 ptr=parse_word (current_line,current_word); in check_mounted()624 if (strcasecmp (current_word,name)==0) { in check_mounted()