_cursor           798 scripts/asn1_compiler.c static struct element *parse_type(struct token **_cursor, struct token *stop,
_cursor           847 scripts/asn1_compiler.c static struct element *parse_compound(struct token **_cursor, struct token *end,
_cursor           853 scripts/asn1_compiler.c static struct element *parse_type(struct token **_cursor, struct token *end,
_cursor           858 scripts/asn1_compiler.c 	struct token *cursor = *_cursor;
_cursor          1131 scripts/asn1_compiler.c 	*_cursor = cursor;
_cursor          1147 scripts/asn1_compiler.c static struct element *parse_compound(struct token **_cursor, struct token *end,
_cursor          1151 scripts/asn1_compiler.c 	struct token *cursor = *_cursor, *name;
_cursor          1202 scripts/asn1_compiler.c 	*_cursor = cursor;
_cursor            10 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c #define cursor_advance(_cursor, _len) \
_cursor            11 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	({ void *_tmp = _cursor; _cursor += _len; _tmp; })
_cursor            10 tools/testing/selftests/bpf/progs/test_seg6_loop.c #define cursor_advance(_cursor, _len) \
_cursor            11 tools/testing/selftests/bpf/progs/test_seg6_loop.c 	({ void *_tmp = _cursor; _cursor += _len; _tmp; })