Searched refs:eolbyte (Results 1 – 3 of 3) sorted by relevance
/third_party/gettext/gettext-tools/libgrep/ |
D | m-regex.c | 54 char eolbyte; member 63 bool match_icase, bool match_words, bool match_lines, char eolbyte, in compile() argument 72 cregex->eolbyte = eolbyte; in compile() 123 bool match_icase, bool match_words, bool match_lines, char eolbyte) in Gcompile() argument 126 match_icase, match_words, match_lines, eolbyte, in Gcompile() 132 bool match_icase, bool match_words, bool match_lines, char eolbyte) in Ecompile() argument 135 match_icase, match_words, match_lines, eolbyte, in Ecompile() 141 bool match_icase, bool match_words, bool match_lines, char eolbyte) in AWKcompile() argument 144 match_icase, match_words, match_lines, eolbyte, in AWKcompile() 154 char eol = cregex->eolbyte; in EGexecute()
|
D | m-fgrep.c | 62 char eolbyte; member 67 bool match_icase, bool match_words, bool match_lines, char eolbyte) in kwsinit() argument 87 ckwset->eolbyte = eolbyte; in kwsinit() 93 char eolbyte) in Fcompile() argument 100 kwsinit (ckwset, match_icase, match_words, match_lines, eolbyte); in Fcompile() 160 char eol = ckwset->eolbyte; in Fexecute()
|
D | libgrep.h | 35 char eolbyte);
|