Lines Matching refs:count
58 int count;
63 for (count=0; count < NUM_ACS; count++)
64 _acs_char[count]= '+';
123 for (count=0; count < NUM_ACS; count++)
124 screen->acs_char[count]= _acs_char[count];
130 int count;
132 for (count=0; count < NUM_ACS; count++)
133 _acs_char[count]= screen->acs_char[count];
145 int count;
151 for (count=0; count < NUM_ACS; count++) {
152 _wacs_char[ count ].vals[ 0 ] = ( wchar_t )btowc( '+' );
153 _wacs_char[ count ].attributes = 0;
154 _wacs_char[ count ].elements = 1;
283 for (count=0; count < NUM_ACS; count++) {
284 memcpy(&screen->wacs_char[count], &_wacs_char[count],
286 screen->acs_char[count]= _acs_char[count];
293 int count;
295 for (count=0; count < NUM_ACS; count++)
296 memcpy( &_wacs_char[count], &screen->wacs_char[count],