Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libxo/libxo/
HDxo_encoder.c341 char *opts_copy = copy + (opts - name); /* Move to ':' */ in xo_encoder_init() local
342 *opts_copy++ = '\0'; /* Trim it off */ in xo_encoder_init()
344 opts = opts_copy; /* Use copy as options */ in xo_encoder_init()
/freebsd-14-stable/contrib/nvi/common/
HDscreen.c100 if (opts_copy(orig, sp)) in screen_init()
HDoptions.c1113 opts_copy(SCR *orig, SCR *sp) in opts_copy() function
/freebsd-14-stable/usr.bin/vi/
HDextern.h392 int opts_copy(SCR *, SCR *);