Home
last modified time | relevance | path

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

/aoo4110/main/rsc/source/rscpp/
H A Dcpp.h212 #define cput output /* cput concatenates tokens */ macro
215 #define cput(c) { if (c != TOK_SEP && c != COM_SEP) PUTCHAR(c); } macro
217 #define cput(c) { if (c != TOK_SEP) PUTCHAR(c); } macro
H A Dcpp6.c900 cput(c); in get()
918 cput(c); /* terminator, too */ in get()
960 cput(c); in get()
H A Dcpp2.c264 cput(c); in control()
283 cput(c); in control()
H A Dcpp1.c530 cput(c); /* Just output it */

Completed in 27 milliseconds