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

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

Completed in 84 milliseconds