Home | History | Annotate | Download | only in libxml2

Lines Matching defs:del

38 static int del = 0;
242 } else if (!strcmp(command, "del")) {
244 printf("del requires 1\n");
248 printf("del command failed\n");
314 \t--sgml : handle SGML Super catalogs for --add and --del\n\
320 \t--del 'values' : remove values\n\
322 \t used with --add or --del, it saves the catalog changes\n\
376 } else if ((!strcmp(argv[i], "-del")) ||
377 (!strcmp(argv[i], "--del"))) {
379 del++;
395 } else if ((!strcmp(argv[i], "-del")) ||
396 (!strcmp(argv[i], "--del"))) {
420 if ((add) || (del)) {
428 strcmp(argv[i], "-del") && strcmp(argv[i], "--del"))
535 } else if ((!strcmp(argv[i], "-del")) ||
536 (!strcmp(argv[i], "--del"))) {
585 if ((!sgml) && ((add) || (del) || (create) || (convert))) {