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

/xsrc/external/mit/xf86dga/dist/
H A Ddga.c151 int n_chars = 0; local in function:main
159 n_chars = XLookupString(&event.xkey, buf, 20, &ks, NULL);
160 buf[n_chars] = '\0';
227 n_chars = XLookupString(&event.xkey, buf, 20, &ks, NULL);
228 buf[n_chars] = '\0';
247 if (n_chars && (buf[0] == 'q' || buf[0] == 'Q')) {
/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils.c1351 emit (const char *s, int *n_chars) argument
1353 *n_chars += printf ("%s,", s);
1354 if (*n_chars > 60)
1357 *n_chars = 0;
1362 (*n_chars)++;
1369 int n_chars; local in function:list_formats
1374 n_chars = 0;
1382 emit (ent->name, &n_chars);
1392 int i, n_chars; local in function:list_operators
1396 n_chars
1420 int n_chars; local in function:list_dithers
[all...]

Completed in 5 milliseconds