Searched refs:DT_TAG (Results 1 – 4 of 4) sorted by relevance
194 type = DT_TAG; in do_tag()233 && (type == DT_TAG || type == DT_SELECT || type == DT_JUMP in do_tag()374 if (type == DT_TAG in do_tag()537 if (type == DT_TAG) in do_tag()620 if (type == DT_TAG && *tag != NUL) in do_tag()712 if (type != DT_TAG && type != DT_SELECT && type != DT_JUMP in do_tag()763 || ((type == DT_TAG || type == DT_NEXT in do_tag()
1144 #define DT_TAG 1 // jump to newer position or same tag again macro
8776 cmd = DT_TAG; in ex_tag_cmd()
32548 Solution: Handle DT_TAG differently. (test by Andy Massimino, closes #3944,