Home
last modified time | relevance | path

Searched refs:PUTCHAR (Results 1 – 4 of 4) sorted by path

/trunk/main/rsc/source/rscpp/
H A Dcpp.h32 #define PUTCHAR( d ) fprintf( pCppOut, "%c", (d) ) /* BP */ macro
215 #define cput(c) { if (c != TOK_SEP && c != COM_SEP) PUTCHAR(c); }
217 #define cput(c) { if (c != TOK_SEP) PUTCHAR(c); }
H A Dcpp1.c422 PUTCHAR('\n');
473 PUTCHAR('\n');
492 PUTCHAR(' '); /* Output one space */
540 PUTCHAR('\n'); /* Output newline, if */
563 PUTCHAR(c);
581 PUTCHAR(c);
598 PUTCHAR('\n'); /* a fresh, new line. */
611 PUTCHAR('\n');
H A Dcpp2.c154 PUTCHAR('\n'); in control()
H A Dcpp6.c709 PUTCHAR(c); in dumpadef()
765 PUTCHAR('\n'); in dumpadef()
888 PUTCHAR('/'); /* Write out the */ in get()
891 PUTCHAR('*'); in get()
893 /*MM*/ PUTCHAR('/'); in get()

Completed in 38 milliseconds