Searched refs:_cursor (Results 1 – 1 of 1) sorted by relevance
763 static struct element *parse_type(struct token **_cursor, struct token *stop,813 static struct element *parse_compound(struct token **_cursor, struct token *end,819 static struct element *parse_type(struct token **_cursor, struct token *end, in parse_type() argument824 struct token *cursor = *_cursor; in parse_type()1104 *_cursor = cursor; in parse_type()1121 static struct element *parse_compound(struct token **_cursor, struct token *end, in parse_compound() argument1125 struct token *cursor = *_cursor, *name; in parse_compound()1178 *_cursor = cursor; in parse_compound()