Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/ex/
H A Dex_tag.c105 free(exp->tag_last); in ex_tag_push()
107 if ((exp->tag_last = strdup(cmdp->argv[0]->bp)) == NULL) { in ex_tag_push()
114 O_VAL(sp, O_TAGLENGTH)) != 0 && strlen(exp->tag_last) > tl) in ex_tag_push()
115 exp->tag_last[tl] = '\0'; in ex_tag_push()
118 if (exp->tag_last == NULL) { in ex_tag_push()
128 if ((tqp = ctag_slist(sp, exp->tag_last)) == NULL) in ex_tag_push()
644 if (oexp->tag_last != NULL && in ex_tag_copy()
645 (nexp->tag_last = strdup(oexp->tag_last)) == NULL) { in ex_tag_copy()
861 free(exp->tag_last); in ex_tag_free()
H A Dex.h164 char *tag_last; /* Saved last tag string. */ member