Home | History | Annotate | Download | only in libxml2

Lines Matching defs:del

38 static int del = 0;
244 } else if (!strcmp(command, "del")) {
246 printf("del requires 1\n");
250 printf("del command failed\n");
317 \t--sgml : handle SGML Super catalogs for --add and --del\n\
323 \t--del 'values' : remove values\n\
325 \t used with --add or --del, it saves the catalog changes\n\
379 } else if ((!strcmp(argv[i], "-del")) ||
380 (!strcmp(argv[i], "--del"))) {
382 del++;
398 } else if ((!strcmp(argv[i], "-del")) ||
399 (!strcmp(argv[i], "--del"))) {
430 if ((add) || (del)) {
438 strcmp(argv[i], "-del") && strcmp(argv[i], "--del"))
545 } else if ((!strcmp(argv[i], "-del")) ||
546 (!strcmp(argv[i], "--del"))) {
595 if ((!sgml) && ((add) || (del) || (create) || (convert))) {