Searched refs:COM_SEP (Results 1 – 4 of 4) sorted by relevance
483 if (c != COM_SEP)558 if (c != TOK_SEP && c != COM_SEP)575 if (c != TOK_SEP && c != COM_SEP)
89 #if TOK_SEP != 0x1E || COM_SEP != 0x1F || DEF_MAGIC != 0x1D219 } 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()
58 #define COM_SEP 0x1F /* Magic comment separator */ macro215 #define cput(c) { if (c != TOK_SEP && c != COM_SEP) PUTCHAR(c); }
135 if (c == COM_SEP) { /* Token concatenation? */
Completed in 21 milliseconds