Home | History | Annotate | Download | only in libxml2

Lines Matching refs:add

37 static int add = 0;
214 } else if (!strcmp(command, "add")) {
217 printf("add requires 2 or 3 arguments\n");
226 printf("add command failed\n");
230 printf("add requires 2 or 3 arguments\n");
239 printf("add command failed\n");
293 printf("\tadd 'type' 'orig' 'replace' : add an entry\n");
314 \t--sgml : handle SGML Super catalogs for --add and --del\n\
317 \t--add 'type' 'orig' 'replace' : add an XML entry\n\
318 \t--add 'entry' : add an SGML entry\n", name);
322 \t used with --add or --del, it saves the catalog changes\n\
369 } else if ((!strcmp(argv[i], "-add")) ||
370 (!strcmp(argv[i], "--add"))) {
375 add++;
388 if ((!strcmp(argv[i], "-add")) ||
389 (!strcmp(argv[i], "--add"))) {
420 if ((add) || (del)) {
427 if (strcmp(argv[i], "-add") && strcmp(argv[i], "--add") &&
440 if ((!strcmp(argv[i], "-add")) ||
441 (!strcmp(argv[i], "--add"))) {
521 if ((!strcmp(argv[i], "-add")) ||
522 (!strcmp(argv[i], "--add"))) {
531 printf("add command failed\n");
585 if ((!sgml) && ((add) || (del) || (create) || (convert))) {