Home
last modified time | relevance | path

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

/scripts/
Dasn1_compiler.c810 struct token *cursor; in parse() local
816 cursor = type->name; in parse()
818 if (cursor[0].token_type != TOKEN_TYPE_NAME || in parse()
819 cursor[1].token_type != TOKEN_ASSIGNMENT) in parse()
821 cursor += 2; in parse()
823 type->element = parse_type(&cursor, type[1].name, NULL); in parse()
826 if (cursor != type[1].name) { in parse()
828 filename, cursor->line, cursor->content); in parse()
862 struct token *cursor = *_cursor; in parse_type() local
867 top = element = alloc_elem(cursor); in parse_type()
[all …]
Danalyze_suspend.py2376 ….timeline {position: relative; font-size: 14px;cursor: pointer;width: 100%; overflow: hidden; back…
/scripts/coccinelle/iterators/
Ditnull.cocci4 //# or in cases when the loop cursor is reassigned. The latter should only
Dfen.cocci1 /// These iterators only exit normally when the loop cursor is NULL, so there