Searched refs:cursor (Results 1 – 3 of 3) 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() local863 top = element = alloc_elem(cursor); in parse_type()[all …]
5 //# or in cases when the loop cursor is reassigned. The latter should only
2 /// These iterators only exit normally when the loop cursor is NULL, so there