Searched defs:is_long (Results 1 - 3 of 3) sorted by relevance

/src/bin/ksh/
H A Dvi.c89 #define is_long(c) (classify[(c)&0x7f]&X_) macro
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp1541 bool is_long = (text[len - 1] == 'l' || text[len - 1] == 'L'); local in function:literal_integer
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp1564 bool is_long = (text[len - 1] == 'l' || text[len - 1] == 'L'); local in function:literal_integer

Completed in 49 milliseconds