Home
last modified time | relevance | path

Searched refs:COM_SEP (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/rsc/source/rscpp/
H A Dcpp1.c482 if (c != COM_SEP)
557 if (c != TOK_SEP && c != COM_SEP)
574 if (c != TOK_SEP && c != COM_SEP)
H A Dcpp6.c89 #if TOK_SEP != 0x1E || COM_SEP != 0x1F || DEF_MAGIC != 0x1D
219 } while (type[c] == SPA || c == COM_SEP); in skipws()
942 return ((file->bptr[-1] = COM_SEP)); in get()
1051 } while (c == TOK_SEP || c == COM_SEP); in cget()
H A Dcpp.h58 #define COM_SEP 0x1F /* Magic comment separator */ macro
215 #define cput(c) { if (c != TOK_SEP && c != COM_SEP) PUTCHAR(c); }
H A Dcpp4.c135 if (c == COM_SEP) { /* Token concatenation? */

Completed in 24 milliseconds