Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c33 const int CMoctal = 0x1; variable
37 inline bool isoctal (utf8_t c) { return (cmtable[c] & CMoctal) != 0; } in isoctal()
53 cmtable[c] |= CMoctal; in CMTableInitializer()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d3033 table[c] |= CMoctal;
3082 enum CMoctal = 0x1; variable
3092 return (cmtable[c] & CMoctal) != 0; in isoctal()