Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_init.c42 EX_PRIVATE *oexp, *nexp; in ex_screen_copy() local
45 CALLOC_RET(orig, nexp, 1, sizeof(EX_PRIVATE)); in ex_screen_copy()
46 sp->ex_private = nexp; in ex_screen_copy()
49 TAILQ_INIT(nexp->tq); in ex_screen_copy()
50 TAILQ_INIT(nexp->tagfq); in ex_screen_copy()
51 SLIST_INIT(nexp->cscq); in ex_screen_copy()
58 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm, in ex_screen_copy()
H A Dex_tag.c539 EX_PRIVATE *oexp, *nexp; in ex_tag_copy() local
545 nexp = EXP(sp); in ex_tag_copy()
559 TAILQ_INSERT_TAIL(nexp->tq, tqp, q); in ex_tag_copy()
566 TAILQ_INSERT_TAIL(nexp->tagfq, tfp, q); in ex_tag_copy()
571 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last, in ex_tag_copy()