Searched refs:kwset (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dkwset.c0 /* kwset.c - search for any of a set of keywords.
33 #include "kwset.h"
74 struct kwset struct
93 struct kwset *kwset; local
95 kwset = (struct kwset *) malloc(sizeof (struct kwset));
96 if (!kwset)
99 obstack_init(&kwset
128 struct kwset *kwset; local
378 register struct kwset *kwset; local
496 struct kwset const *kwset; local
582 struct kwset const *kwset; local
745 struct kwset const *kwset = (struct kwset *) kws; local
765 struct kwset *kwset; local
[all...]
H A DMakefile.am29 kwset.h kwset.c \
H A Dkwset.h0 /* kwset.h - header declaring the keyword set library.
30 typedef struct kwset * kwset_t;
H A Dm-common.h20 #include "kwset.h"
32 kwset_t kwset; member in struct:compiled_kwset
H A Dm-common.c53 ckwset->kwset = kwsalloc (ckwset->trans);
58 ckwset->kwset = kwsalloc (NULL);
60 if (ckwset->kwset == NULL)
H A Dm-fgrep.c56 if ((err = kwsincr (ckwset->kwset, beg, lim - beg)) != NULL)
64 if ((err = kwsprep (ckwset->kwset)) != NULL)
87 kwsexec (ckwset->kwset, beg, buf + buf_size - beg, &kwsmatch);
127 offset = kwsexec (ckwset->kwset, beg, --len, &kwsmatch);
H A Dm-regex.c81 which must occur in the match, then we build a kwset matcher
95 matches. The kwset matcher will return the index
102 if ((err = kwsincr (cregex->ckwset.kwset, dm->must, strlen (dm->must))) != NULL)
111 if ((err = kwsincr (cregex->ckwset.kwset, dm->must, strlen (dm->must))) != NULL)
114 if ((err = kwsprep (cregex->ckwset.kwset)) != NULL)
324 if (MB_CUR_MAX > 1 && cregex->ckwset.kwset)
334 if (cregex->ckwset.kwset)
337 size_t offset = kwsexec (cregex->ckwset.kwset, beg, buflim - beg, &kwsm);
H A DMakefile.in206 am_libgrep_a_OBJECTS = kwset.$(OBJEXT) dfa.$(OBJEXT) \
693 kwset.h kwset.c \
H A DMakefile206 am_libgrep_a_OBJECTS = kwset.$(OBJEXT) dfa.$(OBJEXT) \
693 kwset.h kwset.c \

Completed in 100 milliseconds