Searched refs:eolbyte (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-common.h36 char eolbyte; member in struct:compiled_kwset
42 char eolbyte);
H A Dlibgrep.h35 char eolbyte);
H A Dm-common.c44 bool match_icase, bool match_words, bool match_lines, char eolbyte)
64 ckwset->eolbyte = eolbyte;
43 kwsinit(struct compiled_kwset *ckwset, bool match_icase, bool match_words, bool match_lines, char eolbyte) argument
H A Dm-regex.c54 char eolbyte; member in struct:compiled_regex
86 bool match_icase, bool match_words, bool match_lines, char eolbyte)
93 kwsinit (&cregex->ckwset, match_icase, match_words, match_lines, eolbyte);
121 bool match_icase, bool match_words, bool match_lines, char eolbyte)
133 cregex->eolbyte = eolbyte;
138 dfasyntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE, match_icase, eolbyte);
199 kwsmusts (cregex, match_icase, match_words, match_lines, eolbyte);
206 bool match_icase, bool match_words, bool match_lines, char eolbyte,
219 cregex->eolbyte
85 kwsmusts(struct compiled_regex *cregex, bool match_icase, bool match_words, bool match_lines, char eolbyte) argument
120 Gcompile(const char *pattern, size_t pattern_size, bool match_icase, bool match_words, bool match_lines, char eolbyte) argument
205 compile(const char *pattern, size_t pattern_size, bool match_icase, bool match_words, bool match_lines, char eolbyte, reg_syntax_t syntax) argument
291 Ecompile(const char *pattern, size_t pattern_size, bool match_icase, bool match_words, bool match_lines, char eolbyte) argument
300 AWKcompile(const char *pattern, size_t pattern_size, bool match_icase, bool match_words, bool match_lines, char eolbyte) argument
[all...]
H A Dm-fgrep.c43 char eolbyte)
49 kwsinit (ckwset, match_icase, match_words, match_lines, eolbyte);
76 char eol = ckwset->eolbyte;
41 Fcompile(const char *pattern, size_t pattern_size, bool match_icase, bool match_words, bool match_lines, char eolbyte) argument
H A Ddfa.c266 static unsigned char eolbyte; variable
275 eolbyte = eol;
943 clrbit(eolbyte, ccl);
1063 clrbit(eolbyte, ccl);
1946 setbit(eolbyte, newline);
1984 clrbit(eolbyte, matches);
2095 trans[eolbyte] = state_newline;
2156 if (tstbit(eolbyte, labels[i]))
2188 if (c == eolbyte)
2275 trans[eolbyte]
[all...]

Completed in 105 milliseconds