Searched refs:RE_TRANSLATE (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | regex.h | 292 #define RE_TRANSLATE(TBL, C) ((TBL)[C]) macro
|
H A D | regex.c | 1547 if (RE_TRANSLATE_P (translate)) c = RE_TRANSLATE (translate, c); \ 1569 ? (unsigned) RE_TRANSLATE (translate, (unsigned) (d)) : (d)) 3819 buf_ch = RE_TRANSLATE (translate, buf_ch); 3830 RE_TRANSLATE (translate, (unsigned char) *d)]) 3853 buf_ch = RE_TRANSLATE (translate, buf_ch); 4550 if (RE_TRANSLATE (translate, buf_ch) 4564 if ((unsigned char) RE_TRANSLATE (translate, (unsigned char) *d) 6016 if (RE_TRANSLATE (translate, p1_ch) 6017 != RE_TRANSLATE (translate, p2_ch))
|