Searched refs:tag_last (Results 1 – 2 of 2) sorted by relevance
101 if (exp->tag_last != NULL) in ex_tag_push()102 free(exp->tag_last); in ex_tag_push()104 if ((exp->tag_last = v_wstrdup(sp, cmdp->argv[0]->bp, in ex_tag_push()112 O_VAL(sp, O_TAGLENGTH)) != 0 && STRLEN(exp->tag_last) > tl) in ex_tag_push()113 exp->tag_last[tl] = '\0'; in ex_tag_push()116 if (exp->tag_last == NULL) { in ex_tag_push()126 if ((tqp = ctag_slist(sp, exp->tag_last)) == NULL) in ex_tag_push()575 if (oexp->tag_last != NULL && in ex_tag_copy()576 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last, in ex_tag_copy()577 STRLEN(oexp->tag_last))) == NULL) { in ex_tag_copy()[all …]
167 CHAR_T *tag_last; /* Saved last tag string. */ member