Home
last modified time | relevance | path

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

/scripts/
Dasn1_compiler.c806 struct token *cursor; in parse() local
812 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() local
863 top = element = alloc_elem(cursor); in parse_type()
[all …]
/scripts/coccinelle/iterators/
Ditnull.cocci5 //# or in cases when the loop cursor is reassigned. The latter should only
Dfen.cocci2 /// These iterators only exit normally when the loop cursor is NULL, so there