Searched refs:nonPrinting (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSink.c129 register int i, width, nonPrinting; local
153 if ( (nonPrinting = (c < (unsigned char) SP)) )
158 nonPrinting = False;
167 if (nonPrinting)
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSink.c153 int i, width, nonPrinting; local
177 if ( (nonPrinting = (c < (unsigned char) XawSP)) )
182 nonPrinting = False;
191 if (nonPrinting)

Completed in 20 milliseconds