Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dfilename.c347 typedef struct xcpy { char *dest; size_t copied; } xcpy; typedef
349 static void xcpy_char(xcpy *xp, char ch) in xcpy_char()
355 static void xcpy_filename(xcpy *xp, constant char *str) in xcpy_filename()
368 xcpy xp; in fexpand_copy()