Lines Matching defs:n

150 	(void) fprintf(stderr, "%s: malloc is out of space!\n", progname);
171 (void) fprintf(trace, "There are %d boolean capabilities.\n",
173 (void) fprintf(trace, "There are %d numeric capabilities.\n",
175 (void) fprintf(trace, "There are %d string capabilities.\n",
414 (void) fprintf(trace, "looking at 'bs'\n");
420 (void) fprintf(trace, "looking at 'pt'\n");
426 (void) fprintf(trace, "looking at 'nc'\n");
432 (void) fprintf(trace, "looking at 'ns'\n");
436 /* Ignore "xr": Return acts like ce \r \n (Delta Data) */
446 (void) fprintf(trace, "looking at 'ug'\n");
452 (void) fprintf(trace, "looking at 'dB'\n");
459 (void) fprintf(trace, "looking at 'dC'\n");
466 (void) fprintf(trace, "looking at 'dF'\n");
473 (void) fprintf(trace, "looking at 'dN'\n");
480 (void) fprintf(trace, "looking at 'dT'\n");
499 (void) fprintf(trace, "looking at 'bc'\n");
504 /* Newline character (default "\n") */
506 (void) fprintf(trace, "looking at 'nl'\n");
508 if (strcmp("\\n", retptr) != 0)
526 (void) fprintf(trace, "setting up terminal type '%s'.\n",
539 "of space\n", progname);
561 (void) fprintf(trace, "%s=%d.\n", ibool[i].infoname,
578 (void) fprintf(trace, "%s=%d.\n", num[i].infoname,
597 (void) fprintf(trace, "'.\n");
609 Set up the n'th terminal.
612 check_nth_terminal(char *nterm, int n)
620 used[n] = FALSE;
623 (void) fprintf(trace, "adding in terminal type '%s'.\n",
636 "(TERMINFO=%s).\n",
639 (void) printf("comparing %s (TERMINFO=%s) to %s.\n",
642 (void) printf("comparing %s to %s (TERMINFO=%s).\n",
645 (void) printf("comparing %s to %s.\n",
647 (void) printf(" comparing booleans.\n");
662 ** "found:\n");
664 ** " %d.\n",
677 used[n] = TRUE;
686 (void) printf("\t%s= T.\n", ibool[i].infoname);
688 (void) printf("\t!%s.\n", ibool[i].infoname);
690 (void) printf("\t%s: %c:%c.\n", ibool[i].infoname,
694 "seen=%d.\n", ibool[i].infoname, ibool[i].val,
706 (void) printf(" comparing numbers.\n");
716 "found:\n", progname);
718 "has %d, %s has %d.\n",
731 used[n] = TRUE;
740 (void) printf("\t%s= %d.\n", num[i].infoname,
743 (void) printf("\t!%s.\n", num[i].infoname);
745 (void) printf("\t%s: %d:%d.\n",
749 "changed = %d, seen = %d.\n",
762 (void) printf(" comparing strings.\n");
771 " found:\n");
779 (void) fprintf(stderr, "'.\n");
789 used[n] = TRUE;
800 (void) printf("'.\n");
803 (void) printf("\t!%s.\n", str[i].infoname);
809 (void) printf("'.\n");
816 (void) fprintf(trace, "',changed=%d,seen=%d.\n",
888 (void) printf("\tuse=%s,\n", argv[i]);
892 "description.\n", progname, argv[i]);
907 (void) fprintf(trace, "setting TERMINFO=%s.\n",
946 case 'n': neither++;
975 (void) printf("%s: version %s\n", progname,
983 "[-B directory] term-names ...\n",
987 "term-name)\n");
989 "relative description\n");
991 "entries\n");
992 (void) fprintf(stderr, "\t-n\tprint entries "
993 "in neither\n");
995 "entries (the default for 1 term-name)\n");
997 "entries\n");
999 "variable names\n");
1001 "output\n");
1003 "version\n");
1005 "debugging output\n");
1007 "order\n");
1009 "for first term-name\n");
1011 "for other term-names\n");
1019 /* Default to $TERM for -n, -I, -C and -L options. */
1041 "comparison to be done.\n", progname);