Searched refs:cursor (Results 1 – 4 of 4) sorted by relevance
810 struct token *cursor; in parse() local816 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() local867 top = element = alloc_elem(cursor); in parse_type()[all …]
2376 ….timeline {position: relative; font-size: 14px;cursor: pointer;width: 100%; overflow: hidden; back…
4 //# or in cases when the loop cursor is reassigned. The latter should only
1 /// These iterators only exit normally when the loop cursor is NULL, so there