Searched refs:tag_last (Results 1 – 2 of 2) sorted by relevance
97 free(exp->tag_last); in ex_tag_push()99 if ((exp->tag_last = v_wstrdup(sp, cmdp->argv[0]->bp, in ex_tag_push()107 O_VAL(sp, O_TAGLENGTH)) != 0 && STRLEN(exp->tag_last) > tl) in ex_tag_push()108 exp->tag_last[tl] = '\0'; in ex_tag_push()111 if (exp->tag_last == NULL) { in ex_tag_push()121 if ((tqp = ctag_slist(sp, exp->tag_last)) == NULL) in ex_tag_push()570 if (oexp->tag_last != NULL && in ex_tag_copy()571 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last, in ex_tag_copy()572 STRLEN(oexp->tag_last))) == NULL) { in ex_tag_copy()894 free(exp->tag_last); in ex_tag_free()
165 CHAR_T *tag_last; /* Saved last tag string. */ member