Searched refs:v_wstrdup (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | screen.c | 77 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 D | seq.c | 55 } 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 D | util.c | 248 v_wstrdup(SCR *sp, const CHAR_T *str, size_t len) function
|
H A D | exf.c | 1069 if ((wp = v_wstrdup(sp, wp, wlen)) == NULL)
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_init.c | 58 (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 D | ex_bang.c | 67 if ((exp->lastbcomm = v_wstrdup(sp, ap->bp, ap->len)) == NULL) { in ex_bang()
|
H A D | ex_read.c | 113 v_wstrdup(sp, cmdp->argv[argc]->bp, in ex_read()
|
H A D | ex_write.c | 164 exp->lastbcomm = v_wstrdup(sp, cmdp->argv[1]->bp, in exwr()
|
H A D | ex_tag.c | 99 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 D | ex_argv.c | 568 if ((path = v_wstrdup(sp, path, plen)) == NULL) in argv_flt_path()
|
/freebsd/contrib/nvi/vi/ |
H A D | v_init.c | 58 v_wstrdup(sp, ovip->mcs, STRLEN(ovip->mcs))) == NULL) in v_screen_copy()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 439 CHAR_T *v_wstrdup(SCR *, const CHAR_T *, size_t);
|