Home
last modified time | relevance | path

Searched refs:tag_last (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_tag.c134 if (exp->tag_last != NULL) in ex_tag_push()
135 free(exp->tag_last); in ex_tag_push()
137 if ((exp->tag_last = v_wstrdup(sp, cmdp->argv[0]->bp, in ex_tag_push()
145 O_VAL(sp, O_TAGLENGTH)) != 0 && STRLEN(exp->tag_last) > tl) in ex_tag_push()
146 exp->tag_last[tl] = '\0'; in ex_tag_push()
149 if (exp->tag_last == NULL) { in ex_tag_push()
161 if ((tqp = gtag_slist(sp, exp->tag_last, in ex_tag_push()
166 if ((tqp = ctag_slist(sp, exp->tag_last)) == NULL) in ex_tag_push()
621 if (oexp->tag_last != NULL && in ex_tag_copy()
622 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last, in ex_tag_copy()
[all …]
H A Dex.h167 CHAR_T *tag_last; /* Saved last tag string. */ member