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

/xsrc/external/mit/xedit/dist/lisp/re/
H A Dre.c102 static int rec_byte(re_inf*, int);
163 if (rec_byte(&inf, flags & (RE_NEWLINE | RE_NOSUB)) == 0 &&
164 rec_byte(&inf, 0xff) == 0 &&
1771 rec_byte(re_inf *inf, int value) function in typeref:typename:int
1934 rec_byte(inf, inf->bas - 1) == 0 &&
1935 rec_byte(inf, inf->ref - 1) == 0)
2017 rec_byte(inf, inf->bas) ||
2018 rec_byte(inf, distance & 0xff) ||
2019 rec_byte(inf, (distance & 0xff00) >> 8))
2023 rec_byte(in
[all...]

Completed in 3 milliseconds