Home
last modified time | relevance | path

Searched refs:DEF_MAGIC (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/rsc/source/rscpp/
H A Dcpp6.c89 #if TOK_SEP != 0x1E || COM_SEP != 0x1F || DEF_MAGIC != 0x1D
235 if (c == DEF_MAGIC) /* Eat the magic token */ in scanid()
355 if (c != DEF_MAGIC) in scanstring()
579 if (0 != (isrecurse = (c == DEF_MAGIC))) /* If recursive macro */ in lookid()
858 if (c == DEF_MAGIC && file->fp != NULL) /* Don't allow delete */ in get()
H A Dcpp.h56 #define DEF_MAGIC 0x1D /* Magic for #defines */ macro
H A Dcpp4.c259 save(DEF_MAGIC); /* Save magic marker */

Completed in 31 milliseconds