HomeSort by: relevance | last modified time | path
    Searched refs:tag_last (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex_tag.c 134 if (exp->tag_last != NULL)
135 free(exp->tag_last);
137 if ((exp->tag_last = v_wstrdup(sp, cmdp->argv[0]->bp,
145 O_VAL(sp, O_TAGLENGTH)) != 0 && STRLEN(exp->tag_last) > tl)
146 exp->tag_last[tl] = '\0';
149 if (exp->tag_last == NULL) {
161 if ((tqp = gtag_slist(sp, exp->tag_last,
166 if ((tqp = ctag_slist(sp, exp->tag_last)) == NULL)
621 if (oexp->tag_last != NULL &&
622 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last,
    [all...]
ex_tag.c 134 if (exp->tag_last != NULL)
135 free(exp->tag_last);
137 if ((exp->tag_last = v_wstrdup(sp, cmdp->argv[0]->bp,
145 O_VAL(sp, O_TAGLENGTH)) != 0 && STRLEN(exp->tag_last) > tl)
146 exp->tag_last[tl] = '\0';
149 if (exp->tag_last == NULL) {
161 if ((tqp = gtag_slist(sp, exp->tag_last,
166 if ((tqp = ctag_slist(sp, exp->tag_last)) == NULL)
621 if (oexp->tag_last != NULL &&
622 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last,
    [all...]
ex.h 167 CHAR_T *tag_last; /* Saved last tag string. */ member in struct:_ex_private
ex.h 167 CHAR_T *tag_last; /* Saved last tag string. */ member in struct:_ex_private

Completed in 47 milliseconds