Home
last modified time | relevance | path

Searched defs:format_cmdline_walklist_closure (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Dsubr.h48 struct format_cmdline_walklist_closure struct
50 const char *format; /* the format string the user passed us */
51 char **buf; /* *dest = our NUL terminated and possibly too short
54 size_t *length; /* *dlen = how many bytes have already been allocated to
57 char **d; /* our pointer into buf where the next char should go */
58 char quotes; /* quotes we are currently between, if any */
60 int onearg;
61 int firstpass;
62 const char *srepos;
64 void *closure; /* our user defined closure */