Searched refs:current_word (Results 1 – 2 of 2) sorted by relevance
110 char current_line [500],current_word [50],*ch; in set_struct_descriptors() local122 ch=parse_word (current_line,current_word); in set_struct_descriptors()123 if (strcmp (current_word,"struct")==0) { in set_struct_descriptors()124 ch=parse_word (ch,current_word); in set_struct_descriptors()125 current_descriptor=add_new_descriptor (current_word); in set_struct_descriptors()612 char current_line [500],current_word [200]; in check_mounted() local624 ptr=parse_word (current_line,current_word); in check_mounted()625 if (strcasecmp (current_word,name)==0) { in check_mounted()
148 current_word = first_word149 current_id = tf.expand_dims(self._words_to_indices(current_word), 0)164 current_word = next_words165 sequence.append(current_word)