Home
last modified time | relevance | path

Searched refs:v_wstrdup (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dscreen.c77 v_wstrdup(sp, orig->re, orig->re_len)) == NULL) in screen_init()
81 v_wstrdup(sp, orig->subre, orig->subre_len)) == NULL) in screen_init()
85 v_wstrdup(sp, orig->repl, orig->repl_len)) == NULL) in screen_init()
H A Dseq.c55 } else if ((p = v_wstrdup(sp, output, olen)) == NULL) { in seq_set()
75 else if ((qp->name = v_wstrdup(sp, name, nlen)) == NULL) { in seq_set()
82 if ((qp->input = v_wstrdup(sp, input, ilen)) == NULL) { in seq_set()
92 } else if ((qp->output = v_wstrdup(sp, output, olen)) == NULL) { in seq_set()
H A Dutil.c248 v_wstrdup(SCR *sp, const CHAR_T *str, size_t len) function
H A Dexf.c1069 if ((wp = v_wstrdup(sp, wp, wlen)) == NULL)
/freebsd/contrib/nvi/ex/
H A Dex_init.c58 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm, in ex_screen_copy()
298 if ((ecp->cp = v_wstrdup(sp, str, len)) == NULL) in ex_run_str()
H A Dex_bang.c67 if ((exp->lastbcomm = v_wstrdup(sp, ap->bp, ap->len)) == NULL) { in ex_bang()
H A Dex_read.c113 v_wstrdup(sp, cmdp->argv[argc]->bp, in ex_read()
H A Dex_write.c164 exp->lastbcomm = v_wstrdup(sp, cmdp->argv[1]->bp, in exwr()
H A Dex_tag.c99 if ((exp->tag_last = v_wstrdup(sp, cmdp->argv[0]->bp, in ex_tag_push()
571 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last, in ex_tag_copy()
H A Dex_argv.c568 if ((path = v_wstrdup(sp, path, plen)) == NULL) in argv_flt_path()
/freebsd/contrib/nvi/vi/
H A Dv_init.c58 v_wstrdup(sp, ovip->mcs, STRLEN(ovip->mcs))) == NULL) in v_screen_copy()
/freebsd/usr.bin/vi/
H A Dextern.h439 CHAR_T *v_wstrdup(SCR *, const CHAR_T *, size_t);