Searched defs:_cursor (Results 1 – 2 of 2) sorted by relevance
857 static struct element *parse_type(struct token **_cursor, struct token *end, in parse_type()1151 static struct element *parse_compound(struct token **_cursor, struct token *end, in parse_compound()
17 #define cursor_advance(_cursor, _len) \ argument