Home
last modified time | relevance | path

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

/aoo4110/main/rsc/source/rscpp/
H A Dcpp1.c557 if (c != TOK_SEP && c != COM_SEP)
559 if (c != TOK_SEP)
574 if (c != TOK_SEP && c != COM_SEP)
576 if (c != TOK_SEP)
H A Dcpp6.c89 #if TOK_SEP != 0x1E || COM_SEP != 0x1F || DEF_MAGIC != 0x1D
281 if (get() != TOK_SEP) { /* Token concatenation */ in catenate()
300 } while ((c = get()) != TOK_SEP); in catenate()
1051 } while (c == TOK_SEP || c == COM_SEP); in cget()
1053 } while (c == TOK_SEP); in cget()
H A Dcpp.h57 #define TOK_SEP 0x1E /* Token concatenation delim. */ macro
215 #define cput(c) { if (c != TOK_SEP && c != COM_SEP) PUTCHAR(c); }
217 #define cput(c) { if (c != TOK_SEP) PUTCHAR(c); }
H A Dcpp4.c136 save(TOK_SEP); /* Stuff a delimiter */
142 save(TOK_SEP); /* Stuff a delimiter */
152 save(TOK_SEP); /* Delimit 2nd token */

Completed in 25 milliseconds