Searched refs:cursor (Results 1 – 2 of 2) sorted by relevance
806 struct token *cursor; in parse() local812 cursor = type->name; in parse()814 if (cursor[0].token_type != TOKEN_TYPE_NAME || in parse()815 cursor[1].token_type != TOKEN_ASSIGNMENT) in parse()817 cursor += 2; in parse()819 type->element = parse_type(&cursor, type[1].name, NULL); in parse()822 if (cursor != type[1].name) { in parse()824 filename, cursor->line, cursor->content); in parse()858 struct token *cursor = *_cursor; in parse_type() local866 element->tag = token_to_tag[cursor->token_type]; in parse_type()[all …]
5 //# or in cases when the loop cursor is reassigned. The latter should only