Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/lib/
H A Dquotearg.c576 struct slotvec in quotearg_n_options() struct
578 size_t size; in quotearg_n_options()
579 char *val; in quotearg_n_options()
582 static struct slotvec *slotvec = &slotvec0; in quotearg_n_options() local
/dragonfly/contrib/grep/lib/
H A Dquotearg.c834 struct slotvec struct
844 static struct slotvec slotvec0 = {sizeof slot0, slot0}; argument
845 static struct slotvec *slotvec = &slotvec0; variable