Searched refs:DT_PREV (Results 1 – 3 of 3) sorted by relevance
442 case DT_PREV: cur_match -= count; break; in do_tag()762 if ((type == DT_PREV && cur_match > 0) in do_tag()771 if (type == DT_PREV) in do_tag()
1147 #define DT_PREV 4 // jump to previous match of same tag macro
8755 case 'p': cmd = DT_PREV; // ":tprevious" in ex_tag_cmd()8757 case 'N': cmd = DT_PREV; // ":tNext" in ex_tag_cmd()