Searched refs:cput (Results 1 – 4 of 4) sorted by relevance
212 #define cput output /* cput concatenates tokens */ macro215 #define cput(c) { if (c != TOK_SEP && c != COM_SEP) PUTCHAR(c); } macro217 #define cput(c) { if (c != TOK_SEP) PUTCHAR(c); } macro
900 cput(c); in get()918 cput(c); /* terminator, too */ in get()960 cput(c); in get()
264 cput(c); in control()283 cput(c); in control()
530 cput(c); /* Just output it */
Completed in 28 milliseconds