Searched defs:cput (Results 1 – 1 of 1) 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
Completed in 87 milliseconds