Home
last modified time | relevance | path

Searched refs:oexp (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/nvi/ex/
Dex_init.c42 EX_PRIVATE *oexp, *nexp; in ex_screen_copy() local
55 oexp = EXP(orig); in ex_screen_copy()
57 if (oexp->lastbcomm != NULL && in ex_screen_copy()
58 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm, in ex_screen_copy()
59 STRLEN(oexp->lastbcomm))) == NULL) { in ex_screen_copy()
Dex_tag.c539 EX_PRIVATE *oexp, *nexp; in ex_tag_copy() local
544 oexp = EXP(orig); in ex_tag_copy()
548 TAILQ_FOREACH(aqp, oexp->tq, q) { in ex_tag_copy()
563 TAILQ_FOREACH(atfp, oexp->tagfq, q) { in ex_tag_copy()
570 if (oexp->tag_last != NULL && in ex_tag_copy()
571 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last, in ex_tag_copy()
572 STRLEN(oexp->tag_last))) == NULL) { in ex_tag_copy()
/freebsd-12-stable/sys/kern/
Dvfs_mount.c2054 vfs_oexport_conv(const struct oexport_args *oexp, struct export_args *exp) in vfs_oexport_conv() argument
2057 bcopy(oexp, exp, sizeof(*oexp)); in vfs_oexport_conv()
/freebsd-12-stable/sys/sys/
Dmount.h938 void vfs_oexport_conv(const struct oexport_args *oexp,