Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dxo_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/contrib/nvi/common/
H A Dscreen.c100 if (opts_copy(orig, sp)) in screen_init()
H A Doptions.c1113 opts_copy(SCR *orig, SCR *sp) in opts_copy() function
/freebsd/usr.bin/vi/
H A Dextern.h392 int opts_copy(SCR *, SCR *);