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

/external/libxml2/
H A Dxmllint.c134 static int noblanks = 0; variable
3027 printf("\t--noblanks : drop (ignorable?) blanks spaces\n");
3347 else if ((!strcmp(argv[i], "-noblanks")) ||
3348 (!strcmp(argv[i], "--noblanks"))) {
3349 noblanks++;
3365 noblanks++;
3377 noblanks++;
/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c133 static int noblanks = 0; variable
3007 printf("\t--noblanks : drop (ignorable?) blanks spaces\n");
3310 else if ((!strcmp(argv[i], "-noblanks")) ||
3311 (!strcmp(argv[i], "--noblanks"))) {
3312 noblanks++;
3327 noblanks++;

Completed in 974 milliseconds