Searched refs:TOK_SEP (Results 1 – 4 of 4) sorted by relevance
558 if (c != TOK_SEP && c != COM_SEP)560 if (c != TOK_SEP)575 if (c != TOK_SEP && c != COM_SEP)577 if (c != TOK_SEP)
89 #if TOK_SEP != 0x1E || COM_SEP != 0x1F || DEF_MAGIC != 0x1D281 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()
57 #define TOK_SEP 0x1E /* Token concatenation delim. */ macro215 #define cput(c) { if (c != TOK_SEP && c != COM_SEP) PUTCHAR(c); }217 #define cput(c) { if (c != TOK_SEP) PUTCHAR(c); }
136 save(TOK_SEP); /* Stuff a delimiter */142 save(TOK_SEP); /* Stuff a delimiter */152 save(TOK_SEP); /* Delimit 2nd token */
Completed in 28 milliseconds