Home
last modified time | relevance | path

Searched refs:SC_COMPILER_C_VALUE (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/inc/
H A Dcompiler.hxx74 #define SC_COMPILER_C_VALUE 0x00000200 macro
/aoo41x/main/sc/source/core/tool/
H A Dcompiler.cxx457 /* % */ t[37] = SC_COMPILER_C_VALUE; in Convention()
464 /* , */ t[44] = SC_COMPILER_C_CHAR_VALUE | SC_COMPILER_C_VALUE; in Convention()
466 /* . */ t[46] = SC_COMPILER_C_WORD | SC_COMPILER_C_CHAR_VALUE | SC_COMPILER_C_VALUE | SC_COMPIL… in Convention()
470 /* 0-9 */ t[i] = SC_COMPILER_C_CHAR_VALUE | SC_COMPILER_C_WORD | SC_COMPILER_C_VALUE | SC_COMPILE… in Convention()
2172 else if( nMask & SC_COMPILER_C_VALUE ) in NextSymbol()

Completed in 156 milliseconds