Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dkwset.h24 struct kwsmatch struct
26 int index; /* Index number of matching keyword. */
27 size_t offset[1]; /* Offset of each submatch. */
28 size_t size[1]; /* Length of each submatch. */
H A Dm-fgrep.c78 struct kwsmatch kwsmatch; in Fexecute() local
H A Dkwset.c581 cwexec (kwset_t kws, char const *text, size_t len, struct kwsmatch *kwsmatch) in cwexec()
744 struct kwsmatch *kwsmatch) in kwsexec()
/netbsd-src/external/gpl2/grep/dist/src/
H A Dkwset.h25 struct kwsmatch struct
27 int index; /* Index number of matching keyword. */
28 size_t offset[1]; /* Offset of each submatch. */
29 size_t size[1]; /* Length of each submatch. */
H A Dkwset.c581 cwexec (kwset_t kws, char const *text, size_t len, struct kwsmatch *kwsmatch) in cwexec()
746 struct kwsmatch *kwsmatch) in kwsexec()
H A Dsearch.c509 struct kwsmatch kwsmatch; in Fexecute() local