]> ncurses.scripts.mit.edu Git - ncurses.git/blob - progs/tic.c
ncurses 6.4 - patch 20230527
[ncurses.git] / progs / tic.c
1 /****************************************************************************
2  * Copyright 2018-2022,2023 Thomas E. Dickey                                *
3  * Copyright 1998-2017,2018 Free Software Foundation, Inc.                  *
4  *                                                                          *
5  * Permission is hereby granted, free of charge, to any person obtaining a  *
6  * copy of this software and associated documentation files (the            *
7  * "Software"), to deal in the Software without restriction, including      *
8  * without limitation the rights to use, copy, modify, merge, publish,      *
9  * distribute, distribute with modifications, sublicense, and/or sell       *
10  * copies of the Software, and to permit persons to whom the Software is    *
11  * furnished to do so, subject to the following conditions:                 *
12  *                                                                          *
13  * The above copyright notice and this permission notice shall be included  *
14  * in all copies or substantial portions of the Software.                   *
15  *                                                                          *
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
17  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
18  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
19  * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
20  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
21  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
22  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
23  *                                                                          *
24  * Except as contained in this notice, the name(s) of the above copyright   *
25  * holders shall not be used in advertising or otherwise to promote the     *
26  * sale, use or other dealings in this Software without prior written       *
27  * authorization.                                                           *
28  ****************************************************************************/
29
30 /****************************************************************************
31  *  Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995               *
32  *     and: Eric S. Raymond <esr@snark.thyrsus.com>                         *
33  *     and: Thomas E. Dickey                        1996 on                 *
34  ****************************************************************************/
35
36 /*
37  *      tic.c --- Main program for terminfo compiler
38  *                      by Eric S. Raymond
39  *                      and Thomas E Dickey
40  *
41  */
42
43 #include <progs.priv.h>
44 #include <sys/stat.h>
45
46 #include <dump_entry.h>
47 #include <tparm_type.h>
48 #include <hashed_db.h>
49 #include <parametrized.h>
50 #include <transform.h>
51
52 MODULE_ID("$Id: tic.c,v 1.322 2023/05/27 20:13:10 tom Exp $")
53
54 #define STDIN_NAME "<stdin>"
55
56 const char *_nc_progname = "tic";
57
58 static FILE *log_fp;
59 static FILE *tmp_fp;
60 static bool capdump = FALSE;    /* running as infotocap? */
61 static bool infodump = FALSE;   /* running as captoinfo? */
62 static bool showsummary = FALSE;
63 static unsigned debug_level;
64 static char **namelst = 0;
65 static const char *to_remove;
66
67 #if NCURSES_XNAMES
68 static bool using_extensions = FALSE;
69 #endif
70
71 static void (*save_check_termtype) (TERMTYPE2 *, bool);
72 static void check_termtype(TERMTYPE2 *tt, bool);
73
74 static const char usage_string[] = "\
75 [-e names] \
76 [-o dir] \
77 [-R name] \
78 [-v[n]] \
79 [-V] \
80 [-w[n]] \
81 [-\
82 1\
83 a\
84 C\
85 D\
86 c\
87 f\
88 G\
89 g\
90 I\
91 K\
92 L\
93 N\
94 r\
95 s\
96 T\
97 t\
98 U\
99 x\
100 ] \
101 source-file\n";
102
103 #if NO_LEAKS
104 static void
105 free_namelist(char **src)
106 {
107     if (src != 0) {
108         int n;
109         for (n = 0; src[n] != 0; ++n)
110             free(src[n]);
111         free(src);
112     }
113 }
114 #endif
115
116 static void
117 cleanup(void)
118 {
119 #if NO_LEAKS
120     free_namelist(namelst);
121     _nc_leaks_dump_entry();
122 #endif
123     if (tmp_fp != 0)
124         fclose(tmp_fp);
125     if (to_remove != 0) {
126         int rc;
127
128 #if HAVE_REMOVE
129         rc = remove(to_remove);
130 #else
131         rc = unlink(to_remove);
132 #endif
133         if (rc != 0)
134             perror(to_remove);
135     }
136 }
137
138 static void
139 failed(const char *msg)
140 {
141     perror(msg);
142     ExitProgram(EXIT_FAILURE);
143 }
144
145 static void
146 usage(void)
147 {
148 #define DATA(s) s "\n"
149     static const char options_string[] =
150     {
151         DATA("Options:")
152         DATA("  -0         format translation output all capabilities on one line")
153         DATA("  -1         format translation output one capability per line")
154 #if NCURSES_XNAMES
155         DATA("  -a         retain commented-out capabilities (sets -x also)")
156 #endif
157         DATA("  -C         translate entries to termcap source form")
158         DATA("  -D         print list of tic's database locations (first must be writable)")
159         DATA("  -c         check only, validate input without compiling or translating")
160         DATA("  -e<names>  translate/compile only entries named by comma-separated list")
161         DATA("  -f         format complex strings for readability")
162         DATA("  -G         format %{number} to %'char'")
163         DATA("  -g         format %'char' to %{number}")
164         DATA("  -I         translate entries to terminfo source form")
165         DATA("  -K         translate entries to termcap source form with BSD syntax")
166         DATA("  -L         translate entries to full terminfo source form")
167         DATA("  -N         disable smart defaults for source translation")
168         DATA("  -o<dir>    set output directory for compiled entry writes")
169         DATA("  -Q[n]      dump compiled description")
170         DATA("  -q    brief listing, removes headers")
171         DATA("  -R<name>   restrict translation to given terminfo/termcap version")
172         DATA("  -r         force resolution of all use entries in source translation")
173         DATA("  -s         print summary statistics")
174         DATA("  -T         remove size-restrictions on compiled description")
175 #if NCURSES_XNAMES
176         DATA("  -t         suppress commented-out capabilities")
177 #endif
178         DATA("  -U         suppress post-processing of entries")
179         DATA("  -V         print version")
180         DATA("  -W         wrap long strings according to -w[n] option")
181         DATA("  -v[n]      set verbosity level")
182         DATA("  -w[n]      set format width for translation output")
183 #if NCURSES_XNAMES
184         DATA("  -x         treat unknown capabilities as user-defined")
185 #endif
186         DATA("")
187         DATA("Parameters:")
188         DATA("  <file>     file to translate or compile")
189     };
190 #undef DATA
191
192     fprintf(stderr, "Usage: %s %s\n", _nc_progname, usage_string);
193     fputs(options_string, stderr);
194     ExitProgram(EXIT_FAILURE);
195 }
196
197 #define L_BRACE '{'
198 #define R_BRACE '}'
199 #define S_QUOTE '\''
200
201 static void
202 write_it(ENTRY * ep)
203 {
204     unsigned n;
205     int ch;
206     char *s, *d, *t;
207     char result[MAX_ENTRY_SIZE];
208
209     /*
210      * Look for strings that contain %{number}, convert them to %'char',
211      * which is shorter and runs a little faster.
212      */
213     for (n = 0; n < STRCOUNT; n++) {
214         s = ep->tterm.Strings[n];
215         if (VALID_STRING(s)
216             && strchr(s, L_BRACE) != 0) {
217             d = result;
218             t = s;
219             while ((ch = *t++) != 0) {
220                 *d++ = (char) ch;
221                 if (ch == '\\') {
222                     if ((*d++ = *t++) == '\0')
223                         break;
224                 } else if ((ch == '%')
225                            && (*t == L_BRACE)) {
226                     char *v = 0;
227                     long value = strtol(t + 1, &v, 0);
228                     if (v != 0
229                         && *v == R_BRACE
230                         && value > 0
231                         && value != '\\'        /* FIXME */
232                         && value < 127
233                         && isprint((int) value)) {
234                         *d++ = S_QUOTE;
235                         *d++ = (char) value;
236                         *d++ = S_QUOTE;
237                         t = (v + 1);
238                     }
239                 }
240             }
241             *d = 0;
242             if (strlen(result) < strlen(s))
243                 _nc_STRCPY(s, result, strlen(s) + 1);
244         }
245     }
246
247     _nc_set_type(_nc_first_name(ep->tterm.term_names));
248     _nc_curr_line = (int) ep->startline;
249     _nc_write_entry(&ep->tterm);
250 }
251
252 static bool
253 immedhook(ENTRY * ep GCC_UNUSED)
254 /* write out entries with no use capabilities immediately to save storage */
255 {
256 #if !HAVE_BIG_CORE
257     /*
258      * This is strictly a core-economy kluge.  The really clean way to handle
259      * compilation is to slurp the whole file into core and then do all the
260      * name-collision checks and entry writes in one swell foop.  But the
261      * terminfo master file is large enough that some core-poor systems swap
262      * like crazy when you compile it this way...there have been reports of
263      * this process taking *three hours*, rather than the twenty seconds or
264      * less typical on my development box.
265      *
266      * So.  This hook *immediately* writes out the referenced entry if it
267      * has no use capabilities.  The compiler main loop refrains from
268      * adding the entry to the in-core list when this hook fires.  If some
269      * other entry later needs to reference an entry that got written
270      * immediately, that's OK; the resolution code will fetch it off disk
271      * when it can't find it in core.
272      *
273      * Name collisions will still be detected, just not as cleanly.  The
274      * write_entry() code complains before overwriting an entry that
275      * postdates the time of tic's first call to write_entry().  Thus
276      * it will complain about overwriting entries newly made during the
277      * tic run, but not about overwriting ones that predate it.
278      *
279      * The reason this is a hook, and not in line with the rest of the
280      * compiler code, is that the support for termcap fallback cannot assume
281      * it has anywhere to spool out these entries!
282      *
283      * The _nc_set_type() call here requires a compensating one in
284      * _nc_parse_entry().
285      *
286      * If you define HAVE_BIG_CORE, you'll disable this kluge.  This will
287      * make tic a bit faster (because the resolution code won't have to do
288      * disk I/O nearly as often).
289      */
290     if (ep->nuses == 0) {
291         int oldline = _nc_curr_line;
292
293         write_it(ep);
294         _nc_curr_line = oldline;
295         free(ep->tterm.str_table);
296         return (TRUE);
297     }
298 #endif /* HAVE_BIG_CORE */
299     return (FALSE);
300 }
301
302 static void
303 put_translate(int c)
304 /* emit a comment char, translating terminfo names to termcap names */
305 {
306     static bool in_name = FALSE;
307     static size_t used;
308
309     if (in_name) {
310         static size_t have;
311         static char *namebuf, *suffix;
312
313         if (used + 1 >= have) {
314             have += 132;
315             if ((namebuf = typeRealloc(char, have, namebuf)) == NULL)
316                   failed("put_translate namebuf");
317             if ((suffix = typeRealloc(char, have, suffix)) == NULL)
318                   failed("put_translate suffix");
319         }
320         if (c == '\n' || c == '@') {
321             namebuf[used++] = '\0';
322             (void) putchar('<');
323             (void) fputs(namebuf, stdout);
324             putchar(c);
325             in_name = FALSE;
326         } else if (c != '>') {
327             namebuf[used++] = (char) c;
328         } else {                /* ah! candidate name! */
329             char *up;
330             NCURSES_CONST char *tp;
331
332             namebuf[used++] = '\0';
333             in_name = FALSE;
334
335             suffix[0] = '\0';
336             if ((up = strchr(namebuf, '#')) != 0
337                 || (up = strchr(namebuf, '=')) != 0
338                 || ((up = strchr(namebuf, '@')) != 0 && up[1] == '>')) {
339                 _nc_STRCPY(suffix, up, have);
340                 *up = '\0';
341             }
342
343             if ((tp = nametrans(namebuf)) != 0) {
344                 (void) putchar(':');
345                 (void) fputs(tp, stdout);
346                 (void) fputs(suffix, stdout);
347                 (void) putchar(':');
348             } else {
349                 /* couldn't find a translation, just dump the name */
350                 (void) putchar('<');
351                 (void) fputs(namebuf, stdout);
352                 (void) fputs(suffix, stdout);
353                 (void) putchar('>');
354             }
355         }
356     } else {
357         used = 0;
358         if (c == '<') {
359             in_name = TRUE;
360         } else {
361             putchar(c);
362         }
363     }
364 }
365
366 /* Returns a string, stripped of leading/trailing whitespace */
367 static char *
368 stripped(char *src)
369 {
370     char *dst = 0;
371
372     while (isspace(UChar(*src)))
373         src++;
374
375     if (*src != '\0') {
376         if ((dst = strdup(src)) == NULL) {
377             failed("strdup");
378         } else {
379             size_t len = strlen(dst);
380             while (--len != 0 && isspace(UChar(dst[len])))
381                 dst[len] = '\0';
382         }
383     }
384     return dst;
385 }
386
387 static FILE *
388 open_tempfile(char *filename)
389 {
390     FILE *result = 0;
391
392     _nc_STRCPY(filename, "/tmp/XXXXXX", PATH_MAX);
393 #if HAVE_MKSTEMP
394     {
395         int oldmask = (int) umask(077);
396         int fd = mkstemp(filename);
397         if (fd >= 0)
398             result = fdopen(fd, "w");
399         umask((mode_t) oldmask);
400     }
401 #else
402     if (tmpnam(filename) != 0)
403         result = safe_fopen(filename, "w");
404 #endif
405     return result;
406 }
407
408 static FILE *
409 copy_input(FILE *source, const char *filename, char *alt_file)
410 {
411     char my_altfile[PATH_MAX];
412     FILE *result = 0;
413     FILE *target;
414     int ch;
415
416     if (alt_file == NULL)
417         alt_file = my_altfile;
418
419     if (source == NULL) {
420         failed("copy_input (source)");
421     } else if ((target = open_tempfile(alt_file)) == NULL) {
422         failed("copy_input (target)");
423     } else {
424         clearerr(source);
425         for (;;) {
426             ch = fgetc(source);
427             if (feof(source)) {
428                 break;
429             } else if (ferror(source)) {
430                 failed(filename);
431             } else if (ch == 0) {
432                 /* don't loop in case someone wants to convert /dev/zero */
433                 fprintf(stderr, "%s: %s is not a text-file\n", _nc_progname, filename);
434                 ExitProgram(EXIT_FAILURE);
435             }
436             fputc(ch, target);
437         }
438         fclose(source);
439         /*
440          * rewind() does not force the target file's data to disk (not does
441          * fflush()...).  So open a second stream on the data and then close
442          * the one that we were writing on before starting to read from the
443          * second stream.
444          */
445         result = safe_fopen(alt_file, "r+");
446         fclose(target);
447         to_remove = strdup(alt_file);
448     }
449     return result;
450 }
451
452 static FILE *
453 open_input(const char *filename, char *alt_file)
454 {
455     FILE *fp;
456     struct stat sb;
457     int mode;
458
459     if (!strcmp(filename, "-")) {
460         fp = copy_input(stdin, STDIN_NAME, alt_file);
461     } else if (stat(filename, &sb) == -1) {
462         fprintf(stderr, "%s: %s %s\n", _nc_progname, filename, strerror(errno));
463         ExitProgram(EXIT_FAILURE);
464     } else if ((mode = (sb.st_mode & S_IFMT)) == S_IFDIR
465                || (mode != S_IFREG && mode != S_IFCHR && mode != S_IFIFO)) {
466         fprintf(stderr, "%s: %s is not a file\n", _nc_progname, filename);
467         ExitProgram(EXIT_FAILURE);
468     } else {
469         fp = safe_fopen(filename, "r");
470
471         if (fp == NULL) {
472             fprintf(stderr, "%s: Can't open %s\n", _nc_progname, filename);
473             ExitProgram(EXIT_FAILURE);
474         }
475         if (mode != S_IFREG) {
476             if (alt_file != 0) {
477                 FILE *fp2 = copy_input(fp, filename, alt_file);
478                 fp = fp2;
479             } else {
480                 fprintf(stderr, "%s: %s is not a file\n", _nc_progname, filename);
481                 ExitProgram(EXIT_FAILURE);
482             }
483         }
484     }
485     return fp;
486 }
487
488 /* Parse the "-e" option-value into a list of names */
489 static char **
490 make_namelist(char *src)
491 {
492     char **dst = 0;
493
494     char *s, *base;
495     unsigned pass, n, nn;
496     char buffer[BUFSIZ];
497
498     if (src == NULL) {
499         /* EMPTY */ ;
500     } else if (strchr(src, '/') != 0) {         /* a filename */
501         FILE *fp = open_input(src, (char *) 0);
502
503         for (pass = 1; pass <= 2; pass++) {
504             nn = 0;
505             while (fgets(buffer, sizeof(buffer), fp) != 0) {
506                 if ((s = stripped(buffer)) != 0) {
507                     if (dst != 0)
508                         dst[nn] = s;
509                     else
510                         free(s);
511                     nn++;
512                 }
513             }
514             if (pass == 1) {
515                 if ((dst = typeCalloc(char *, nn + 1)) == NULL)
516                       failed("make_namelist");
517                 rewind(fp);
518             }
519         }
520         fclose(fp);
521     } else {                    /* literal list of names */
522         for (pass = 1; pass <= 2; pass++) {
523             for (n = nn = 0, base = src;; n++) {
524                 int mark = src[n];
525                 if (mark == ',' || mark == '\0') {
526                     if (pass == 1) {
527                         nn++;
528                     } else {
529                         src[n] = '\0';
530                         if ((s = stripped(base)) != 0)
531                             dst[nn++] = s;
532                         base = &src[n + 1];
533                     }
534                 }
535                 if (mark == '\0')
536                     break;
537             }
538             if (pass == 1) {
539                 if ((dst = typeCalloc(char *, nn + 1)) == NULL)
540                       failed("make_namelist");
541             }
542         }
543     }
544     if (showsummary && (dst != 0)) {
545         fprintf(log_fp, "Entries that will be compiled:\n");
546         for (n = 0; dst[n] != 0; n++)
547             fprintf(log_fp, "%u:%s\n", n + 1, dst[n]);
548     }
549     return dst;
550 }
551
552 static bool
553 matches(char **needle, const char *haystack)
554 /* does entry in needle list match |-separated field in haystack? */
555 {
556     bool code = FALSE;
557
558     if (needle != 0) {
559         size_t n;
560
561         for (n = 0; needle[n] != 0; n++) {
562             if (_nc_name_match(haystack, needle[n], "|")) {
563                 code = TRUE;
564                 break;
565             }
566         }
567     } else
568         code = TRUE;
569     return (code);
570 }
571
572 static char *
573 valid_db_path(const char *nominal)
574 {
575     struct stat sb;
576 #if USE_HASHED_DB
577     char suffix[] = DBM_SUFFIX;
578     size_t need = strlen(nominal) + sizeof(suffix);
579     char *result = malloc(need);
580
581     if (result == NULL)
582         failed("valid_db_path");
583     _nc_STRCPY(result, nominal, need);
584     if (strcmp(result + need - sizeof(suffix), suffix)) {
585         _nc_STRCAT(result, suffix, need);
586     }
587 #else
588     char *result = strdup(nominal);
589 #endif
590
591     DEBUG(1, ("** stat(%s)", result));
592     if (stat(result, &sb) >= 0) {
593 #if USE_HASHED_DB
594         if (!S_ISREG(sb.st_mode)
595             || access(result, R_OK | W_OK) != 0) {
596             DEBUG(1, ("...not a writable file"));
597             free(result);
598             result = 0;
599         }
600 #else
601         if (!S_ISDIR(sb.st_mode)
602             || access(result, R_OK | W_OK | X_OK) != 0) {
603             DEBUG(1, ("...not a writable directory"));
604             free(result);
605             result = 0;
606         }
607 #endif
608     } else {
609         /* check if parent is directory and is writable */
610         unsigned leaf = _nc_pathlast(result);
611
612         DEBUG(1, ("...not found"));
613         if (leaf) {
614             char save = result[leaf];
615             result[leaf] = 0;
616             if (stat(result, &sb) >= 0
617                 && S_ISDIR(sb.st_mode)
618                 && access(result, R_OK | W_OK | X_OK) == 0) {
619                 result[leaf] = save;
620             } else {
621                 DEBUG(1, ("...parent directory %s is not writable", result));
622                 free(result);
623                 result = 0;
624             }
625         } else {
626             DEBUG(1, ("... no parent directory"));
627             free(result);
628             result = 0;
629         }
630     }
631     return result;
632 }
633
634 /*
635  * Show the databases to which tic could write.  The location to which it
636  * writes is always the first one.  If none are writable, print an error
637  * message.
638  */
639 static void
640 show_databases(const char *outdir)
641 {
642     bool specific = (outdir != 0) || getenv("TERMINFO") != 0;
643     char *result;
644     const char *tried = 0;
645
646     if (outdir == NULL) {
647         outdir = _nc_tic_dir(NULL);
648     }
649     if ((result = valid_db_path(outdir)) != 0) {
650         printf("%s\n", result);
651         free(result);
652     } else {
653         tried = outdir;
654     }
655
656     if ((outdir = _nc_home_terminfo())) {
657         if ((result = valid_db_path(outdir)) != 0) {
658             printf("%s\n", result);
659             free(result);
660         } else if (!specific) {
661             tried = outdir;
662         }
663     }
664
665     /*
666      * If we can write in neither location, give an error message.
667      */
668     if (tried) {
669         fflush(stdout);
670         fprintf(stderr, "%s: %s (no permission)\n", _nc_progname, tried);
671         ExitProgram(EXIT_FAILURE);
672     }
673 }
674
675 static void
676 add_digit(int *target, int source)
677 {
678     *target = (*target * 10) + (source - '0');
679 }
680
681 int
682 main(int argc, char *argv[])
683 {
684     char my_tmpname[PATH_MAX];
685     int v_opt = -1;
686     int smart_defaults = TRUE;
687     char *termcap;
688     ENTRY *qp;
689
690     int this_opt, last_opt = '?';
691
692     int outform = F_TERMINFO;   /* output format */
693     int sortmode = S_TERMINFO;  /* sort_mode */
694
695     int width = 60;
696     int height = 65535;
697     bool formatted = FALSE;     /* reformat complex strings? */
698     bool literal = FALSE;       /* suppress post-processing? */
699     int numbers = 0;            /* format "%'char'" to/from "%{number}" */
700     bool forceresolve = FALSE;  /* force resolution */
701     bool limited = TRUE;
702     char *tversion = (char *) NULL;
703     const char *source_file = "terminfo";
704     char *outdir = (char *) NULL;
705     bool check_only = FALSE;
706     bool suppress_untranslatable = FALSE;
707     int quickdump = 0;
708     bool quiet = FALSE;
709     bool wrap_strings = FALSE;
710
711     log_fp = stderr;
712
713     _nc_progname = _nc_rootname(argv[0]);
714     atexit(cleanup);
715
716     if ((infodump = same_program(_nc_progname, PROG_CAPTOINFO)) != FALSE) {
717         outform = F_TERMINFO;
718         sortmode = S_TERMINFO;
719     }
720     if ((capdump = same_program(_nc_progname, PROG_INFOTOCAP)) != FALSE) {
721         outform = F_TERMCAP;
722         sortmode = S_TERMCAP;
723     }
724 #if NCURSES_XNAMES
725     /* set this directly to avoid interaction with -v and -D options */
726     _nc_user_definable = FALSE;
727 #endif
728     _nc_strict_bsd = 0;
729
730     /*
731      * Processing arguments is a little complicated, since someone made a
732      * design decision to allow the numeric values for -w, -v options to
733      * be optional.
734      */
735     while ((this_opt = getopt(argc, argv,
736                               "0123456789CDIKLNQR:TUVWace:fGgo:qrstvwx")) != -1) {
737         if (isdigit(this_opt)) {
738             switch (last_opt) {
739             case 'Q':
740                 add_digit(&quickdump, this_opt);
741                 break;
742             case 'v':
743                 add_digit(&v_opt, this_opt);
744                 break;
745             case 'w':
746                 add_digit(&width, this_opt);
747                 break;
748             default:
749                 switch (this_opt) {
750                 case '0':
751                     last_opt = this_opt;
752                     width = 65535;
753                     height = 1;
754                     break;
755                 case '1':
756                     last_opt = this_opt;
757                     width = 0;
758                     break;
759                 default:
760                     usage();
761                 }
762             }
763             continue;
764         }
765         switch (this_opt) {
766         case 'K':
767             _nc_strict_bsd = 1;
768             /* the initial version of -K in 20110730 fell-thru here, but the
769              * same flag is useful when reading sources -TD
770              */
771             break;
772         case 'C':
773             capdump = TRUE;
774             outform = F_TERMCAP;
775             sortmode = S_TERMCAP;
776             break;
777         case 'D':
778             debug_level = VtoTrace(v_opt);
779             use_verbosity(debug_level);
780             show_databases(outdir);
781             ExitProgram(EXIT_SUCCESS);
782             break;
783         case 'I':
784             infodump = TRUE;
785             outform = F_TERMINFO;
786             sortmode = S_TERMINFO;
787             break;
788         case 'L':
789             infodump = TRUE;
790             outform = F_VARIABLE;
791             sortmode = S_VARIABLE;
792             break;
793         case 'N':
794             smart_defaults = FALSE;
795             literal = TRUE;
796             break;
797         case 'Q':
798             quickdump = 0;
799             break;
800         case 'R':
801             tversion = optarg;
802             break;
803         case 'T':
804             limited = FALSE;
805             break;
806         case 'U':
807             literal = TRUE;
808             break;
809         case 'V':
810             puts(curses_version());
811             ExitProgram(EXIT_SUCCESS);
812         case 'W':
813             wrap_strings = TRUE;
814             break;
815         case 'c':
816             check_only = TRUE;
817             break;
818         case 'e':
819             namelst = make_namelist(optarg);
820             break;
821         case 'f':
822             formatted = TRUE;
823             break;
824         case 'G':
825             numbers = 1;
826             break;
827         case 'g':
828             numbers = -1;
829             break;
830         case 'o':
831             outdir = optarg;
832             break;
833         case 'q':
834             quiet = TRUE;
835             break;
836         case 'r':
837             forceresolve = TRUE;
838             break;
839         case 's':
840             showsummary = TRUE;
841             break;
842         case 'v':
843             v_opt = 0;
844             break;
845         case 'w':
846             width = 0;
847             break;
848 #if NCURSES_XNAMES
849         case 't':
850             _nc_disable_period = FALSE;
851             suppress_untranslatable = TRUE;
852             break;
853         case 'a':
854             _nc_disable_period = TRUE;
855             /* FALLTHRU */
856         case 'x':
857             using_extensions = TRUE;
858             break;
859 #endif
860         default:
861             usage();
862         }
863         last_opt = this_opt;
864     }
865
866     /*
867      * If the -v option is set, it may override the $NCURSES_TRACE environment
868      * variable, e.g., for -v3 and up.
869      */
870     debug_level = VtoTrace(v_opt);
871     use_verbosity(debug_level);
872
873     /*
874      * Do this after setting debug_level, since the function calls START_TRACE,
875      * which uses the $NCURSES_TRACE environment variable if _nc_tracing bits
876      * for tracing are zero.
877      */
878 #if NCURSES_XNAMES
879     if (using_extensions) {
880         use_extended_names(TRUE);
881     }
882 #endif
883
884     if (_nc_tracing) {
885         save_check_termtype = _nc_check_termtype2;
886         _nc_check_termtype2 = check_termtype;
887     }
888 #if !HAVE_BIG_CORE
889     /*
890      * Aaargh! immedhook seriously hoses us!
891      *
892      * One problem with immedhook is it means we can't do -e.  Problem
893      * is that we can't guarantee that for each terminal listed, all the
894      * terminals it depends on will have been kept in core for reference
895      * resolution -- in fact it is certain the primitive types at the end
896      * of reference chains *won't* be in core unless they were explicitly
897      * in the select list themselves.
898      */
899     if (namelst && (!infodump && !capdump)) {
900         (void) fprintf(stderr,
901                        "%s: Sorry, -e can't be used without -I or -C\n",
902                        _nc_progname);
903         ExitProgram(EXIT_FAILURE);
904     }
905 #endif /* HAVE_BIG_CORE */
906
907     if (optind < argc) {
908         source_file = argv[optind++];
909         if (optind < argc) {
910             fprintf(stderr,
911                     "%s: Too many file names.  Usage:\n\t%s %s",
912                     _nc_progname,
913                     _nc_progname,
914                     usage_string);
915             ExitProgram(EXIT_FAILURE);
916         }
917     } else {
918         if (infodump == TRUE) {
919             /* captoinfo's no-argument case */
920             source_file = "/etc/termcap";
921             if ((termcap = getenv("TERMCAP")) != 0
922                 && (namelst = make_namelist(getenv("TERM"))) != 0) {
923                 if (access(termcap, F_OK) == 0) {
924                     /* file exists */
925                     source_file = termcap;
926                 } else {
927                     if ((tmp_fp = open_tempfile(my_tmpname)) != 0) {
928                         source_file = my_tmpname;
929                         fprintf(tmp_fp, "%s\n", termcap);
930                         fclose(tmp_fp);
931                         tmp_fp = open_input(source_file, (char *) 0);
932                         to_remove = source_file;
933                     } else {
934                         failed("tmpnam");
935                     }
936                 }
937             }
938         } else {
939             /* tic */
940             fprintf(stderr,
941                     "%s: File name needed.  Usage:\n\t%s %s",
942                     _nc_progname,
943                     _nc_progname,
944                     usage_string);
945             ExitProgram(EXIT_FAILURE);
946         }
947     }
948
949     if (tmp_fp == NULL) {
950         char my_altfile[PATH_MAX];
951         tmp_fp = open_input(source_file, my_altfile);
952         if (!strcmp(source_file, "-")) {
953             source_file = STDIN_NAME;
954         }
955     }
956
957     if (infodump || check_only) {
958         dump_init(tversion,
959                   (smart_defaults
960                    ? outform
961                    : F_LITERAL),
962                   sortmode,
963                   wrap_strings, width, height,
964                   debug_level, formatted || check_only, check_only, quickdump);
965     } else if (capdump) {
966         dump_init(tversion,
967                   outform,
968                   sortmode,
969                   wrap_strings, width, height,
970                   debug_level, FALSE, FALSE, FALSE);
971     }
972
973     /* parse entries out of the source file */
974     _nc_set_source(source_file);
975 #if !HAVE_BIG_CORE
976     if (!(check_only || infodump || capdump))
977         _nc_set_writedir(outdir);
978 #endif /* HAVE_BIG_CORE */
979     _nc_read_entry_source(tmp_fp, (char *) NULL,
980                           !smart_defaults || literal, FALSE,
981                           ((check_only || infodump || capdump)
982                            ? NULLHOOK
983                            : immedhook));
984
985     /* do use resolution */
986     if (check_only || (!infodump && !capdump) || forceresolve) {
987         if (!_nc_resolve_uses2(TRUE, literal) && !check_only) {
988             ExitProgram(EXIT_FAILURE);
989         }
990     }
991
992     /* length check */
993     if (check_only && limited && (capdump || infodump)) {
994         for_entry_list(qp) {
995             if (matches(namelst, qp->tterm.term_names)) {
996                 int len = fmt_entry(&qp->tterm, NULL, FALSE, TRUE, infodump, numbers);
997
998                 if (len > (infodump ? MAX_TERMINFO_LENGTH : MAX_TERMCAP_LENGTH))
999                     (void) fprintf(stderr,
1000                                    "%s: resolved %s entry is %d bytes long\n",
1001                                    _nc_progname,
1002                                    _nc_first_name(qp->tterm.term_names),
1003                                    len);
1004             }
1005         }
1006     }
1007
1008     /* write or dump all entries */
1009     if (check_only) {
1010         /* this is in case infotocap() generates warnings */
1011         _nc_curr_col = _nc_curr_line = -1;
1012
1013         for_entry_list(qp) {
1014             if (matches(namelst, qp->tterm.term_names)) {
1015                 /* this is in case infotocap() generates warnings */
1016                 _nc_set_type(_nc_first_name(qp->tterm.term_names));
1017                 _nc_curr_line = (int) qp->startline;
1018                 repair_acsc(&qp->tterm);
1019                 dump_entry(&qp->tterm, suppress_untranslatable,
1020                            limited, numbers, NULL);
1021             }
1022         }
1023     } else {
1024         if (!infodump && !capdump) {
1025             _nc_set_writedir(outdir);
1026             for_entry_list(qp) {
1027                 if (matches(namelst, qp->tterm.term_names))
1028                     write_it(qp);
1029             }
1030         } else {
1031             /* this is in case infotocap() generates warnings */
1032             _nc_curr_col = _nc_curr_line = -1;
1033
1034             for_entry_list(qp) {
1035                 if (matches(namelst, qp->tterm.term_names)) {
1036                     long j = qp->cend - qp->cstart;
1037                     int len = 0;
1038
1039                     /* this is in case infotocap() generates warnings */
1040                     _nc_set_type(_nc_first_name(qp->tterm.term_names));
1041
1042                     if (!quiet) {
1043                         (void) fseek(tmp_fp, qp->cstart, SEEK_SET);
1044                         while (j-- > 0) {
1045                             int ch = fgetc(tmp_fp);
1046                             if (ch == EOF || ferror(tmp_fp)) {
1047                                 break;
1048                             } else if (infodump) {
1049                                 (void) putchar(ch);
1050                             } else {
1051                                 put_translate(ch);
1052                             }
1053                         }
1054                     }
1055
1056                     repair_acsc(&qp->tterm);
1057                     dump_entry(&qp->tterm, suppress_untranslatable,
1058                                limited, numbers, NULL);
1059                     for (j = 0; j < (long) qp->nuses; j++)
1060                         dump_uses(qp->uses[j].name, !capdump);
1061                     len = show_entry();
1062                     if (debug_level != 0 && !limited)
1063                         printf("# length=%d\n", len);
1064                 }
1065             }
1066             if (!namelst && _nc_tail && !quiet) {
1067                 int c, oldc = '\0';
1068                 bool in_comment = FALSE;
1069                 bool trailing_comment = FALSE;
1070
1071                 (void) fseek(tmp_fp, _nc_tail->cend, SEEK_SET);
1072                 while ((c = fgetc(tmp_fp)) != EOF) {
1073                     if (oldc == '\n') {
1074                         if (c == '#') {
1075                             trailing_comment = TRUE;
1076                             in_comment = TRUE;
1077                         } else {
1078                             in_comment = FALSE;
1079                         }
1080                     }
1081                     if (trailing_comment
1082                         && (in_comment || (oldc == '\n' && c == '\n')))
1083                         putchar(c);
1084                     oldc = c;
1085                 }
1086             }
1087         }
1088     }
1089
1090     /* Show the directory into which entries were written, and the total
1091      * number of entries
1092      */
1093     if (showsummary
1094         && (!(check_only || infodump || capdump))) {
1095         int total = _nc_tic_written();
1096         if (total != 0)
1097             fprintf(log_fp, "%d entries written to %s\n",
1098                     total,
1099                     _nc_tic_dir(NULL));
1100         else
1101             fprintf(log_fp, "No entries written\n");
1102     }
1103     ExitProgram(EXIT_SUCCESS);
1104 }
1105
1106 /*
1107  * This bit of legerdemain turns all the terminfo variable names into
1108  * references to locations in the arrays Booleans, Numbers, and Strings ---
1109  * precisely what's needed (see comp_parse.c).
1110  */
1111 #undef CUR
1112 #define CUR tp->
1113
1114 /*
1115  * Check if the alternate character-set capabilities are consistent.
1116  */
1117 static void
1118 check_acs(TERMTYPE2 *tp)
1119 {
1120     int vt100_smacs = 0;
1121     int vt100_rmacs = 0;
1122     int vt100_enacs = 0;
1123
1124     /*
1125      * ena_acs is not always necessary, but if it is present, the enter/exit
1126      * capabilities should be.
1127      */
1128     ANDMISSING(ena_acs, enter_alt_charset_mode);
1129     ANDMISSING(ena_acs, exit_alt_charset_mode);
1130     PAIRED(exit_alt_charset_mode, exit_alt_charset_mode);
1131
1132     /*
1133      * vt100-like is frequently used, but perhaps ena_acs is missing, etc.
1134      */
1135     if (VALID_STRING(enter_alt_charset_mode)) {
1136         vt100_smacs = (!strcmp("\033(0", enter_alt_charset_mode)
1137                        ? 2
1138                        : (!strcmp("\016", enter_alt_charset_mode)
1139                           ? 1
1140                           : 0));
1141     }
1142     if (VALID_STRING(exit_alt_charset_mode)) {
1143         vt100_rmacs = (!strcmp("\033(B", exit_alt_charset_mode)
1144                        ? 2
1145                        : (!strcmp("\017", exit_alt_charset_mode)
1146                           ? 1
1147                           : 0));
1148     }
1149     if (VALID_STRING(ena_acs)) {
1150         vt100_enacs = (!strcmp("\033(B\033)0", ena_acs)
1151                        ? 2
1152                        : 0);
1153     }
1154     if (vt100_rmacs && vt100_smacs && (vt100_rmacs != vt100_smacs)) {
1155         _nc_warning("rmacs/smacs are inconsistent");
1156     }
1157     if ((vt100_rmacs == 2) && (vt100_smacs == 2) && vt100_enacs) {
1158         _nc_warning("rmacs/smacs make enacs redundant");
1159     }
1160     if ((vt100_rmacs == 1) && (vt100_smacs == 1) && !vt100_enacs) {
1161         _nc_warning("VT100-style rmacs/smacs require enacs");
1162     }
1163
1164     if (VALID_STRING(acs_chars)) {
1165         const char *boxes = "lmkjtuvwqxn";
1166         char mapped[256];
1167         char missing[256];
1168         const char *p;
1169         char *q;
1170
1171         memset(mapped, 0, sizeof(mapped));
1172         memset(missing, 0, sizeof(missing));
1173         for (p = acs_chars; *p != '\0'; p += 2) {
1174             if (p[1] == '\0') {
1175                 _nc_warning("acsc has odd number of characters");
1176                 break;
1177             }
1178             mapped[UChar(p[0])] = p[1];
1179         }
1180
1181         if (mapped[UChar('I')] && !mapped[UChar('i')]) {
1182             _nc_warning("acsc refers to 'I', which is probably an error");
1183         }
1184
1185         for (p = boxes, q = missing; *p != '\0'; ++p) {
1186             if (!mapped[UChar(p[0])]) {
1187                 *q++ = p[0];
1188             }
1189         }
1190         *q = '\0';
1191
1192         assert(strlen(missing) <= strlen(boxes));
1193         if (*missing != '\0' && strcmp(missing, boxes)) {
1194             _nc_warning("acsc is missing some line-drawing mapping: %s", missing);
1195         }
1196     }
1197 }
1198
1199 static char *
1200 safe_strdup(const char *value)
1201 {
1202     if (value == NULL)
1203         value = "";
1204     return strdup(value);
1205 }
1206
1207 static bool
1208 same_color(NCURSES_CONST char *oldcap, NCURSES_CONST char *newcap, int limit)
1209 {
1210     bool result = FALSE;
1211     if (limit > 16)
1212         limit = 16;
1213     if (limit >= 8) {
1214         int n;
1215         int same;
1216         for (n = same = 0; n < limit; ++n) {
1217             char *oldvalue = safe_strdup(TIPARM_1(oldcap, n));
1218             char *newvalue = safe_strdup(TIPARM_1(newcap, n));
1219             same += !strcmp(oldvalue, newvalue);
1220             free(oldvalue);
1221             free(newvalue);
1222         }
1223         result = (same == limit);
1224     }
1225     return result;
1226 }
1227
1228 /*
1229  * Check if the color capabilities are consistent
1230  */
1231 static void
1232 check_colors(TERMTYPE2 *tp)
1233 {
1234     char *value;
1235
1236     if ((max_colors > 0) != (max_pairs > 0)
1237         || ((max_colors > max_pairs) && !VALID_STRING(initialize_pair)))
1238         _nc_warning("inconsistent values for max_colors (%d) and max_pairs (%d)",
1239                     max_colors, max_pairs);
1240
1241     PAIRED(set_foreground, set_background);
1242     PAIRED(set_a_foreground, set_a_background);
1243     PAIRED(set_color_pair, initialize_pair);
1244
1245     if (VALID_STRING(set_foreground)
1246         && VALID_STRING(set_a_foreground)) {
1247         if (!_nc_capcmp(set_foreground, set_a_foreground)) {
1248             _nc_warning("expected setf/setaf to be different");
1249         } else if (same_color(set_foreground, set_a_foreground, max_colors)) {
1250             _nc_warning("setf/setaf are equivalent");
1251         }
1252     }
1253
1254     if (VALID_STRING(set_background)
1255         && VALID_STRING(set_a_background)) {
1256         if (!_nc_capcmp(set_background, set_a_background)) {
1257             _nc_warning("expected setb/setab to be different");
1258         } else if (same_color(set_background, set_a_background, max_colors)) {
1259             _nc_warning("setb/setab are equivalent");
1260         }
1261     }
1262
1263     /* see: has_colors() */
1264     if (VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs)
1265         && ((VALID_STRING(set_foreground)
1266              && VALID_STRING(set_background))
1267             || (VALID_STRING(set_a_foreground)
1268                 && VALID_STRING(set_a_background))
1269             || set_color_pair)) {
1270         if (!VALID_STRING(orig_pair) && !VALID_STRING(orig_colors))
1271             _nc_warning("expected either op/oc string for resetting colors");
1272     }
1273     if (can_change) {
1274         if (!VALID_STRING(initialize_pair) &&
1275             !VALID_STRING(initialize_color)) {
1276             _nc_warning("expected initc or initp because ccc is given");
1277         }
1278     } else {
1279         if (VALID_STRING(initialize_pair) ||
1280             VALID_STRING(initialize_color)) {
1281             _nc_warning("expected ccc because initc is given");
1282         }
1283     }
1284     value = tigetstr("RGB");
1285     if (VALID_STRING(value)) {
1286         int r, g, b;
1287         char bad;
1288         int code = sscanf(value, "%d/%d/%d%c", &r, &g, &b, &bad);
1289         if (code != 3 || r <= 0 || g <= 0 || b <= 0) {
1290             _nc_warning("unexpected value for RGB capability: %s", value);
1291         }
1292     }
1293 }
1294
1295 static int
1296 csi_length(const char *value)
1297 {
1298     int result = 0;
1299
1300     if (value[0] == '\033' && value[1] == '[') {
1301         result = 2;
1302     } else if (UChar(value[0]) == 0x9a) {
1303         result = 1;
1304     }
1305     return result;
1306 }
1307
1308 static char
1309 keypad_final(const char *string)
1310 {
1311     char result = '\0';
1312
1313     if (VALID_STRING(string)
1314         && *string++ == '\033'
1315         && *string++ == 'O'
1316         && strlen(string) == 1) {
1317         result = *string;
1318     }
1319
1320     return result;
1321 }
1322
1323 static long
1324 keypad_index(const char *string)
1325 {
1326     int ch;
1327     long result = -1;
1328
1329     if ((ch = keypad_final(string)) != '\0') {
1330         const char *list = "PQRSwxymtuvlqrsPpn";        /* app-keypad except "Enter" */
1331         char *test = (strchr) (list, ch);
1332         if (test != 0)
1333             result = (long) (test - list);
1334     }
1335     return result;
1336 }
1337
1338 /*
1339  * list[] is down, up, left, right
1340  * "left" may be ^H rather than \E[D
1341  * "down" may be ^J rather than \E[B
1342  * But up/right are generally consistently escape sequences for ANSI terminals.
1343  */
1344 static void
1345 check_ansi_cursor(char *list[4])
1346 {
1347     int j, k;
1348     bool skip[4];
1349     bool repeated = FALSE;
1350
1351     for (j = 0; j < 4; ++j) {
1352         skip[j] = FALSE;
1353         for (k = 0; k < j; ++k) {
1354             if (!strcmp(list[j], list[k])) {
1355                 char *value = _nc_tic_expand(list[k], TRUE, 0);
1356                 _nc_warning("repeated cursor control %s", value);
1357                 repeated = TRUE;
1358             }
1359         }
1360     }
1361     if (!repeated) {
1362         char *up = list[1];
1363         size_t prefix = (size_t) csi_length(up);
1364         size_t suffix;
1365
1366         if (prefix) {
1367             suffix = prefix;
1368             while (up[suffix] && isdigit(UChar(up[suffix])))
1369                 ++suffix;
1370         }
1371         if (prefix && up[suffix] == 'A') {
1372             skip[1] = TRUE;
1373             if (!strcmp(list[0], "\n"))
1374                 skip[0] = TRUE;
1375             if (!strcmp(list[2], "\b"))
1376                 skip[2] = TRUE;
1377
1378             for (j = 0; j < 4; ++j) {
1379                 int want;
1380
1381                 if (skip[j] || strlen(list[j]) == 1)
1382                     continue;
1383                 if (memcmp(list[j], up, prefix)) {
1384                     char *value = _nc_tic_expand(list[j], TRUE, 0);
1385                     _nc_warning("inconsistent prefix for %s", value);
1386                     continue;
1387                 }
1388                 if (strlen(list[j]) < suffix) {
1389                     char *value = _nc_tic_expand(list[j], TRUE, 0);
1390                     _nc_warning("inconsistent length for %s, expected %d",
1391                                 value, (int) suffix + 1);
1392                     continue;
1393                 }
1394                 want = "BADC"[j];
1395                 if (list[j][suffix] != want) {
1396                     char *value = _nc_tic_expand(list[j], TRUE, 0);
1397                     _nc_warning("inconsistent suffix for %s, expected %c, have %c",
1398                                 value, want, list[j][suffix]);
1399                 }
1400             }
1401         }
1402     }
1403 }
1404
1405 #define EXPECTED(name) if (!PRESENT(name)) _nc_warning("expected " #name)
1406 #define UNEXPECTED(name) if (PRESENT(name)) _nc_warning("unexpected " #name ", for %s", why)
1407
1408 static void
1409 check_noaddress(TERMTYPE2 *tp, const char *why)
1410 {
1411     UNEXPECTED(column_address);
1412     UNEXPECTED(cursor_address);
1413     UNEXPECTED(cursor_home);
1414     UNEXPECTED(cursor_mem_address);
1415     UNEXPECTED(cursor_to_ll);
1416     UNEXPECTED(row_address);
1417     UNEXPECTED(row_address);
1418 }
1419
1420 static void
1421 check_cursor(TERMTYPE2 *tp)
1422 {
1423     int count;
1424     char *list[4];
1425
1426     if (hard_copy) {
1427         check_noaddress(tp, "hard_copy");
1428     } else if (generic_type) {
1429         check_noaddress(tp, "generic_type");
1430     } else if (strchr(tp->term_names, '+') == NULL) {
1431         int y = 0;
1432         int x = 0;
1433         if (PRESENT(column_address))
1434             ++y;
1435         if (PRESENT(cursor_address))
1436             y = x = 10;
1437         if (PRESENT(cursor_home))
1438             ++y, ++x;
1439         if (PRESENT(cursor_mem_address))
1440             y = x = 10;
1441         if (PRESENT(cursor_to_ll))
1442             ++y, ++x;
1443         if (PRESENT(row_address))
1444             ++x;
1445         if (PRESENT(cursor_down))
1446             ++y;
1447         if (PRESENT(cursor_up))
1448             ++y;
1449         if (PRESENT(cursor_left))
1450             ++x;
1451         if (PRESENT(cursor_right))
1452             ++x;
1453         if (x < 2 && y < 2) {
1454             _nc_warning("terminal lacks cursor addressing");
1455         } else {
1456             if (x < 2)
1457                 _nc_warning("terminal lacks cursor column-addressing");
1458             if (y < 2)
1459                 _nc_warning("terminal lacks cursor row-addressing");
1460         }
1461     }
1462
1463     /* it is rare to have an insert-line feature without a matching delete */
1464     ANDMISSING(parm_insert_line, insert_line);
1465     ANDMISSING(parm_delete_line, delete_line);
1466     ANDMISSING(parm_insert_line, parm_delete_line);
1467
1468     /* if we have a parameterized form, then the non-parameterized is easy */
1469     ANDMISSING(parm_down_cursor, cursor_down);
1470     ANDMISSING(parm_up_cursor, cursor_up);
1471     ANDMISSING(parm_left_cursor, cursor_left);
1472     ANDMISSING(parm_right_cursor, cursor_right);
1473
1474     /* Given any of a set of cursor movement, the whole set should be present.
1475      * Technically this is not true (we could use cursor_address to fill in
1476      * unsupported controls), but it is likely.
1477      */
1478     count = 0;
1479     if (PRESENT(parm_down_cursor)) {
1480         list[count++] = parm_down_cursor;
1481     }
1482     if (PRESENT(parm_up_cursor)) {
1483         list[count++] = parm_up_cursor;
1484     }
1485     if (PRESENT(parm_left_cursor)) {
1486         list[count++] = parm_left_cursor;
1487     }
1488     if (PRESENT(parm_right_cursor)) {
1489         list[count++] = parm_right_cursor;
1490     }
1491     if (count == 4) {
1492         check_ansi_cursor(list);
1493     } else if (count != 0) {
1494         EXPECTED(parm_down_cursor);
1495         EXPECTED(parm_up_cursor);
1496         EXPECTED(parm_left_cursor);
1497         EXPECTED(parm_right_cursor);
1498     }
1499
1500     count = 0;
1501     if (PRESENT(cursor_down)) {
1502         list[count++] = cursor_down;
1503     }
1504     if (PRESENT(cursor_up)) {
1505         list[count++] = cursor_up;
1506     }
1507     if (PRESENT(cursor_left)) {
1508         list[count++] = cursor_left;
1509     }
1510     if (PRESENT(cursor_right)) {
1511         list[count++] = cursor_right;
1512     }
1513     if (count == 4) {
1514         check_ansi_cursor(list);
1515     } else if (count != 0) {
1516         count = 0;
1517         if (PRESENT(cursor_down) && strcmp(cursor_down, "\n"))
1518             ++count;
1519         if (PRESENT(cursor_left) && strcmp(cursor_left, "\b"))
1520             ++count;
1521         if (PRESENT(cursor_up) && strlen(cursor_up) > 1)
1522             ++count;
1523         if (PRESENT(cursor_right) && strlen(cursor_right) > 1)
1524             ++count;
1525         if (count) {
1526             EXPECTED(cursor_down);
1527             EXPECTED(cursor_up);
1528             EXPECTED(cursor_left);
1529             EXPECTED(cursor_right);
1530         }
1531     }
1532 }
1533
1534 #define MAX_KP 5
1535 /*
1536  * Do a quick sanity-check for vt100-style keypads to see if the 5-key keypad
1537  * is mapped inconsistently.
1538  */
1539 static void
1540 check_keypad(TERMTYPE2 *tp)
1541 {
1542     char show[80];
1543
1544     if (VALID_STRING(key_a1) &&
1545         VALID_STRING(key_a3) &&
1546         VALID_STRING(key_b2) &&
1547         VALID_STRING(key_c1) &&
1548         VALID_STRING(key_c3)) {
1549         char final[MAX_KP + 1];
1550         long list[MAX_KP];
1551         int increase = 0;
1552         int j;
1553
1554         final[0] = keypad_final(key_a1);
1555         final[1] = keypad_final(key_a3);
1556         final[2] = keypad_final(key_b2);
1557         final[3] = keypad_final(key_c1);
1558         final[4] = keypad_final(key_c3);
1559         final[5] = '\0';
1560
1561         /* special case: legacy coding using 1,2,3,0,. on the bottom */
1562         assert(strlen(final) <= MAX_KP);
1563         if (!strcmp(final, "qsrpn"))
1564             return;
1565
1566         list[0] = keypad_index(key_a1);
1567         list[1] = keypad_index(key_a3);
1568         list[2] = keypad_index(key_b2);
1569         list[3] = keypad_index(key_c1);
1570         list[4] = keypad_index(key_c3);
1571
1572         /* check that they're all vt100 keys */
1573         for (j = 0; j < MAX_KP; ++j) {
1574             if (list[j] < 0) {
1575                 return;
1576             }
1577         }
1578
1579         /* check if they're all in increasing order */
1580         for (j = 1; j < MAX_KP; ++j) {
1581             if (list[j] > list[j - 1]) {
1582                 ++increase;
1583             }
1584         }
1585
1586         if (increase != (MAX_KP - 1)) {
1587             long last;
1588
1589             show[0] = '\0';
1590
1591             for (j = 0, last = -1; j < MAX_KP; ++j) {
1592                 int k;
1593                 int kk;
1594                 long test;
1595
1596                 for (k = 0, kk = -1, test = 100; k < 5; ++k) {
1597                     if (list[k] > last &&
1598                         list[k] < test) {
1599                         test = list[k];
1600                         kk = k;
1601                     }
1602                 }
1603                 last = test;
1604                 assert(strlen(show) < (MAX_KP * 4));
1605                 switch (kk) {
1606                 case 0:
1607                     _nc_STRCAT(show, " ka1", sizeof(show));
1608                     break;
1609                 case 1:
1610                     _nc_STRCAT(show, " ka3", sizeof(show));
1611                     break;
1612                 case 2:
1613                     _nc_STRCAT(show, " kb2", sizeof(show));
1614                     break;
1615                 case 3:
1616                     _nc_STRCAT(show, " kc1", sizeof(show));
1617                     break;
1618                 case 4:
1619                     _nc_STRCAT(show, " kc3", sizeof(show));
1620                     break;
1621                 }
1622             }
1623
1624             _nc_warning("vt100 keypad order inconsistent: %s", show);
1625         }
1626
1627     } else if (VALID_STRING(key_a1) ||
1628                VALID_STRING(key_a3) ||
1629                VALID_STRING(key_b2) ||
1630                VALID_STRING(key_c1) ||
1631                VALID_STRING(key_c3)) {
1632         show[0] = '\0';
1633         if (keypad_index(key_a1) >= 0)
1634             _nc_STRCAT(show, " ka1", sizeof(show));
1635         if (keypad_index(key_a3) >= 0)
1636             _nc_STRCAT(show, " ka3", sizeof(show));
1637         if (keypad_index(key_b2) >= 0)
1638             _nc_STRCAT(show, " kb2", sizeof(show));
1639         if (keypad_index(key_c1) >= 0)
1640             _nc_STRCAT(show, " kc1", sizeof(show));
1641         if (keypad_index(key_c3) >= 0)
1642             _nc_STRCAT(show, " kc3", sizeof(show));
1643         if (*show != '\0')
1644             _nc_warning("vt100 keypad map incomplete:%s", show);
1645     }
1646
1647     /*
1648      * These warnings are useful for consistency checks - it is possible that
1649      * there are real terminals with mismatches in these
1650      */
1651     ANDMISSING(key_ic, key_dc);
1652 }
1653
1654 static void
1655 check_printer(TERMTYPE2 *tp)
1656 {
1657     (void) tp;
1658 #if defined(enter_doublewide_mode) && defined(exit_doublewide_mode)
1659     PAIRED(enter_doublewide_mode, exit_doublewide_mode);
1660 #endif
1661 #if defined(enter_italics_mode) && defined(exit_italics_mode)
1662     PAIRED(enter_italics_mode, exit_italics_mode);
1663 #endif
1664 #if defined(enter_leftward_mode) && defined(exit_leftward_mode)
1665     PAIRED(enter_leftward_mode, exit_leftward_mode);
1666 #endif
1667 #if defined(enter_micro_mode) && defined(exit_micro_mode)
1668     PAIRED(enter_micro_mode, exit_micro_mode);
1669 #endif
1670 #if defined(enter_shadow_mode) && defined(exit_shadow_mode)
1671     PAIRED(enter_shadow_mode, exit_shadow_mode);
1672 #endif
1673 #if defined(enter_subscript_mode) && defined(exit_subscript_mode)
1674     PAIRED(enter_subscript_mode, exit_subscript_mode);
1675 #endif
1676 #if defined(enter_superscript_mode) && defined(exit_superscript_mode)
1677     PAIRED(enter_superscript_mode, exit_superscript_mode);
1678 #endif
1679 #if defined(enter_upward_mode) && defined(exit_upward_mode)
1680     PAIRED(enter_upward_mode, exit_upward_mode);
1681 #endif
1682
1683 #if defined(start_char_set_def) && defined(stop_char_set_def)
1684     ANDMISSING(start_char_set_def, stop_char_set_def);
1685 #endif
1686
1687     /*
1688      * If we have a parameterized form, then the non-parameterized is easy.
1689      * note: parameterized/non-parameterized margin settings are unrelated.
1690      */
1691 #if defined(parm_down_micro) && defined(micro_down)
1692     ANDMISSING(parm_down_micro, micro_down);
1693 #endif
1694 #if defined(parm_left_micro) && defined(micro_left)
1695     ANDMISSING(parm_left_micro, micro_left);
1696 #endif
1697 #if defined(parm_right_micro) && defined(micro_right)
1698     ANDMISSING(parm_right_micro, micro_right);
1699 #endif
1700 #if defined(parm_up_micro) && defined(micro_up)
1701     ANDMISSING(parm_up_micro, micro_up);
1702 #endif
1703 }
1704
1705 #if NCURSES_XNAMES
1706 static bool
1707 uses_SGR_39_49(const char *value)
1708 {
1709     return (strstr(value, "39;49") != 0
1710             || strstr(value, "49;39") != 0);
1711 }
1712
1713 /*
1714  * Check consistency of termcap extensions related to "screen".
1715  */
1716 static void
1717 check_screen(TERMTYPE2 *tp)
1718 {
1719     if (_nc_user_definable) {
1720         int have_XT = tigetflag("XT");
1721         int have_XM = tigetflag("XM");
1722         int have_bce = back_color_erase;
1723         bool have_kmouse = FALSE;
1724         bool use_sgr_39_49 = FALSE;
1725         const char *name_39_49 = "orig_pair or orig_colors";
1726         char *name = _nc_first_name(tp->term_names);
1727         bool is_screen = !strncmp(name, "screen", 6);
1728         bool screen_base = (is_screen
1729                             && strchr(name, '.') == NULL);
1730
1731         if (!VALID_BOOLEAN(have_bce)) {
1732             have_bce = FALSE;
1733         }
1734         if (!VALID_BOOLEAN(have_XM)) {
1735             have_XM = FALSE;
1736         }
1737         if (!VALID_BOOLEAN(have_XT)) {
1738             have_XT = FALSE;
1739         }
1740         if (VALID_STRING(key_mouse)) {
1741             have_kmouse = !strcmp("\033[M", key_mouse);
1742         }
1743         if (have_bce) {
1744             if (VALID_STRING(orig_pair)) {
1745                 name_39_49 = "orig_pair";
1746                 use_sgr_39_49 = uses_SGR_39_49(orig_pair);
1747             }
1748             if (!use_sgr_39_49 && VALID_STRING(orig_colors)) {
1749                 name_39_49 = "orig_colors";
1750                 use_sgr_39_49 = uses_SGR_39_49(orig_colors);
1751             }
1752         }
1753
1754         if (have_XM && have_XT) {
1755             _nc_warning("screen's XT capability conflicts with XM");
1756         } else if (have_XT && screen_base) {
1757             _nc_warning("screen's \"screen\" entries should not have XT set");
1758         } else if (have_XT) {
1759             char *s;
1760
1761             if (!have_kmouse && is_screen) {
1762                 if (VALID_STRING(key_mouse)) {
1763                     _nc_warning("value of kmous inconsistent with screen's usage");
1764                 } else {
1765                     _nc_warning("expected kmous capability with XT");
1766                 }
1767             }
1768             if (max_colors > 0) {
1769                 if (!have_bce) {
1770                     _nc_warning("expected bce capability with XT");
1771                 } else if (!use_sgr_39_49) {
1772                     _nc_warning("expected %s capability with XT "
1773                                 "to have 39/49 parameters", name_39_49);
1774                 }
1775             }
1776             if (VALID_STRING(to_status_line)
1777                 && (s = strchr(to_status_line, ';')) != NULL
1778                 && *++s == '\0')
1779                 _nc_warning("\"tsl\" capability is redundant, given XT");
1780         } else {
1781             if (have_kmouse
1782                 && !have_XM
1783                 && !screen_base && strchr(name, '+') == NULL) {
1784                 _nc_warning("expected XT to be set, given kmous");
1785             }
1786         }
1787     }
1788 }
1789 #else
1790 #define check_screen(tp)        /* nothing */
1791 #endif
1792
1793 /*
1794  * Returns the expected number of parameters for the given capability.
1795  */
1796 static int
1797 expected_params(const char *name)
1798 {
1799 #define DATA(name,count) { { name }, count }
1800     /* *INDENT-OFF* */
1801     static const struct {
1802         const char name[9];
1803         int count;
1804     } table[] = {
1805         DATA( "S0",             1 ),    /* 'screen' extension */
1806         DATA( "birep",          2 ),
1807         DATA( "chr",            1 ),
1808         DATA( "colornm",        1 ),
1809         DATA( "cpi",            1 ),
1810         DATA( "csnm",           1 ),
1811         DATA( "csr",            2 ),
1812         DATA( "cub",            1 ),
1813         DATA( "cud",            1 ),
1814         DATA( "cuf",            1 ),
1815         DATA( "cup",            2 ),
1816         DATA( "cuu",            1 ),
1817         DATA( "cvr",            1 ),
1818         DATA( "cwin",           5 ),
1819         DATA( "dch",            1 ),
1820         DATA( "defc",           3 ),
1821         DATA( "dial",           1 ),
1822         DATA( "dispc",          1 ),
1823         DATA( "dl",             1 ),
1824         DATA( "ech",            1 ),
1825         DATA( "getm",           1 ),
1826         DATA( "hpa",            1 ),
1827         DATA( "ich",            1 ),
1828         DATA( "il",             1 ),
1829         DATA( "indn",           1 ),
1830         DATA( "initc",          4 ),
1831         DATA( "initp",          7 ),
1832         DATA( "lpi",            1 ),
1833         DATA( "mc5p",           1 ),
1834         DATA( "mrcup",          2 ),
1835         DATA( "mvpa",           1 ),
1836         DATA( "pfkey",          2 ),
1837         DATA( "pfloc",          2 ),
1838         DATA( "pfx",            2 ),
1839         DATA( "pfxl",           3 ),
1840         DATA( "pln",            2 ),
1841         DATA( "qdial",          1 ),
1842         DATA( "rcsd",           1 ),
1843         DATA( "rep",            2 ),
1844         DATA( "rin",            1 ),
1845         DATA( "sclk",           3 ),
1846         DATA( "scp",            1 ),
1847         DATA( "scs",            1 ),
1848         DATA( "scsd",           2 ),
1849         DATA( "setab",          1 ),
1850         DATA( "setaf",          1 ),
1851         DATA( "setb",           1 ),
1852         DATA( "setcolor",       1 ),
1853         DATA( "setf",           1 ),
1854         DATA( "sgr",            9 ),
1855         DATA( "sgr1",           6 ),
1856         DATA( "slength",        1 ),
1857         DATA( "slines",         1 ),
1858         DATA( "smgbp",          1 ),    /* 2 if smgtp is not given */
1859         DATA( "smglp",          1 ),
1860         DATA( "smglr",          2 ),
1861         DATA( "smgrp",          1 ),
1862         DATA( "smgtb",          2 ),
1863         DATA( "smgtp",          1 ),
1864         DATA( "tsl",            1 ),
1865         DATA( "u6",             -1 ),
1866         DATA( "vpa",            1 ),
1867         DATA( "wind",           4 ),
1868         DATA( "wingo",          1 ),
1869     };
1870     /* *INDENT-ON* */
1871 #undef DATA
1872
1873     unsigned n;
1874     int result = 0;             /* function-keys, etc., use none */
1875
1876     for (n = 0; n < SIZEOF(table); n++) {
1877         if (!strcmp(name, table[n].name)) {
1878             result = table[n].count;
1879             break;
1880         }
1881     }
1882
1883     return result;
1884 }
1885
1886 /*
1887  * Check for user-capabilities that happen to be used in ncurses' terminal
1888  * database.
1889  */
1890 #if NCURSES_XNAMES
1891 static struct user_table_entry const *
1892 lookup_user_capability(const char *name)
1893 {
1894     struct user_table_entry const *result = 0;
1895     if (*name != 'k') {
1896         result = _nc_find_user_entry(name);
1897     }
1898     return result;
1899 }
1900 #endif
1901
1902 /*
1903  * If a given name is likely to be a user-capability, return the number of
1904  * parameters it would be used with.  If not, return -1.
1905  *
1906  * ncurses assumes that u6 could be used for getting the cursor-position, but
1907  * that is not implemented.  Make a special case for that, to quiet needless
1908  * warnings.
1909  *
1910  * The other string-capability extensions (see terminfo.src) which could have
1911  * parameters such as "Ss", "%u", are not used by ncurses.  But we check those
1912  * anyway, to validate the terminfo database.
1913  */
1914 static int
1915 is_user_capability(const char *name)
1916 {
1917     int result = -1;
1918     if (name[0] == 'u' &&
1919         (name[1] >= '0' && name[1] <= '9') &&
1920         name[2] == '\0') {
1921         result = (name[1] == '6') ? 2 : 0;
1922     }
1923 #if NCURSES_XNAMES
1924     else if (using_extensions) {
1925         struct user_table_entry const *p = lookup_user_capability(name);
1926         if (p != 0) {
1927             result = (int) p->ute_argc;
1928         }
1929     }
1930 #endif
1931     return result;
1932 }
1933
1934 static bool
1935 line_capability(const char *name)
1936 {
1937     bool result = FALSE;
1938     static const char *table[] =
1939     {
1940         "csr",                  /* change_scroll_region          */
1941         "clear",                /* clear_screen                  */
1942         "ed",                   /* clr_eos                       */
1943         "cwin",                 /* create_window                 */
1944         "cup",                  /* cursor_address                */
1945         "cud1",                 /* cursor_down                   */
1946         "home",                 /* cursor_home                   */
1947         "mrcup",                /* cursor_mem_address            */
1948         "ll",                   /* cursor_to_ll                  */
1949         "cuu1",                 /* cursor_up                     */
1950         "dl1",                  /* delete_line                   */
1951         "hd",                   /* down_half_line                */
1952         "flash",                /* flash_screen                  */
1953         "ff",                   /* form_feed                     */
1954         "il1",                  /* insert_line                   */
1955         "nel",                  /* newline                       */
1956         "dl",                   /* parm_delete_line              */
1957         "cud",                  /* parm_down_cursor              */
1958         "indn",                 /* parm_index                    */
1959         "il",                   /* parm_insert_line              */
1960         "rin",                  /* parm_rindex                   */
1961         "cuu",                  /* parm_up_cursor                */
1962         "mc0",                  /* print_screen                  */
1963         "vpa",                  /* row_address                   */
1964         "ind",                  /* scroll_forward                */
1965         "ri",                   /* scroll_reverse                */
1966         "hu",                   /* up_half_line                  */
1967     };
1968     size_t n;
1969     for (n = 0; n < SIZEOF(table); ++n) {
1970         if (!strcmp(name, table[n])) {
1971             result = TRUE;
1972             break;
1973         }
1974     }
1975     return result;
1976 }
1977
1978 /*
1979  * Make a quick sanity check for the parameters which are used in the given
1980  * strings.  If there are no "%p" tokens, then there should be no other "%"
1981  * markers.
1982  */
1983 static void
1984 check_params(TERMTYPE2 *tp, const char *name, const char *value, int extended)
1985 {
1986     int expected = expected_params(name);
1987     int actual = 0;
1988     int n;
1989     bool params[1 + NUM_PARM];
1990     const char *s = value;
1991
1992 #ifdef set_left_margin_parm
1993     if (!strcmp(name, "smgrp")
1994         && !VALID_STRING(set_left_margin_parm))
1995         expected = 2;
1996 #endif
1997 #ifdef set_right_margin_parm
1998     if (!strcmp(name, "smglp")
1999         && !VALID_STRING(set_right_margin_parm))
2000         expected = 2;
2001 #endif
2002 #ifdef set_top_margin_parm
2003     if (!strcmp(name, "smgbp")
2004         && !VALID_STRING(set_top_margin_parm))
2005         expected = 2;
2006 #endif
2007 #ifdef set_bottom_margin_parm
2008     if (!strcmp(name, "smgtp")
2009         && !VALID_STRING(set_bottom_margin_parm))
2010         expected = 2;
2011 #endif
2012
2013     for (n = 0; n <= NUM_PARM; n++)
2014         params[n] = FALSE;
2015
2016     while (*s != 0) {
2017         if (*s == '%') {
2018             if (*++s == '\0') {
2019                 _nc_warning("expected character after %% in %s", name);
2020                 break;
2021             } else if (*s == 'p') {
2022                 if (*++s == '\0' || !isdigit((int) *s)) {
2023                     _nc_warning("expected digit after %%p in %s", name);
2024                     return;
2025                 } else {
2026                     n = (*s - '0');
2027                     if (n > actual)
2028                         actual = n;
2029                     params[n] = TRUE;
2030                 }
2031             }
2032         }
2033         s++;
2034     }
2035
2036 #if NCURSES_XNAMES
2037     if (extended) {
2038         int check = is_user_capability(name);
2039         if (check != actual && (check >= 0 && actual >= 0)) {
2040             _nc_warning("extended %s capability has %d parameters, expected %d",
2041                         name, actual, check);
2042         } else if (debug_level > 1) {
2043             _nc_warning("extended %s capability has %d parameters, as expected",
2044                         name, actual);
2045         }
2046         expected = actual;
2047     }
2048 #else
2049     (void) extended;
2050 #endif
2051
2052     if (params[0]) {
2053         _nc_warning("%s refers to parameter 0 (%%p0), which is not allowed", name);
2054     }
2055     if (value == set_attributes || expected < 0) {
2056         ;
2057     } else if (expected != actual) {
2058         _nc_warning("%s uses %d parameters, expected %d", name,
2059                     actual, expected);
2060         for (n = 1; n < actual; n++) {
2061             if (!params[n])
2062                 _nc_warning("%s omits parameter %d", name, n);
2063         }
2064     }
2065
2066     /*
2067      * Counting "%p" markers does not account for termcap expressions which
2068      * may not have been fully translated.  Also, tparm does its own analysis.
2069      * Report differences here.
2070      */
2071     _nc_reset_tparm(NULL);
2072     if (actual >= 0) {
2073         char *p_is_s[NUM_PARM];
2074         int popcount;
2075         int analyzed = _nc_tparm_analyze(NULL, value, p_is_s, &popcount);
2076         if (analyzed < popcount) {
2077             analyzed = popcount;
2078         }
2079         if (actual != analyzed && expected != analyzed) {
2080 #if NCURSES_XNAMES
2081             int user_cap = is_user_capability(name);
2082             if ((user_cap == analyzed) && using_extensions) {
2083                 ;               /* ignore */
2084             } else if (user_cap >= 0) {
2085                 _nc_warning("tparm will use %d parameters for %s, expected %d",
2086                             analyzed, name, user_cap);
2087             } else
2088 #endif
2089             {
2090                 _nc_warning("tparm analyzed %d parameters for %s, expected %d",
2091                             analyzed, name, actual);
2092             }
2093         } else if (expected > 0
2094                    && actual == expected
2095                    && guess_tparm_type(expected, p_is_s) == Numbers) {
2096             int limit = 1;
2097
2098             if (!strcmp(name, "setf")
2099                 || !strcmp(name, "setb")
2100                 || !strcmp(name, "setaf")
2101                 || !strcmp(name, "setab")) {
2102                 if ((limit = max_colors) > 256)
2103                     limit = 256;
2104             } else if (line_capability(name)) {
2105                 limit = 24;
2106             } else if (is_user_capability(name) < 0) {
2107                 limit = 80;
2108             }
2109             for (n = 0; n < limit; ++n) {
2110                 _nc_reset_tparm(NULL);
2111                 (void) TPARM_9(value, n, n, n, n, n, n, n, n, n);
2112                 if (_nc_tparm_err) {
2113                     _nc_warning("problem%s in tparm(%s, %d, ...)",
2114                                 (_nc_tparm_err == 1) ? "" : "s",
2115                                 name, n);
2116                     if (debug_level < 2)
2117                         break;
2118                 }
2119             }
2120         }
2121     }
2122 }
2123
2124 /*
2125  * Check for DEC VT100 private mode for reverse video.
2126  */
2127 static const char *
2128 skip_DECSCNM(const char *value, int *flag)
2129 {
2130     *flag = -1;
2131     if (value != 0) {
2132         int skip = csi_length(value);
2133         if (skip > 0 &&
2134             value[skip++] == '?' &&
2135             value[skip++] == '5') {
2136             if (value[skip] == 'h') {
2137                 *flag = 1;
2138             } else if (value[skip] == 'l') {
2139                 *flag = 0;
2140             }
2141             value += skip + 1;
2142         }
2143     }
2144     return value;
2145 }
2146
2147 static void
2148 check_delays(TERMTYPE2 *tp, const char *name, const char *value)
2149 {
2150     const char *p, *q;
2151     const char *first = 0;
2152     const char *last = 0;
2153
2154     for (p = value; *p != '\0'; ++p) {
2155         if (p[0] == '$' && p[1] == '<') {
2156             const char *base = p + 2;
2157             const char *mark = 0;
2158             bool mixed = FALSE;
2159             int proportional = 0;
2160             int mandatory = 0;
2161
2162             first = p;
2163
2164             for (q = base; *q != '\0'; ++q) {
2165                 if (*q == '>') {
2166                     if (mark == NULL)
2167                         mark = q;
2168                     break;
2169                 } else if (*q == '*' || *q == '/') {
2170                     if (*q == '*')
2171                         ++proportional;
2172                     if (*q == '/')
2173                         ++mandatory;
2174                     if (mark == NULL)
2175                         mark = q;
2176                 } else if (!(isalnum(UChar(*q)) || strchr("+-.", *q) != 0)) {
2177                     break;
2178                 } else if (proportional || mandatory) {
2179                     mixed = TRUE;
2180                 }
2181             }
2182             last = *q ? (q + 1) : q;
2183             if (*q != '\0') {
2184                 float check_f;
2185                 char check_c;
2186                 int rc = sscanf(base, "%f%c", &check_f, &check_c);
2187                 if ((rc != 2) || (mark != NULL && (check_c != *mark)) || mixed) {
2188                     _nc_warning("syntax error in %s delay '%.*s'", name,
2189                                 (int) (q - base), base);
2190                 } else if (*name == 'k') {
2191                     _nc_warning("function-key %s has delay", name);
2192                 } else if (proportional && !line_capability(name)) {
2193                     _nc_warning("non-line capability using proportional delay: %s", name);
2194                 } else if (!xon_xoff &&
2195                            !mandatory &&
2196                            strchr(_nc_first_name(tp->term_names), '+') == NULL) {
2197                     _nc_warning("%s in %s is used since no xon/xoff",
2198                                 (proportional
2199                                  ? "proportional delay"
2200                                  : "delay"),
2201                                 name);
2202                 }
2203             } else {
2204                 p = q - 1;      /* restart scan */
2205             }
2206         }
2207     }
2208
2209     if (!strcmp(name, "flash") ||
2210         !strcmp(name, "beep")) {
2211
2212         if (first != 0) {
2213             if (first == value || *last == 0) {
2214                 /*
2215                  * Delay is on one end or the other.
2216                  */
2217                 _nc_warning("expected delay embedded within %s", name);
2218             }
2219         } else {
2220             int flag;
2221
2222             /*
2223              * Check for missing delay when using VT100 reverse-video.
2224              * A real VT100 might not need this, but terminal emulators do.
2225              */
2226             if ((p = skip_DECSCNM(value, &flag)) != 0 &&
2227                 flag > 0 &&
2228                 skip_DECSCNM(p, &flag) != 0 &&
2229                 flag == 0) {
2230                 _nc_warning("expected a delay in %s", name);
2231             }
2232         }
2233     }
2234 }
2235
2236 static char *
2237 check_1_infotocap(const char *name, NCURSES_CONST char *value, int count)
2238 {
2239     int k;
2240     int ignored;
2241     long numbers[1 + NUM_PARM];
2242     char *strings[1 + NUM_PARM];
2243     char *p_is_s[NUM_PARM];
2244     char *result;
2245     char blob[NUM_PARM * 10];
2246     char *next = blob;
2247     TParams expect;
2248     TParams actual;
2249     int nparam;
2250
2251     *next++ = '\0';
2252     for (k = 1; k <= NUM_PARM; k++) {
2253         numbers[k] = count;
2254         _nc_SPRINTF(next,
2255                     _nc_SLIMIT(sizeof(blob) - (size_t) (next - blob))
2256                     "XYZ%d", count);
2257         strings[k] = next;
2258         next += strlen(next) + 1;
2259     }
2260
2261     _nc_reset_tparm(NULL);
2262     expect = tparm_type(name);
2263     nparam = _nc_tparm_analyze(NULL, value, p_is_s, &ignored);
2264     actual = guess_tparm_type(nparam, p_is_s);
2265
2266     if (expect != actual) {
2267         _nc_warning("%s has mismatched parameters", name);
2268         actual = Other;
2269     }
2270
2271     _nc_reset_tparm(NULL);
2272     switch (actual) {
2273     case Str:
2274         result = TPARM_1(value, strings[1]);
2275         break;
2276     case Num_Str:
2277         result = TPARM_2(value, numbers[1], strings[2]);
2278         break;
2279     case Str_Str:
2280         result = TPARM_2(value, strings[1], strings[2]);
2281         break;
2282     case Num_Str_Str:
2283         result = TPARM_3(value, numbers[1], strings[2], strings[3]);
2284         break;
2285     case Numbers:
2286 #define myParam(n) numbers[n]
2287         result = TIPARM_9(value,
2288                           myParam(1),
2289                           myParam(2),
2290                           myParam(3),
2291                           myParam(4),
2292                           myParam(5),
2293                           myParam(6),
2294                           myParam(7),
2295                           myParam(8),
2296                           myParam(9));
2297 #undef myParam
2298         break;
2299     case Other:
2300     default:
2301 #define myParam(n) (p_is_s[n - 1] != 0 ? ((TPARM_ARG) strings[n]) : numbers[n])
2302         result = TPARM_9(value,
2303                          myParam(1),
2304                          myParam(2),
2305                          myParam(3),
2306                          myParam(4),
2307                          myParam(5),
2308                          myParam(6),
2309                          myParam(7),
2310                          myParam(8),
2311                          myParam(9));
2312 #undef myParam
2313         break;
2314     }
2315     return strdup(result);
2316 }
2317
2318 #define IsDelay(ch) ((ch) == '.' || isdigit(UChar(ch)))
2319
2320 static const char *
2321 parse_delay_value(const char *src, double *delays, int *always)
2322 {
2323     int star = 0;
2324
2325     *delays = 0.0;
2326     if (always)
2327         *always = 0;
2328
2329     while (isdigit(UChar(*src))) {
2330         (*delays) = (*delays) * 10 + (*src++ - '0');
2331     }
2332     if (*src == '.') {
2333         int gotdot = 1;
2334
2335         ++src;
2336         while (isdigit(UChar(*src))) {
2337             gotdot *= 10;
2338             (*delays) += (*src++ - '0') / gotdot;
2339         }
2340     }
2341     while (*src == '*' || *src == '/') {
2342         if (always == NULL && *src == '/')
2343             break;
2344         if (*src++ == '*') {
2345             star = 1;
2346         } else {
2347             *always = 1;
2348         }
2349     }
2350     if (star)
2351         *delays = -(*delays);
2352     return src;
2353 }
2354
2355 static const char *
2356 parse_ti_delay(const char *ti, double *delays)
2357 {
2358     *delays = 0.0;
2359     while (*ti != '\0') {
2360         if (*ti == '\\') {
2361             ++ti;
2362         }
2363         if (ti[0] == '$'
2364             && ti[1] == '<'
2365             && IsDelay(UChar(ti[2]))) {
2366             int ignored;
2367             const char *last = parse_delay_value(ti + 2, delays, &ignored);
2368             if (*last == '>') {
2369                 ti = last;
2370             }
2371         } else {
2372             ++ti;
2373         }
2374     }
2375     return ti;
2376 }
2377
2378 static const char *
2379 parse_tc_delay(const char *tc, double *delays)
2380 {
2381     return parse_delay_value(tc, delays, (int *) 0);
2382 }
2383
2384 /*
2385  * Compare terminfo- and termcap-strings, factoring out delays.
2386  */
2387 static bool
2388 same_ti_tc(const char *ti, const char *tc, bool * embedded)
2389 {
2390     bool same = TRUE;
2391     double ti_delay = 0.0;
2392     double tc_delay = 0.0;
2393     const char *ti_last;
2394
2395     *embedded = FALSE;
2396     ti_last = parse_ti_delay(ti, &ti_delay);
2397     tc = parse_tc_delay(tc, &tc_delay);
2398
2399     while ((ti < ti_last) && *tc) {
2400         if (*ti == '\\' && ispunct(UChar(ti[1]))) {
2401             ++ti;
2402             if ((*ti == '^') && !strncmp(tc, "\\136", 4)) {
2403                 ti += 1;
2404                 tc += 4;
2405                 continue;
2406             }
2407         } else if (ti[0] == '$' && ti[1] == '<') {
2408             double no_delay;
2409             const char *ss = parse_ti_delay(ti, &no_delay);
2410             if (ss != ti) {
2411                 *embedded = TRUE;
2412                 ti = ss;
2413                 continue;
2414             }
2415         }
2416         if (*tc == '\\' && ispunct(UChar(tc[1]))) {
2417             ++tc;
2418         }
2419         if (*ti++ != *tc++) {
2420             same = FALSE;
2421             break;
2422         }
2423     }
2424
2425     if (*embedded) {
2426         if (same) {
2427             same = FALSE;
2428         } else {
2429             *embedded = FALSE;  /* report only one problem */
2430         }
2431     }
2432
2433     return same;
2434 }
2435
2436 /*
2437  * Check terminfo to termcap translation.
2438  */
2439 static void
2440 check_infotocap(TERMTYPE2 *tp, int i, const char *value)
2441 {
2442     const char *name = ExtStrname(tp, i, strnames);
2443     char *ti_value = NULL;
2444
2445     assert(SIZEOF(parametrized) == STRCOUNT);
2446     if (!VALID_STRING(value) || (ti_value = strdup(value)) == NULL) {
2447         _nc_warning("tic-expansion of %s failed", name);
2448     } else {
2449         char *tc_value;
2450         bool embedded;
2451         int params = ((i < (int) SIZEOF(parametrized))
2452                       ? parametrized[i]
2453                       : ((*value == 'k')
2454                          ? 0
2455                          : has_params(value, FALSE)));
2456
2457         if ((tc_value = _nc_infotocap(name, ti_value, params)) == ABSENT_STRING) {
2458             _nc_warning("tic-conversion of %s failed", name);
2459         } else if (params > 0) {
2460             int limit = 5;
2461             int count;
2462             bool first = TRUE;
2463
2464             if (!strcmp(name, "setf")
2465                 || !strcmp(name, "setb")
2466                 || !strcmp(name, "setaf")
2467                 || !strcmp(name, "setab")) {
2468                 if ((limit = max_colors) > 256)
2469                     limit = 256;
2470             }
2471             for (count = 0; count < limit; ++count) {
2472                 char *ti_check = check_1_infotocap(name, ti_value, count);
2473                 char *tc_check = check_1_infotocap(name, tc_value, count);
2474
2475                 if (strcmp(ti_check, tc_check)) {
2476                     if (first) {
2477                         fprintf(stderr, "check_infotocap(%s)\n", name);
2478                         fprintf(stderr, "...ti '%s'\n", _nc_visbuf2(0, ti_value));
2479                         fprintf(stderr, "...tc '%s'\n", _nc_visbuf2(0, tc_value));
2480                         first = FALSE;
2481                     }
2482                     _nc_warning("tparm-conversion of %s(%d) differs between\n\tterminfo %s\n\ttermcap  %s",
2483                                 name, count,
2484                                 _nc_visbuf2(0, ti_check),
2485                                 _nc_visbuf2(1, tc_check));
2486                 }
2487                 free(ti_check);
2488                 free(tc_check);
2489             }
2490         } else if (params == 0 && !same_ti_tc(ti_value, tc_value, &embedded)) {
2491             if (embedded) {
2492                 _nc_warning("termcap equivalent of %s cannot use embedded delay", name);
2493             } else {
2494                 _nc_warning("tic-conversion of %s changed value\n\tfrom %s\n\tto   %s",
2495                             name, ti_value, tc_value);
2496             }
2497         }
2498         free(ti_value);
2499     }
2500 }
2501
2502 static char *
2503 skip_delay(char *s)
2504 {
2505     while (*s == '/' || isdigit(UChar(*s)))
2506         ++s;
2507     return s;
2508 }
2509
2510 /*
2511  * Skip a delay altogether, e.g., when comparing a simple string to sgr,
2512  * the latter may have a worst-case delay on the end.
2513  */
2514 static char *
2515 ignore_delays(char *s)
2516 {
2517     int delaying = 0;
2518
2519     do {
2520         switch (*s) {
2521         case '$':
2522             if (delaying == 0)
2523                 delaying = 1;
2524             break;
2525         case '<':
2526             if (delaying == 1)
2527                 delaying = 2;
2528             break;
2529         case '\0':
2530             delaying = 0;
2531             break;
2532         default:
2533             if (delaying) {
2534                 s = skip_delay(s);
2535                 if (*s == '>')
2536                     ++s;
2537                 delaying = 0;
2538             }
2539             break;
2540         }
2541         if (delaying)
2542             ++s;
2543     } while (delaying);
2544     return s;
2545 }
2546
2547 #define DATA(name) { #name }
2548 static const char sgr_names[][11] =
2549 {
2550     DATA(none),
2551     DATA(standout),
2552     DATA(underline),
2553     DATA(reverse),
2554     DATA(blink),
2555     DATA(dim),
2556     DATA(bold),
2557     DATA(invis),
2558     DATA(protect),
2559     DATA(altcharset),
2560     ""
2561 };
2562 #undef DATA
2563
2564 /*
2565  * An sgr string may contain several settings other than the one we're
2566  * interested in, essentially sgr0 + rmacs + whatever.  As long as the
2567  * "whatever" is contained in the sgr string, that is close enough for our
2568  * sanity check.
2569  */
2570 static bool
2571 similar_sgr(int num, char *a, char *b)
2572 {
2573     char *base_a = a;
2574     char *base_b = b;
2575     int delaying = 0;
2576
2577     while (*b != 0) {
2578         while (*a != *b) {
2579             if (*a == 0) {
2580                 if (num < 0) {
2581                     ;
2582                 } else if (b[0] == '$'
2583                            && b[1] == '<') {
2584                     _nc_warning("did not find delay %s", _nc_visbuf(b));
2585                 } else {
2586                     _nc_warning("checking sgr(%s) %s\n\tcompare to %s\n\tunmatched %s",
2587                                 sgr_names[num], _nc_visbuf2(1, base_a),
2588                                 _nc_visbuf2(2, base_b),
2589                                 _nc_visbuf2(3, b));
2590                 }
2591                 return FALSE;
2592             } else if (delaying) {
2593                 a = skip_delay(a);
2594                 b = skip_delay(b);
2595             } else if ((*b == '0' || (*b == ';')) && *a == 'm') {
2596                 b++;
2597             } else {
2598                 a++;
2599             }
2600         }
2601         switch (*a) {
2602         case '$':
2603             if (delaying == 0)
2604                 delaying = 1;
2605             break;
2606         case '<':
2607             if (delaying == 1)
2608                 delaying = 2;
2609             break;
2610         default:
2611             delaying = 0;
2612             break;
2613         }
2614         a++;
2615         b++;
2616     }
2617     /* ignore delays on the end of the string */
2618     a = ignore_delays(a);
2619     return ((num != 0) || (*a == 0));
2620 }
2621
2622 static void
2623 check_tparm_err(int num)
2624 {
2625     if (_nc_tparm_err)
2626         _nc_warning("tparam error in sgr(%d): %s", num, sgr_names[num]);
2627 }
2628
2629 static char *
2630 check_sgr(TERMTYPE2 *tp, char *zero, int num, char *cap, const char *name)
2631 {
2632     char *test;
2633
2634     _nc_tparm_err = 0;
2635     test = TIPARM_9(set_attributes,
2636                     num == 1,
2637                     num == 2,
2638                     num == 3,
2639                     num == 4,
2640                     num == 5,
2641                     num == 6,
2642                     num == 7,
2643                     num == 8,
2644                     num == 9);
2645     if (test != 0) {
2646         if (PRESENT(cap)) {
2647             if (!similar_sgr(num, test, cap)) {
2648                 _nc_warning("%s differs from sgr(%d)\n\t%s=%s\n\tsgr(%d)=%s",
2649                             name, num,
2650                             name, _nc_visbuf2(1, cap),
2651                             num, _nc_visbuf2(2, test));
2652             }
2653         } else if (_nc_capcmp(test, zero)) {
2654             _nc_warning("sgr(%d) present, but not %s", num, name);
2655         }
2656     } else if (PRESENT(cap)) {
2657         _nc_warning("sgr(%d) missing, but %s present", num, name);
2658     }
2659     check_tparm_err(num);
2660     return test;
2661 }
2662
2663 #define CHECK_SGR(num,name) check_sgr(tp, zero, num, name, #name)
2664
2665 #ifdef TRACE
2666 /*
2667  * If tic is compiled with TRACE, we'll be able to see the output from the
2668  * DEBUG() macro.  But since it doesn't use traceon(), it always goes to
2669  * the standard error.  Use this function to make it simpler to follow the
2670  * resulting debug traces.
2671  */
2672 static void
2673 show_where(unsigned level)
2674 {
2675     if (_nc_tracing >= DEBUG_LEVEL(level)) {
2676         char my_name[MAX_NAME_SIZE];
2677         _nc_get_type(my_name);
2678         _tracef("\"%s\", line %d, '%s'",
2679                 _nc_get_source(),
2680                 _nc_curr_line, my_name);
2681     }
2682 }
2683
2684 #else
2685 #define show_where(level)       /* nothing */
2686 #endif
2687
2688 typedef struct {
2689     int keycode;
2690     const char *name;
2691     const char *value;
2692 } NAME_VALUE;
2693
2694 static NAME_VALUE *
2695 get_fkey_list(TERMTYPE2 *tp)
2696 {
2697     NAME_VALUE *result = typeMalloc(NAME_VALUE, NUM_STRINGS(tp) + 1);
2698     const struct tinfo_fkeys *all_fkeys = _nc_tinfo_fkeys;
2699     int used = 0;
2700     unsigned j;
2701
2702     if (result == NULL)
2703         failed("get_fkey_list");
2704
2705     for (j = 0; all_fkeys[j].code; j++) {
2706         char *a = tp->Strings[all_fkeys[j].offset];
2707         if (VALID_STRING(a)) {
2708             result[used].keycode = (int) all_fkeys[j].code;
2709             result[used].name = strnames[all_fkeys[j].offset];
2710             result[used].value = a;
2711             ++used;
2712         }
2713     }
2714 #if NCURSES_XNAMES
2715     for (j = STRCOUNT; j < NUM_STRINGS(tp); ++j) {
2716         const char *name = ExtStrname(tp, (int) j, strnames);
2717         if (*name == 'k') {
2718             result[used].keycode = -1;
2719             result[used].name = name;
2720             result[used].value = tp->Strings[j];
2721             ++used;
2722         }
2723     }
2724 #endif
2725     result[used].keycode = 0;
2726     return result;
2727 }
2728
2729 static void
2730 show_fkey_name(NAME_VALUE * data)
2731 {
2732     if (data->keycode > 0) {
2733         fprintf(stderr, " %s", keyname(data->keycode));
2734         fprintf(stderr, " (capability \"%s\")", data->name);
2735     } else {
2736         fprintf(stderr, " capability \"%s\"", data->name);
2737     }
2738 }
2739
2740 /*
2741  * A terminal entry may contain more than one keycode assigned to a given
2742  * string (e.g., KEY_END and KEY_LL).  But curses will only return one (the
2743  * last one assigned).
2744  */
2745 static void
2746 check_conflict(TERMTYPE2 *tp)
2747 {
2748     if (!(_nc_syntax == SYN_TERMCAP && capdump)) {
2749         char *check = calloc((size_t) (NUM_STRINGS(tp) + 1), sizeof(char));
2750         NAME_VALUE *given = get_fkey_list(tp);
2751         unsigned j, k;
2752         bool conflict = FALSE;
2753
2754         if (check == NULL)
2755             failed("check_conflict");
2756
2757         for (j = 0; given[j].keycode; ++j) {
2758             const char *a = given[j].value;
2759             bool first = TRUE;
2760
2761             if (!VALID_STRING(a))
2762                 continue;
2763
2764             for (k = j + 1; given[k].keycode; k++) {
2765                 const char *b = given[k].value;
2766
2767                 if (!VALID_STRING(b))
2768                     continue;
2769                 if (check[k])
2770                     continue;
2771
2772                 if (!_nc_capcmp(a, b)) {
2773                     check[j] = 1;
2774                     check[k] = 1;
2775                     if (first) {
2776                         if (!conflict) {
2777                             _nc_warning("conflicting key definitions (using the last)");
2778                             conflict = TRUE;
2779                         }
2780                         fprintf(stderr, "...");
2781                         show_fkey_name(given + j);
2782                         fprintf(stderr, " is the same as");
2783                         show_fkey_name(given + k);
2784                         first = FALSE;
2785                     } else {
2786                         fprintf(stderr, ", ");
2787                         show_fkey_name(given + k);
2788                     }
2789                 }
2790             }
2791             if (!first)
2792                 fprintf(stderr, "\n");
2793         }
2794 #if NCURSES_XNAMES
2795         if (using_extensions) {
2796             /* *INDENT-OFF* */
2797             static struct {
2798                 const char *xcurses;
2799                 const char *shifted;
2800             } table[] = {
2801                 { "kDC",  NULL },
2802                 { "kDN",  "kind" },
2803                 { "kEND", NULL },
2804                 { "kHOM", NULL },
2805                 { "kLFT", NULL },
2806                 { "kNXT", NULL },
2807                 { "kPRV", NULL },
2808                 { "kRIT", NULL },
2809                 { "kUP",  "kri" },
2810                 { NULL,   NULL },
2811             };
2812             /* *INDENT-ON* */
2813             /*
2814              * SVr4 curses defines the "xcurses" names listed above except for
2815              * the special cases in the "shifted" column.  When using these
2816              * names for xterm's extensions, that was confusing, and resulted
2817              * in adding extended capabilities with "2" (shift) suffix.  This
2818              * check warns about unnecessary use of extensions for this quirk.
2819              */
2820             for (j = 0; given[j].keycode; ++j) {
2821                 const char *find = given[j].name;
2822                 int value;
2823                 char ch;
2824
2825                 if (!VALID_STRING(given[j].value))
2826                     continue;
2827
2828                 for (k = 0; table[k].xcurses; ++k) {
2829                     const char *test = table[k].xcurses;
2830                     size_t size = strlen(test);
2831
2832                     if (!strncmp(find, test, size) && strcmp(find, test)) {
2833                         switch (sscanf(find + size, "%d%c", &value, &ch)) {
2834                         case 1:
2835                             if (value == 2) {
2836                                 _nc_warning("expected '%s' rather than '%s'",
2837                                             (table[k].shifted
2838                                              ? table[k].shifted
2839                                              : test), find);
2840                             } else if (value < 2 || value > 15) {
2841                                 _nc_warning("expected numeric 2..15 '%s'", find);
2842                             }
2843                             break;
2844                         default:
2845                             _nc_warning("expected numeric suffix for '%s'", find);
2846                             break;
2847                         }
2848                         break;
2849                     }
2850                 }
2851             }
2852         }
2853 #endif
2854         free(given);
2855         free(check);
2856     }
2857 }
2858
2859 /*
2860  * Exiting a video mode should not duplicate sgr0
2861  */
2862 static void
2863 check_exit_attribute(const char *name, char *test, char *trimmed, char *untrimmed)
2864 {
2865     if (VALID_STRING(test) && (trimmed != 0)) {
2866         if (similar_sgr(-1, trimmed, test) ||
2867             similar_sgr(-1, untrimmed, test)) {
2868             _nc_warning("%s matches exit_attribute_mode", name);
2869         }
2870     }
2871 }
2872
2873 /*
2874  * Returns true if the string looks like a standard SGR string.
2875  */
2876 static bool
2877 is_sgr_string(char *value)
2878 {
2879     bool result = FALSE;
2880
2881     if (VALID_STRING(value)) {
2882         int skip = csi_length(value);
2883
2884         if (skip) {
2885             int ch;
2886
2887             result = TRUE;
2888             value += skip;
2889             while ((ch = UChar(*value++)) != '\0') {
2890                 if (isdigit(ch) || ch == ';') {
2891                     ;
2892                 } else if (ch == 'm' && *value == '\0') {
2893                     ;
2894                 } else {
2895                     result = FALSE;
2896                     break;
2897                 }
2898             }
2899         }
2900     }
2901     return result;
2902 }
2903
2904 /*
2905  * Check if the given capability contains a given SGR attribute.
2906  */
2907 static void
2908 check_sgr_param(TERMTYPE2 *tp, int code, const char *name, char *value)
2909 {
2910     if (VALID_STRING(value)) {
2911         int ncv = ((code != 0) ? (1 << (code - 1)) : 0);
2912         char *test = tgoto(value, 0, 0);
2913         if (is_sgr_string(test)) {
2914             int param = 0;
2915             int count = 0;
2916             int skips = 0;
2917             int color = (value == set_a_foreground ||
2918                          value == set_a_background ||
2919                          value == set_foreground ||
2920                          value == set_background);
2921             while (*test != 0) {
2922                 if (isdigit(UChar(*test))) {
2923                     param = 10 * param + (*test - '0');
2924                     ++count;
2925                 } else {
2926                     if (count) {
2927                         /*
2928                          * Avoid unnecessary warning for xterm 256color codes.
2929                          */
2930                         if (color && (param == 38 || param == 48))
2931                             skips = 3;
2932                         if ((skips-- <= 0) && (param == code))
2933                             break;
2934                     }
2935                     count = 0;
2936                     param = 0;
2937                 }
2938                 ++test;
2939             }
2940             if (count != 0 && param == code) {
2941                 if (code == 0 ||
2942                     no_color_video < 0 ||
2943                     !(no_color_video & ncv)) {
2944                     _nc_warning("\"%s\" SGR-attribute used in %s",
2945                                 sgr_names[code],
2946                                 name);
2947                 }
2948             }
2949         }
2950     }
2951 }
2952
2953 #if NCURSES_XNAMES
2954 static int
2955 standard_type(const char *name)
2956 {
2957     int result = -1;
2958     const struct name_table_entry *np;
2959
2960     if ((np = _nc_find_entry(name, _nc_get_hash_table(0))) != 0) {
2961         result = np->nte_type;
2962     }
2963     return result;
2964 }
2965
2966 static const char *
2967 name_of_type(int type)
2968 {
2969     const char *result = "unknown";
2970     switch (type) {
2971     case BOOLEAN:
2972         result = "boolean";
2973         break;
2974     case NUMBER:
2975         result = "number";
2976         break;
2977     case STRING:
2978         result = "string";
2979         break;
2980     }
2981     return result;
2982 }
2983
2984 static void
2985 check_user_capability_type(const char *name, int actual)
2986 {
2987     if (lookup_user_capability(name) == 0) {
2988         int expected = standard_type(name);
2989         if (expected >= 0) {
2990             _nc_warning("expected %s to be %s, but actually %s",
2991                         name,
2992                         name_of_type(actual),
2993                         name_of_type(expected)
2994                 );
2995         } else if (*name != 'k') {
2996             _nc_warning("undocumented %s capability %s",
2997                         name_of_type(actual),
2998                         name);
2999         }
3000     }
3001 }
3002 #endif
3003
3004 #define IN_DELAY "0123456789*/."
3005
3006 static bool
3007 check_ANSI_cap(const char *value, int nparams, char final)
3008 {
3009     bool result = FALSE;
3010     if (VALID_STRING(value) && csi_length(value) > 0) {
3011         char *p_is_s[NUM_PARM];
3012         int popcount;
3013         int analyzed = _nc_tparm_analyze(NULL, value, p_is_s, &popcount);
3014         if (analyzed < popcount) {
3015             analyzed = popcount;
3016         }
3017         if (analyzed == nparams) {
3018             bool numbers = TRUE;
3019             int p;
3020             for (p = 0; p < nparams; ++p) {
3021                 if (p_is_s[p]) {
3022                     numbers = FALSE;
3023                     break;
3024                 }
3025             }
3026             if (numbers) {
3027                 int in_delay = 0;
3028                 p = (int) strlen(value);
3029                 while (p-- > 0) {
3030                     char ch = value[p];
3031                     if (ch == final) {
3032                         result = TRUE;
3033                         break;
3034                     }
3035                     switch (in_delay) {
3036                     case 0:
3037                         if (ch == '>')
3038                             in_delay = 1;
3039                         break;
3040                     case 1:
3041                         if (strchr(IN_DELAY, value[p]) != NULL)
3042                             break;
3043                         if (ch != '<')
3044                             p = 0;
3045                         in_delay = 2;
3046                         break;
3047                     case 2:
3048                         if (ch != '$')
3049                             p = 0;
3050                         in_delay = 0;
3051                         break;
3052                     }
3053                 }
3054             }
3055         }
3056     }
3057     return result;
3058 }
3059
3060 static const char *
3061 skip_Delay(const char *value)
3062 {
3063     const char *result = value;
3064
3065     if (*value == '$') {
3066         ++result;
3067         if (*result++ == '<') {
3068             while (strchr(IN_DELAY, *result) != NULL)
3069                 ++result;
3070             if (*result++ != '>') {
3071                 result = value;
3072             }
3073         } else {
3074             result = value;
3075         }
3076     }
3077     return result;
3078 }
3079
3080 static bool
3081 isValidString(const char *value, const char *expect)
3082 {
3083     bool result = FALSE;
3084     if (VALID_STRING(value)) {
3085         if (!strcmp(value, expect))
3086             result = TRUE;
3087     }
3088     return result;
3089 }
3090
3091 static bool
3092 isValidEscape(const char *value, const char *expect)
3093 {
3094     bool result = FALSE;
3095     if (VALID_STRING(value)) {
3096         if (*value == '\033') {
3097             size_t need = strlen(expect);
3098             size_t have = strlen(value) - 1;
3099             if (have >= need && !strncmp(value + 1, expect, need)) {
3100                 if (*skip_Delay(value + need + 1) == '\0') {
3101                     result = TRUE;
3102                 }
3103             }
3104         }
3105     }
3106     return result;
3107 }
3108
3109 static int
3110 guess_ANSI_VTxx(TERMTYPE2 *tp)
3111 {
3112     int result = -1;
3113     int checks = 0;
3114
3115     /* VT100s have scrolling region, but ANSI (ECMA-48) does not specify */
3116     if (check_ANSI_cap(change_scroll_region, 2, 'r') &&
3117         (isValidEscape(scroll_forward, "D") ||
3118          isValidString(scroll_forward, "\n") ||
3119          isValidEscape(scroll_forward, "6")) &&
3120         (isValidEscape(scroll_reverse, "M") ||
3121          isValidEscape(scroll_reverse, "9"))) {
3122         checks |= 2;
3123     }
3124     if (check_ANSI_cap(cursor_address, 2, 'H') &&
3125         check_ANSI_cap(cursor_up, 0, 'A') &&
3126         (check_ANSI_cap(cursor_down, 0, 'B') ||
3127          isValidString(cursor_down, "\n")) &&
3128         check_ANSI_cap(cursor_right, 0, 'C') &&
3129         (check_ANSI_cap(cursor_left, 0, 'D') ||
3130          isValidString(cursor_left, "\b")) &&
3131         check_ANSI_cap(clr_eos, 0, 'J') &&
3132         check_ANSI_cap(clr_bol, 0, 'K') &&
3133         check_ANSI_cap(clr_eol, 0, 'K')) {
3134         checks |= 1;
3135     }
3136     if (checks == 3)
3137         result = 1;
3138     if (checks == 1)
3139         result = 0;
3140     return result;
3141 }
3142
3143 /*
3144  * u6/u7 and u8/u9 are query/response extensions which most terminals support.
3145  * In particular, any ECMA-48 terminal should support these, though the details
3146  * for u9 are implementation dependent.
3147  */
3148 static void
3149 check_user_6789(TERMTYPE2 *tp)
3150 {
3151     /*
3152      * Check if the terminal is known to not 
3153      */
3154 #define NO_QUERY(longname,shortname) \
3155         if (PRESENT(longname)) _nc_warning(#shortname " is not supported")
3156     if (tigetflag("NQ") > 0) {
3157         NO_QUERY(user6, u6);
3158         NO_QUERY(user7, u7);
3159         NO_QUERY(user8, u8);
3160         NO_QUERY(user9, u9);
3161         return;
3162     }
3163
3164     PAIRED(user6, user7);
3165     PAIRED(user8, user9);
3166
3167     if (strchr(tp->term_names, '+') != NULL)
3168         return;
3169
3170     switch (guess_ANSI_VTxx(tp)) {
3171     case 1:
3172         if (!PRESENT(user8)) {
3173             _nc_warning("expected u8/u9 for device-attributes");
3174         }
3175         /* FALLTHRU */
3176     case 0:
3177         if (!PRESENT(user6)) {
3178             _nc_warning("expected u6/u7 for cursor-position");
3179         }
3180         break;
3181     }
3182 }
3183
3184 /* other sanity-checks (things that we don't want in the normal
3185  * logic that reads a terminfo entry)
3186  */
3187 static void
3188 check_termtype(TERMTYPE2 *tp, bool literal)
3189 {
3190     unsigned j;
3191
3192     check_conflict(tp);
3193
3194     for_each_string(j, tp) {
3195         char *a = tp->Strings[j];
3196         if (VALID_STRING(a)) {
3197             const char *name = ExtStrname(tp, (int) j, strnames);
3198             /*
3199              * If we expect parameters, or if there might be parameters,
3200              * check for consistent number of parameters.
3201              */
3202             if (j >= SIZEOF(parametrized) ||
3203                 is_user_capability(name) >= 0 ||
3204                 parametrized[j] > 0) {
3205                 check_params(tp, name, a, (j >= STRCOUNT));
3206             }
3207             check_delays(tp, ExtStrname(tp, (int) j, strnames), a);
3208             if (capdump) {
3209                 check_infotocap(tp, (int) j, a);
3210             }
3211         }
3212     }
3213 #if NCURSES_XNAMES
3214     /* in extended mode, verify that each extension is expected type */
3215     for_each_ext_boolean(j, tp) {
3216         check_user_capability_type(ExtBoolname(tp, (int) j, strnames), BOOLEAN);
3217     }
3218     for_each_ext_number(j, tp) {
3219         check_user_capability_type(ExtNumname(tp, (int) j, strnames), NUMBER);
3220     }
3221     for_each_ext_string(j, tp) {
3222         check_user_capability_type(ExtStrname(tp, (int) j, strnames), STRING);
3223     }
3224 #endif /* NCURSES_XNAMES */
3225
3226     check_acs(tp);
3227     check_colors(tp);
3228     check_cursor(tp);
3229     check_keypad(tp);
3230     check_printer(tp);
3231     check_screen(tp);
3232     check_user_6789(tp);
3233
3234     /*
3235      * These are probably both or none.
3236      */
3237     PAIRED(parm_index, parm_rindex);
3238     PAIRED(parm_ich, parm_dch);
3239
3240     /*
3241      * These may be mismatched because the terminal description relies on
3242      * restoring the cursor visibility by resetting it.
3243      */
3244     ANDMISSING(cursor_invisible, cursor_normal);
3245     ANDMISSING(cursor_visible, cursor_normal);
3246
3247     if (PRESENT(cursor_visible) && PRESENT(cursor_normal)
3248         && !_nc_capcmp(cursor_visible, cursor_normal))
3249         _nc_warning("cursor_visible is same as cursor_normal");
3250
3251     /*
3252      * From XSI & O'Reilly, we gather that sc/rc are required if csr is
3253      * given, because the cursor position after the scrolling operation is
3254      * performed is undefined.
3255      */
3256     ANDMISSING(change_scroll_region, save_cursor);
3257     ANDMISSING(change_scroll_region, restore_cursor);
3258
3259     /*
3260      * If we can clear tabs, we should be able to initialize them.
3261      */
3262     ANDMISSING(clear_all_tabs, set_tab);
3263
3264     if (PRESENT(set_attributes)) {
3265         char *zero = 0;
3266
3267         _nc_tparm_err = 0;
3268         if (PRESENT(exit_attribute_mode)) {
3269             zero = strdup(CHECK_SGR(0, exit_attribute_mode));
3270         } else {
3271             zero = strdup(TIPARM_9(set_attributes, 0, 0, 0, 0, 0, 0, 0, 0, 0));
3272         }
3273         check_tparm_err(0);
3274
3275         if (zero != 0) {
3276             CHECK_SGR(1, enter_standout_mode);
3277             CHECK_SGR(2, enter_underline_mode);
3278             CHECK_SGR(3, enter_reverse_mode);
3279             CHECK_SGR(4, enter_blink_mode);
3280             CHECK_SGR(5, enter_dim_mode);
3281             CHECK_SGR(6, enter_bold_mode);
3282             CHECK_SGR(7, enter_secure_mode);
3283             CHECK_SGR(8, enter_protected_mode);
3284             CHECK_SGR(9, enter_alt_charset_mode);
3285             free(zero);
3286         } else {
3287             _nc_warning("sgr(0) did not return a value");
3288         }
3289     } else if (PRESENT(exit_attribute_mode) &&
3290                set_attributes != CANCELLED_STRING) {
3291         if (_nc_syntax == SYN_TERMINFO)
3292             _nc_warning("missing sgr string");
3293     }
3294 #define CHECK_SGR0(name) check_exit_attribute(#name, name, check_sgr0, exit_attribute_mode)
3295     if (PRESENT(exit_attribute_mode)) {
3296         char *check_sgr0 = _nc_trim_sgr0(tp);
3297
3298         if (check_sgr0 == NULL || *check_sgr0 == '\0') {
3299             _nc_warning("trimmed sgr0 is empty");
3300         } else {
3301             show_where(2);
3302             if (check_sgr0 != exit_attribute_mode) {
3303                 DEBUG(2,
3304                       ("will trim sgr0\n\toriginal sgr0=%s\n\ttrimmed  sgr0=%s",
3305                        _nc_visbuf2(1, exit_attribute_mode),
3306                        _nc_visbuf2(2, check_sgr0)));
3307             } else {
3308                 DEBUG(2,
3309                       ("will not trim sgr0\n\toriginal sgr0=%s",
3310                        _nc_visbuf(exit_attribute_mode)));
3311             }
3312         }
3313 #if defined(exit_italics_mode)
3314         CHECK_SGR0(exit_italics_mode);
3315 #endif
3316         CHECK_SGR0(exit_standout_mode);
3317         CHECK_SGR0(exit_underline_mode);
3318         if (check_sgr0 != exit_attribute_mode) {
3319             free(check_sgr0);
3320         }
3321     }
3322 #define CHECK_SGR_PARAM(code, name) check_sgr_param(tp, (int)code, #name, name)
3323     for (j = 0; *sgr_names[j] != '\0'; ++j) {
3324         CHECK_SGR_PARAM(j, set_a_foreground);
3325         CHECK_SGR_PARAM(j, set_a_background);
3326         CHECK_SGR_PARAM(j, set_foreground);
3327         CHECK_SGR_PARAM(j, set_background);
3328     }
3329 #ifdef TRACE
3330     show_where(2);
3331     if (!auto_right_margin) {
3332         DEBUG(2,
3333               ("can write to lower-right directly"));
3334     } else if (PRESENT(enter_am_mode) && PRESENT(exit_am_mode)) {
3335         DEBUG(2,
3336               ("can write to lower-right by suppressing automargin"));
3337     } else if ((PRESENT(enter_insert_mode) && PRESENT(exit_insert_mode))
3338                || PRESENT(insert_character) || PRESENT(parm_ich)) {
3339         DEBUG(2,
3340               ("can write to lower-right by using inserts"));
3341     } else {
3342         DEBUG(2,
3343               ("cannot write to lower-right"));
3344     }
3345 #endif
3346
3347     /*
3348      * Some standard applications (e.g., vi) and some non-curses
3349      * applications (e.g., jove) get confused if we have both ich1 and
3350      * smir/rmir.  Let's be nice and warn about that, too, even though
3351      * ncurses handles it.
3352      */
3353     if ((PRESENT(enter_insert_mode) || PRESENT(exit_insert_mode))
3354         && PRESENT(insert_character)) {
3355         _nc_warning("non-curses applications may be confused by ich1 with smir/rmir");
3356     }
3357
3358     /*
3359      * Finally, do the non-verbose checks
3360      */
3361     if (save_check_termtype != 0)
3362         save_check_termtype(tp, literal);
3363 }