true              115 gnulib-tests/argmatch.c                   ambiguous = true;
true               40 gnulib-tests/test-dirname.c   {"/d/f",      "/d",   "f",    "f",    "/d/f", false,  true},
true               41 gnulib-tests/test-dirname.c   {"d/f/",      "d",    "f/",   "f/",   "d/f",  true,   false},
true               42 gnulib-tests/test-dirname.c   {"d/f//",     "d",    "f//",  "f/",   "d/f",  true,   false},
true               44 gnulib-tests/test-dirname.c   {"/",         "/",    "",     "/",    "/",    false,  true},
true               46 gnulib-tests/test-dirname.c   {"//",        "//",   "",     "//",   "//",   false,  true},
true               47 gnulib-tests/test-dirname.c   {"//d",       "//",   "d",    "d",    "//d",  false,  true},
true               49 gnulib-tests/test-dirname.c   {"//",        "/",    "",     "/",    "/",    true,   true},
true               50 gnulib-tests/test-dirname.c   {"//d",       "/",    "d",    "d",    "//d",  false,  true},
true               52 gnulib-tests/test-dirname.c   {"///",       "/",    "",     "/",    "/",    true,   true},
true               53 gnulib-tests/test-dirname.c   {"///a///",   "/",    "a///", "a/",   "///a", true,   true},
true               60 gnulib-tests/test-dirname.c   {"a\\",       ".",    "a\\",  "a\\",  "a",    true,   false},
true               62 gnulib-tests/test-dirname.c   {"\\",        "\\",   "",     "\\",   "\\",   false,  true},
true               63 gnulib-tests/test-dirname.c   {"\\/\\",     "\\",   "",     "\\",   "\\",   true,   true},
true               64 gnulib-tests/test-dirname.c   {"\\\\/",     "\\",   "",     "\\",   "\\",   true,   true},
true               65 gnulib-tests/test-dirname.c   {"\\//",      "\\",   "",     "\\",   "\\",   true,   true},
true               66 gnulib-tests/test-dirname.c   {"//\\",      "/",    "",     "/",    "/",    true,   true},
true               72 gnulib-tests/test-dirname.c   {"\\\\/",     ".",    "\\\\/","\\\\/","\\\\", true,   false},
true               73 gnulib-tests/test-dirname.c   {"\\//",      ".",    "\\//", "\\/",  "\\",   true,   false},
true               75 gnulib-tests/test-dirname.c   {"//\\",      "//",   "\\",   "\\",   "//\\", false,  true},
true               77 gnulib-tests/test-dirname.c   {"//\\",      "/",    "\\",   "\\",   "//\\", false,  true},
true               83 gnulib-tests/test-dirname.c   {"c:/",       "c:/",  "",     "c:/",  "c:/",  false,  true},
true               84 gnulib-tests/test-dirname.c   {"c://",      "c:/",  "",     "c:/",  "c:/",  true,   true},
true               85 gnulib-tests/test-dirname.c   {"c:/d",      "c:/",  "d",    "d",    "c:/d", false,  true},
true               86 gnulib-tests/test-dirname.c   {"c://d",     "c:/",  "d",    "d",    "c://d",false,  true},
true               87 gnulib-tests/test-dirname.c   {"c:/d/",     "c:/",  "d/",   "d/",   "c:/d", true,   true},
true               88 gnulib-tests/test-dirname.c   {"c:/d/f",    "c:/d", "f",    "f",    "c:/d/f",false, true},
true               90 gnulib-tests/test-dirname.c   {"c:d/",      "c:.",  "d/",   "d/",   "c:d",  true,   false},
true               94 gnulib-tests/test-dirname.c   {"a/b:c/",    "a",    "b:c/", "./b:c/","a/b:c",true,  false},
true               96 gnulib-tests/test-dirname.c   {"c:",        "c:",   "",     "c:",   "c:",   false,  true},
true               97 gnulib-tests/test-dirname.c   {"c:/",       "c:",   "",     "c:",   "c:",   true,   true},
true               98 gnulib-tests/test-dirname.c   {"c://",      "c:",   "",     "c:",   "c:",   true,   true},
true               99 gnulib-tests/test-dirname.c   {"c:/d",      "c:",   "d",    "d",    "c:/d", false,  true},
true              100 gnulib-tests/test-dirname.c   {"c://d",     "c:",   "d",    "d",    "c://d",false,  true},
true              101 gnulib-tests/test-dirname.c   {"c:/d/",     "c:",   "d/",   "d/",   "c:/d", true,   true},
true              102 gnulib-tests/test-dirname.c   {"c:/d/f",    "c:/d", "f",    "f",    "c:/d/f",false, true},
true              103 gnulib-tests/test-dirname.c   {"c:d",       "c:",   "d",    "d",    "c:d",  false,  true},
true              104 gnulib-tests/test-dirname.c   {"c:d/",      "c:",   "d/",   "d/",   "c:d",  true,   true},
true              105 gnulib-tests/test-dirname.c   {"c:d/f",     "c:d",  "f",    "f",    "c:d/f",false,  true},
true              106 gnulib-tests/test-dirname.c   {"a:b:c",     "a:",   "b:c",  "./b:c","a:b:c",false,  true},
true              108 gnulib-tests/test-dirname.c   {"a/b:c/",    "a",    "b:c/", "./b:c/","a/b:c",true,  false},
true              112 gnulib-tests/test-dirname.c   {"c:/",       ".",    "c:/",  "c:/",  "c:",   true,   false},
true              113 gnulib-tests/test-dirname.c   {"c://",      ".",    "c://", "c:/",  "c:",   true,   false},
true              116 gnulib-tests/test-dirname.c   {"c:/d/",     "c:",   "d/",   "d/",   "c:/d", true,   false},
true              119 gnulib-tests/test-dirname.c   {"c:d/",      ".",    "c:d/", "c:d/", "c:d",  true,   false},
true              123 gnulib-tests/test-dirname.c   {"a/b:c/",    "a",    "b:c/", "b:c/", "a/b:c",true,   false},
true              126 gnulib-tests/test-dirname.c   {"1:/",       ".",    "1:/",  "1:/",  "1:",   true,   false},
true              127 gnulib-tests/test-dirname.c   {"/:",        "/",    ":",    ":",    "/:",   false,  true},
true              128 gnulib-tests/test-dirname.c   {"/:/",       "/",    ":/",   ":/",   "/:",   true,   true},
true              137 gnulib-tests/test-dirname.c   bool ok = true;
true               64 gnulib-tests/test-filenamecat.c           fail = true;
true               94 gnulib-tests/test-getopt.h   posixly = true;
true               41 gnulib-tests/test-hash.c   return STREQ (x, y) ? true : false;
true               64 gnulib-tests/test-hash.c     case 'a': *map |= 1; return true;
true               65 gnulib-tests/test-hash.c     case 'b': *map |= 2; return true;
true               66 gnulib-tests/test-hash.c     case 'c': *map |= 4; return true;
true               97 gnulib-tests/test-hash.c   tuning.is_n_buckets = true;
true              182 gnulib-tests/test-hash.c   tuning.is_n_buckets = true;
true              144 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (ADD, INT_MAX, 1, INT_MIN, INT_MAX, true));
true              147 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (ADD, INT_MIN, -1, INT_MIN, INT_MAX, true));
true              148 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (ADD, UINT_MAX, 1u, 0u, UINT_MAX, true));
true              152 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (SUBTRACT, INT_MAX, -1, INT_MIN, INT_MAX, true));
true              153 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (SUBTRACT, INT_MIN, 1, INT_MIN, INT_MAX, true));
true              156 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (SUBTRACT, 0u, 1u, 0u, UINT_MAX, true));
true              163 gnulib-tests/test-intprops.c   VERIFY (CHECK_UNOP (NEGATE, 1u, 0u, UINT_MAX, true));
true              164 gnulib-tests/test-intprops.c   VERIFY (CHECK_UNOP (NEGATE, UINT_MAX, 0u, UINT_MAX, true));
true              166 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (MULTIPLY, INT_MAX, INT_MAX, INT_MIN, INT_MAX, true));
true              167 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (MULTIPLY, INT_MAX, INT_MIN, INT_MIN, INT_MAX, true));
true              168 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (MULTIPLY, INT_MIN, INT_MAX, INT_MIN, INT_MAX, true));
true              169 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (MULTIPLY, INT_MIN, INT_MIN, INT_MIN, INT_MAX, true));
true              187 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (LEFT_SHIFT, UINT_MAX, 1, 0u, UINT_MAX, true));
true              188 gnulib-tests/test-intprops.c   VERIFY (CHECK_BINOP (LEFT_SHIFT, UINT_MAX / 2 + 1, 1, 0u, UINT_MAX, true));
true              195 gnulib-tests/test-intprops.c   CHECK_SUM (-1, LONG_MIN, true);
true              198 gnulib-tests/test-intprops.c   CHECK_SUM (0u, -1, true);
true              201 gnulib-tests/test-intprops.c   CHECK_SUM (1, LONG_MAX, true);
true              202 gnulib-tests/test-intprops.c   CHECK_SUM (1, UINT_MAX, true);
true              205 gnulib-tests/test-intprops.c   CHECK_SUM (1u, INT_MIN, true);
true              218 gnulib-tests/test-intprops.c   CHECK_PRODUCT (-1, 1u, true);
true              220 gnulib-tests/test-intprops.c   CHECK_PRODUCT (-1, UINT_MAX, true);
true              221 gnulib-tests/test-intprops.c   CHECK_PRODUCT (-12345, LONG_MAX / -12345 - 1, true);
true              240 gnulib-tests/test-intprops.c   CHECK_PRODUCT (1u, INT_MIN, true);
true              242 gnulib-tests/test-intprops.c   CHECK_PRODUCT (INT_MAX, UINT_MAX, true);
true              243 gnulib-tests/test-intprops.c   CHECK_PRODUCT (INT_MAX, ULONG_MAX, true);
true              244 gnulib-tests/test-intprops.c   CHECK_PRODUCT (INT_MIN, LONG_MAX / INT_MIN - 1, true);
true              246 gnulib-tests/test-intprops.c   CHECK_PRODUCT (INT_MIN, UINT_MAX, true);
true              247 gnulib-tests/test-intprops.c   CHECK_PRODUCT (INT_MIN, ULONG_MAX, true);
true               61 gnulib-tests/test-lstat.c   return test_lstat_func (do_lstat, true);
true               42 gnulib-tests/test-open.c   return test_open (open, true);
true               56 gnulib-tests/test-stat.c   return test_stat_func (do_stat, true);
true               45 gnulib-tests/test-stdbool.c #ifndef true
true               48 gnulib-tests/test-stdbool.c #if true != 1
true               61 gnulib-tests/test-stdbool.c char a[true == 1 ? 1 : -1];
true               65 gnulib-tests/test-stdbool.c char d[(bool) 0.5 == true ? 1 : -1];
true               76 gnulib-tests/test-stdbool.c char g[true];
true               89 gnulib-tests/test-stdbool.c _Bool q = true;
true               48 gnulib-tests/test-symlink.c   return test_symlink (symlink, true);
true               42 lib/basename-lgpl.c         saw_slash = true;
true              232 lib/diffseq.h              big_snake = true;
true              238 lib/diffseq.h                part->lo_minimal = part->hi_minimal = true;
true              265 lib/diffseq.h              big_snake = true;
true              271 lib/diffseq.h                part->lo_minimal = part->hi_minimal = true;
true              323 lib/diffseq.h                  part->lo_minimal = true;
true              363 lib/diffseq.h                  part->hi_minimal = true;
true              420 lib/diffseq.h                part->lo_minimal = true;
true              428 lib/diffseq.h                part->hi_minimal = true;
true              485 lib/diffseq.h            return true;
true              493 lib/diffseq.h            return true;
true              505 lib/diffseq.h          return true;
true              507 lib/diffseq.h          return true;
true              227 lib/error.c                  use_malloc = true;
true              132 lib/exclude.c          return true;
true              573 lib/fnmatch_loop.c                                 is_seqval = true;
true              772 lib/fnmatch_loop.c                                     is_seqval = true;
true              963 lib/fnmatch_loop.c               new_no_leading_period = true;
true               44 lib/freopen-safer.c   return true;
true               71 lib/freopen-safer.c         protect_err = true;
true               75 lib/freopen-safer.c         protect_out = true;
true               79 lib/freopen-safer.c         protect_in = true;
true               40 lib/hard-locale.c   bool hard = true;
true              224 lib/hash.c         return true;
true              456 lib/hash.c       return (candidate % divisor ? true : false);
true              517 lib/hash.c         return true;
true              533 lib/hash.c         return true;
true              931 lib/hash.c       return true;
true              952 lib/hash.c         return true;
true              996 lib/hash.c           return true;
true             1013 lib/hash.c       if (! (transfer_entries (table, new_table, true)
true             1142 lib/hash.c       data = hash_find_entry (table, entry, &bucket, true);
true              130 lib/mbiter.h         iter->cur.wc_valid = true;
true              135 lib/mbiter.h         iter->in_shift = true;
true              164 lib/mbiter.h             iter->cur.wc_valid = true;
true              172 lib/mbiter.h     iter->next_done = true;
true              201 lib/mbiter.h     ((iter).cur.ptr < (iter).limit && (mbiter_multi_next (&(iter)), true))
true              177 lib/mbsstr.c     return true;
true              211 lib/mbsstr.c             bool try_kmp = true;
true              307 lib/mbsstr.c             bool try_kmp = true;
true              138 lib/mbuiter.h        iter->cur.wc_valid = true;
true              143 lib/mbuiter.h        iter->in_shift = true;
true              173 lib/mbuiter.h            iter->cur.wc_valid = true;
true              181 lib/mbuiter.h    iter->next_done = true;
true               68 lib/propername.c               word_boundary_before = true;
true               97 lib/propername.c               word_boundary_after = true;
true              107 lib/propername.c                   found = true;
true              122 lib/propername.c               word_boundary_before = true;
true              128 lib/propername.c               word_boundary_after = true;
true              135 lib/propername.c                   found = true;
true              231 lib/quotearg.c       elide_outer_quotes = true;
true              236 lib/quotearg.c       backslash_escapes = true;
true              242 lib/quotearg.c       backslash_escapes = true;
true              277 lib/quotearg.c         backslash_escapes = true;
true              285 lib/quotearg.c       elide_outer_quotes = true;
true              315 lib/quotearg.c           is_right_quote = true;
true              495 lib/quotearg.c                 printable = true;
true             1079 lib/regcomp.c  	  mb_chars = true;
true             1097 lib/regcomp.c  	has_period = true;
true             1665 lib/regcomp.c        err = calc_eclosure_iter (&eclosure_elem, dfa, node_idx, true);
true             1671 lib/regcomp.c  	  incomplete = true;
true             1718 lib/regcomp.c  	    incomplete = true;
true             1739 lib/regcomp.c  	    incomplete = true;
true             3053 lib/regcomp.c    bool first_round = true;
true             3096 lib/regcomp.c        non_match = true;
true             3159 lib/regcomp.c  		is_range_exp = true;
true             3163 lib/regcomp.c        if (is_range_exp == true)
true             3167 lib/regcomp.c  				       dfa, syntax, true);
true             1296 lib/regex_internal.c       return true;
true             1327 lib/regex_internal.c   return true;
true             1351 lib/regex_internal.c   return true;
true             1367 lib/regex_internal.c   return true;
true              321 lib/regexec.c    return re_search_stub (bufp, string, length, start, 0, length, regs, true);
true              350 lib/regexec.c  			   start, 0, regs, stop, true);
true             1262 lib/regexec.c      return true;
true             1265 lib/regexec.c    return true;
true             1483 lib/regexec.c        prev_idx_match_malloced = true;
true             1968 lib/regexec.c  	return true;
true             3395 lib/regexec.c        dests_node_malloced = true;
true             3416 lib/regexec.c  	  return true;
true             3452 lib/regexec.c        dest_states_malloced = true;
true             3487 lib/regexec.c  	    need_word_trtable = true;
true             3589 lib/regexec.c    return true;
true             4070 lib/regexec.c  		found = true;
true             4140 lib/regexec.c    return true;
true               98 lib/stat.c                   check_dir = true;
true              153 lib/str-kmp.h    return true;
true              636 lib/strftime.c               to_uppcase = true;
true              639 lib/strftime.c               change_case = true;
true              716 lib/strftime.c               to_uppcase = true;
true              731 lib/strftime.c               to_uppcase = true;
true              745 lib/strftime.c               to_uppcase = true;
true              762 lib/strftime.c               to_uppcase = true;
true              895 lib/strftime.c           always_output_a_sign = true;
true             1083 lib/strftime.c           to_lowcase = true;
true             1093 lib/strftime.c               to_lowcase = true;
true             1301 lib/strftime.c               to_lowcase = true;
true              656 src/analyze.c  		  print_context_script (script, true);
true              221 src/cmp.c      	opt_print_bytes = true;
true              687 src/cmp.c            positioned[f] = true;
true              316 src/diff.c     	  text = true;
true              330 src/diff.c     	  ignore_blank_lines = true;
true              350 src/diff.c     	    explicit_context = true;
true              361 src/diff.c     	  minimal = true;
true              410 src/diff.c     	  speed_large_files = true;
true              414 src/diff.c     	  ignore_case = true;
true              424 src/diff.c     	  paginate = true;
true              446 src/diff.c     	  new_file = true;
true              450 src/diff.c     	  show_c_function = true;
true              455 src/diff.c     	  unidirectional_new_file = true;
true              459 src/diff.c     	  brief = true;
true              463 src/diff.c     	  recursive = true;
true              467 src/diff.c     	  report_identical_files = true;
true              475 src/diff.c     	  expand_tabs = true;
true              479 src/diff.c     	  initial_tab = true;
true              526 src/diff.c     	  binary = true;
true              549 src/diff.c     	  ignore_file_name_case = true;
true              558 src/diff.c     	  left_column = true;
true              577 src/diff.c     	  sdiff_merge_assist = true;
true              581 src/diff.c     	  strip_trailing_cr = true;
true              585 src/diff.c     	  suppress_blank_empty = true;
true              589 src/diff.c     	  suppress_common_lines = true;
true              245 src/diff3.c    	  text = true;
true              248 src/diff3.c    	  show_2nd = true;
true              249 src/diff3.c    	  flagging = true;
true              253 src/diff3.c    	  overlap_only = true;
true              257 src/diff3.c    	  simple_only = true;
true              261 src/diff3.c    	  finalwrite = true;
true              264 src/diff3.c    	  merge = true;
true              267 src/diff3.c    	  overlap_only = true;
true              270 src/diff3.c    	  flagging = true;
true              276 src/diff3.c    	  initial_tab = true;
true              279 src/diff3.c    	  strip_trailing_cr = true;
true              850 src/diff3.c      return true;
true              934 src/diff3.c      return true;
true             1460 src/diff3.c    	  leading_dot = true;
true             1531 src/diff3.c    	case DIFF_2ND: if (!show_2nd) continue; conflict = true; break;
true             1541 src/diff3.c    	  conflicts_found = true;
true             1649 src/diff3.c    	case DIFF_2ND: if (!show_2nd) continue; conflict = true; break;
true             1676 src/diff3.c    	  conflicts_found = true;
true              140 src/dir.c        return true;
true              229 src/dir.c            locale_specific_sorting = true;
true              317 src/dir.c            return true;
true              340 src/dir.c      	  locale_specific_sorting = true;
true               63 src/ed.c             bool insert_mode = true;
true               70 src/ed.c       	      insert_mode = true;
true              470 src/io.c             current->missing_newline = true;
true              765 src/io.c             return true;
true              510 src/sdiff.c    	  suppress_common_lines = true;
true              785 src/sdiff.c      sigs_trapped = true;
true              897 src/sdiff.c    	      gotcmd = true;
true              911 src/sdiff.c    		  gotcmd = true;
true              914 src/sdiff.c    		  gotcmd = true;
true              926 src/sdiff.c    		  gotcmd = true;
true              945 src/sdiff.c    	  return true;
true              949 src/sdiff.c    	  return true;
true              951 src/sdiff.c    	  suppress_common_lines = true;
true             1023 src/sdiff.c    	      ignore_SIGINT = true;
true             1081 src/sdiff.c    	    return true;
true              264 src/util.c           print_context_header (files, true);
true              449 src/util.c     		    return true;
true              474 src/util.c       return true;