Searched refs:char2int (Results 1 – 2 of 2) sorted by relevance
20 #define char2int(c) cast(int, cast(unsigned char, (c))) macro22 #define zgetc(z) (((z)->n--)>0 ? char2int(*(z)->p++) : luaZ_fill(z))
31 return char2int(*(z->p++)); in luaZ_fill()44 return char2int(*z->p); in luaZ_lookahead()