Searched refs:needComma (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | printev.c | 252 int needComma = 0; local in function:do_XkbNamesNotify 257 needComma++; 260 fprintf(file, "%sgeometry", (needComma ? ", " : "")); 261 needComma++; 264 fprintf(file, "%ssymbols", (needComma ? ", " : "")); 265 needComma++; 268 fprintf(file, "%sphysical symbols", (needComma ? ", " : "")); 269 needComma++; 271 fprintf(file, " name%s changed\n", (needComma > 1 ? "s" : ""));
|
Completed in 46 milliseconds