Searched refs:oexp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/nvi/ex/ |
| D | ex_init.c | 42 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()
|
| D | ex_tag.c | 539 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/ |
| D | vfs_mount.c | 2054 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/ |
| D | mount.h | 938 void vfs_oexport_conv(const struct oexport_args *oexp,
|