Home
last modified time | relevance | path

Searched refs:_cursor (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/scripts/
Dasn1_compiler.c771 static struct element *parse_type(struct token **_cursor, struct token *stop,
821 static struct element *parse_compound(struct token **_cursor, struct token *end,
827 static struct element *parse_type(struct token **_cursor, struct token *end, in parse_type() argument
832 struct token *cursor = *_cursor; in parse_type()
1112 *_cursor = cursor; in parse_type()
1129 static struct element *parse_compound(struct token **_cursor, struct token *end, in parse_compound() argument
1133 struct token *cursor = *_cursor, *name; in parse_compound()
1186 *_cursor = cursor; in parse_compound()