Searched refs:lisprint (Results 1 – 2 of 2) sorted by relevance
61 #define lisprint(c) testprop(c, MASK(PRINTBIT)) macro87 #define lisprint(c) (isprint(c)) macro
78 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) : in luaX_token2str()