Searched refs:infodump (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c58 static bool infodump = FALSE; /* running as captoinfo? */ variable
698 if ((infodump = same_program(_nc_progname, PROG_CAPTOINFO)) != FALSE) {
762 infodump = TRUE;
767 infodump = TRUE;
853 if (namelst && (!infodump && !capdump)) {
872 if (infodump == TRUE) {
910 if (infodump) {
925 if (!(check_only || infodump || capdump))
930 ((check_only || infodump || capdump)
935 if (check_only || (!infodump
[all...]
H A Ddump_entry.c599 int infodump,
632 if (!infodump) {
964 * Here's where we use infodump to trigger a more stringent length check
970 return (infodump ? len : (int) termcap_length(outbuf.text));
1082 infodump, numbers)
1115 bool infodump; local
1120 infodump = FALSE;
1125 infodump = TRUE;
1227 dump_uses(const char *name, bool infodump) argument
1235 "%s%s", infodump
595 fmt_entry(TERMTYPE *tterm, PredFunc pred, int content_only, int suppress_untranslatable, int infodump, int numbers) argument
1246 bool infodump = (outform != F_TERMCAP && outform != F_TCONVERR); local
[all...]

Completed in 114 milliseconds