Searched defs:is_long (Results 1 - 3 of 3) sorted by relevance
| /src/bin/ksh/ | ||
| H A D | vi.c | 89 #define is_long(c) (classify[(c)&0x7f]&X_) macro |
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ | ||
| H A D | glsl_lexer.cpp | 1541 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 D | glsl_lexer.cpp | 1564 bool is_long = (text[len - 1] == 'l' || text[len - 1] == 'L'); local in function:literal_integer |
Completed in 49 milliseconds