NULL               73 admin/alloc-colors.c   if (dpy == NULL)
NULL              101 lib-src/be_resources.cc   BView scale32view (scale32.Bounds (), NULL,
NULL              103 lib-src/be_resources.cc   BView scale16view (scale16.Bounds (), NULL,
NULL              131 lib-src/be_resources.cc   icon = BTranslationUtils::GetBitmapFile (argv[1], NULL);
NULL              162 lib-src/be_resources.cc   v = strtok (NULL, ".");
NULL              165 lib-src/be_resources.cc   v = strtok (NULL, ".");
NULL              311 lib-src/ebrowse.c static struct sym *info_cls = NULL;
NULL              312 lib-src/ebrowse.c static struct member *info_member = NULL;
NULL              324 lib-src/ebrowse.c   {"append", 			no_argument, 	   NULL, 'a'},
NULL              325 lib-src/ebrowse.c   {"files", 			required_argument, NULL, 'f'},
NULL              326 lib-src/ebrowse.c   {"help", 			no_argument, 	   NULL, -2},
NULL              327 lib-src/ebrowse.c   {"min-regexp-length", 	required_argument, NULL, 'm'},
NULL              328 lib-src/ebrowse.c   {"max-regexp-length", 	required_argument, NULL, 'M'},
NULL              329 lib-src/ebrowse.c   {"no-nested-classes", 	no_argument, 	   NULL, 'n'},
NULL              330 lib-src/ebrowse.c   {"no-regexps", 		no_argument, 	   NULL, 'x'},
NULL              331 lib-src/ebrowse.c   {"no-structs-or-unions", 	no_argument, 	   NULL, 's'},
NULL              332 lib-src/ebrowse.c   {"output-file", 		required_argument, NULL, 'o'},
NULL              333 lib-src/ebrowse.c   {"position-info", 		required_argument, NULL, 'p'},
NULL              334 lib-src/ebrowse.c   {"search-path", 		required_argument, NULL, 'I'},
NULL              335 lib-src/ebrowse.c   {"verbose", 			no_argument, 	   NULL, 'v'},
NULL              336 lib-src/ebrowse.c   {"version", 			no_argument, 	   NULL, -3},
NULL              337 lib-src/ebrowse.c   {"very-verbose", 		no_argument, 	   NULL, 'V'},
NULL              338 lib-src/ebrowse.c   {NULL, 			0, 		   NULL, 0}
NULL              503 lib-src/ebrowse.c   if (p == NULL)
NULL              505 lib-src/ebrowse.c       yyerror ("out of memory", NULL);
NULL              518 lib-src/ebrowse.c   if (p == NULL)
NULL              520 lib-src/ebrowse.c       yyerror ("out of memory", NULL);
NULL              550 lib-src/ebrowse.c   global_symbols = add_sym (GLOBALS_NAME, NULL);
NULL              580 lib-src/ebrowse.c   if (sym == NULL)
NULL              608 lib-src/ebrowse.c   for (p = super->subs, prev = NULL;
NULL              614 lib-src/ebrowse.c   if (p == NULL || p->sym != sub)
NULL              698 lib-src/ebrowse.c   if (m == NULL)
NULL              748 lib-src/ebrowse.c       if (m == NULL)
NULL              751 lib-src/ebrowse.c 	  if (m == NULL)
NULL              758 lib-src/ebrowse.c       if (m == NULL)
NULL              841 lib-src/ebrowse.c   if (m == NULL)
NULL              887 lib-src/ebrowse.c   m->regexp = NULL;
NULL              888 lib-src/ebrowse.c   m->filename = NULL;
NULL              890 lib-src/ebrowse.c   m->def_regexp = NULL;
NULL              891 lib-src/ebrowse.c   m->def_filename = NULL;
NULL              894 lib-src/ebrowse.c   assert (cls != NULL);
NULL              924 lib-src/ebrowse.c   for (prev = NULL, p = *list;
NULL              974 lib-src/ebrowse.c       if (r->supers == NULL)
NULL              999 lib-src/ebrowse.c   struct sym *p = NULL;
NULL             1018 lib-src/ebrowse.c   if (p == NULL)
NULL             1030 lib-src/ebrowse.c   struct link *p = NULL;
NULL             1223 lib-src/ebrowse.c       putstr (NULL, fp);		/* FIXME? scope for globals */
NULL             1254 lib-src/ebrowse.c     putstr (NULL, fp);
NULL             1497 lib-src/ebrowse.c                         yyerror ("EOF in character constant", NULL);
NULL             1499 lib-src/ebrowse.c                         yyerror ("EOF in string constant", NULL);
NULL             1564 lib-src/ebrowse.c                     yyerror ("newline in character constant", NULL);
NULL             1566 lib-src/ebrowse.c                     yyerror ("newline in string constant", NULL);
NULL             1586 lib-src/ebrowse.c 		    yyerror ("unterminated c++11 rstring", NULL);	\
NULL             1599 lib-src/ebrowse.c 		    yyerror ("malformed c++11 rstring", NULL);
NULL             1786 lib-src/ebrowse.c                 yyerror ("invalid token '..' ('...' assumed)", NULL);
NULL             1945 lib-src/ebrowse.c     return NULL;
NULL             1947 lib-src/ebrowse.c   if (matching_regexp_buffer == NULL)
NULL             2120 lib-src/ebrowse.c   if (yytext == NULL)
NULL             2382 lib-src/ebrowse.c   struct link *head = NULL;
NULL             2383 lib-src/ebrowse.c   struct link *cur = NULL;
NULL             2384 lib-src/ebrowse.c   struct link *tmp = NULL;
NULL             2393 lib-src/ebrowse.c           tmp->sym = find_namespace (yytext, cur ? cur->sym : NULL);
NULL             2394 lib-src/ebrowse.c           tmp->next = NULL;
NULL             2560 lib-src/ebrowse.c   char *id = NULL;
NULL             2562 lib-src/ebrowse.c   char *regexp = NULL;
NULL             2671 lib-src/ebrowse.c           if (id && cls != NULL)
NULL             2681 lib-src/ebrowse.c           id = NULL;
NULL             2690 lib-src/ebrowse.c           class_name = NULL;
NULL             2720 lib-src/ebrowse.c 	    class_definition (class_name ? cls : NULL, class_name ? class_name : yytext, class_tag, flags, 1);
NULL             2747 lib-src/ebrowse.c           if (cls != NULL)
NULL             2767 lib-src/ebrowse.c           if (cls != NULL)
NULL             2849 lib-src/ebrowse.c   struct sym *last_class = NULL;
NULL             2880 lib-src/ebrowse.c   static char *id = NULL;
NULL             2972 lib-src/ebrowse.c   struct sym *cls = NULL;
NULL             2973 lib-src/ebrowse.c   char *id = NULL;
NULL             2993 lib-src/ebrowse.c 	  struct sym *pcn = NULL;
NULL             3013 lib-src/ebrowse.c 	  *last_id = NULL;
NULL             3015 lib-src/ebrowse.c 	  id = NULL;
NULL             3037 lib-src/ebrowse.c   struct sym *cls = NULL;
NULL             3038 lib-src/ebrowse.c   static char *id = NULL;
NULL             3060 lib-src/ebrowse.c 	  *last_id = NULL;
NULL             3089 lib-src/ebrowse.c     current = NULL;
NULL             3212 lib-src/ebrowse.c   *id = NULL;
NULL             3213 lib-src/ebrowse.c   *cls = NULL;
NULL             3221 lib-src/ebrowse.c   char *id = NULL;
NULL             3222 lib-src/ebrowse.c   struct sym *cls = NULL;
NULL             3223 lib-src/ebrowse.c   char *regexp = NULL;
NULL             3358 lib-src/ebrowse.c           id = NULL;
NULL             3445 lib-src/ebrowse.c           class_name = NULL;
NULL             3477 lib-src/ebrowse.c             class_definition (NULL, class_name, class_tk, flags, 0);
NULL             3501 lib-src/ebrowse.c         yyerror ("parse error", NULL);
NULL             3539 lib-src/ebrowse.c       p->next = NULL;
NULL             3562 lib-src/ebrowse.c   FILE *fp = NULL;
NULL             3570 lib-src/ebrowse.c   for (path = search_path; path && fp == NULL; path = path->next)
NULL             3587 lib-src/ebrowse.c   if (fp == NULL)
NULL             3590 lib-src/ebrowse.c   if (fp == NULL)
NULL             3591 lib-src/ebrowse.c     yyerror ("cannot open", NULL);
NULL             3722 lib-src/ebrowse.c     return NULL;
NULL             3745 lib-src/ebrowse.c   static char **input_filenames = NULL;
NULL             3753 lib-src/ebrowse.c                            options, NULL)) != EOF)
NULL             3854 lib-src/ebrowse.c 	  if (fp == NULL)
NULL             3885 lib-src/ebrowse.c       if (yyout == NULL)
NULL             3903 lib-src/ebrowse.c       while ((file = read_line (stdin)) != NULL)
NULL             3914 lib-src/ebrowse.c           if (fp == NULL)
NULL             3919 lib-src/ebrowse.c 	      while ((file = read_line (fp)) != NULL)
NULL              168 lib-src/emacsclient.c   { "no-wait",	no_argument,	   NULL, 'n' },
NULL              169 lib-src/emacsclient.c   { "quiet",	no_argument,	   NULL, 'q' },
NULL              170 lib-src/emacsclient.c   { "suppress-output", no_argument, NULL, 'u' },
NULL              171 lib-src/emacsclient.c   { "eval",	no_argument,	   NULL, 'e' },
NULL              172 lib-src/emacsclient.c   { "help",	no_argument,	   NULL, 'H' },
NULL              173 lib-src/emacsclient.c   { "version",	no_argument,	   NULL, 'V' },
NULL              174 lib-src/emacsclient.c   { "tty",	no_argument,       NULL, 't' },
NULL              175 lib-src/emacsclient.c   { "nw",	no_argument,       NULL, 't' },
NULL              176 lib-src/emacsclient.c   { "create-frame", no_argument,   NULL, 'c' },
NULL              177 lib-src/emacsclient.c   { "reuse-frame", no_argument,   NULL, 'r' },
NULL              178 lib-src/emacsclient.c   { "alternate-editor", required_argument, NULL, 'a' },
NULL              179 lib-src/emacsclient.c   { "frame-parameters", required_argument, NULL, 'F' },
NULL              181 lib-src/emacsclient.c   { "socket-name",	required_argument, NULL, 's' },
NULL              183 lib-src/emacsclient.c   { "server-file",	required_argument, NULL, 'f' },
NULL              184 lib-src/emacsclient.c   { "display",	required_argument, NULL, 'd' },
NULL              185 lib-src/emacsclient.c   { "parent-id", required_argument, NULL, 'p' },
NULL              186 lib-src/emacsclient.c   { "timeout",	required_argument, NULL, 'w' },
NULL              187 lib-src/emacsclient.c   { "tramp",	required_argument, NULL, 'T' },
NULL              207 lib-src/emacsclient.c   if (result == NULL)
NULL              221 lib-src/emacsclient.c   if (result == NULL)
NULL              235 lib-src/emacsclient.c   if (result == NULL)
NULL              286 lib-src/emacsclient.c 	    return NULL;
NULL              291 lib-src/emacsclient.c 	    return NULL;
NULL              310 lib-src/emacsclient.c   HKEY hrootkey = NULL;
NULL              311 lib-src/emacsclient.c   char *result = NULL;
NULL              317 lib-src/emacsclient.c       if (RegQueryValueEx (hrootkey, key, NULL, NULL, NULL, &cbData)
NULL              322 lib-src/emacsclient.c 	  if ((RegQueryValueEx (hrootkey, key, NULL, type, (LPBYTE) result,
NULL              328 lib-src/emacsclient.c 	      result = NULL;
NULL              364 lib-src/emacsclient.c       return NULL;
NULL              375 lib-src/emacsclient.c       if ((size = ExpandEnvironmentStrings (value, NULL, 0)))
NULL              392 lib-src/emacsclient.c   return NULL;
NULL              475 lib-src/emacsclient.c 	MessageBox (NULL, msg, "Emacsclient ERROR", MB_ICONERROR);
NULL              477 lib-src/emacsclient.c 	MessageBox (NULL, msg, "Emacsclient", MB_ICONINFORMATION);
NULL              502 lib-src/emacsclient.c       int opt = getopt_long_only (argc, argv, shortopts, longopts, NULL);
NULL              642 lib-src/emacsclient.c       alt_display = NULL;
NULL              647 lib-src/emacsclient.c     display = NULL;
NULL              662 lib-src/emacsclient.c       display = NULL;
NULL              735 lib-src/emacsclient.c       for (char *tok = s; tok != NULL && *tok != '\0';)
NULL              753 lib-src/emacsclient.c           if (tok != NULL)
NULL              787 lib-src/emacsclient.c   char *msg = NULL;
NULL              792 lib-src/emacsclient.c                  NULL, WSAGetLastError (), 0, (LPTSTR)&msg, 0, NULL);
NULL              960 lib-src/emacsclient.c     config = NULL;
NULL             1313 lib-src/emacsclient.c       if (sigaction (sig, NULL, &oact) == 0 && oact.sa_handler == SIG_IGN)
NULL             1318 lib-src/emacsclient.c   sigaction (sig, &act, NULL);
NULL             1363 lib-src/emacsclient.c   install_handler (sig, SIG_DFL, NULL);
NULL             1365 lib-src/emacsclient.c   install_handler (sig, handler, NULL);
NULL             1423 lib-src/emacsclient.c enum { socknamesize = sizeof ((struct sockaddr_un *) NULL)->sun_path };
NULL             1806 lib-src/emacsclient.c       if (socket_name != NULL)
NULL             1834 lib-src/emacsclient.c   if (!CreateProcess (NULL, (LPSTR)"emacs --daemon", NULL, NULL, FALSE,
NULL             1835 lib-src/emacsclient.c                       CREATE_NO_WINDOW, NULL, NULL, &si, &pi))
NULL             1837 lib-src/emacsclient.c       char* msg = NULL;
NULL             1842 lib-src/emacsclient.c 		     NULL, GetLastError (), 0, (LPTSTR)&msg, 0, NULL);
NULL             1847 lib-src/emacsclient.c   w32_daemon_event = CreateEvent (NULL, TRUE, FALSE, W32_DAEMON_EVENT);
NULL             1848 lib-src/emacsclient.c   if (w32_daemon_event == NULL)
NULL             1856 lib-src/emacsclient.c       const char *msg = NULL;
NULL             1870 lib-src/emacsclient.c 			 NULL, GetLastError (), 0, (LPTSTR)&msg, 0, NULL);
NULL             2113 lib-src/emacsclient.c 	      size = GetFullPathName (argv[i], MAX_PATH, filename, NULL);
NULL             2190 lib-src/emacsclient.c 	  if (end_p != NULL)
NULL             2196 lib-src/emacsclient.c 	      emacs_pid = strtoumax (p + strlen ("-emacs-pid"), NULL, 10);
NULL             2206 lib-src/emacsclient.c                   alt_display = NULL;
NULL              492 lib-src/etags.c   { "append",             no_argument,       NULL,               'a'   },
NULL              494 lib-src/etags.c   { "c++",                no_argument,       NULL,               'C'   },
NULL              499 lib-src/etags.c   { "help",               no_argument,       NULL,               'h'   },
NULL              500 lib-src/etags.c   { "help",               no_argument,       NULL,               'H'   },
NULL              501 lib-src/etags.c   { "ignore-indentation", no_argument,       NULL,               'I'   },
NULL              502 lib-src/etags.c   { "language",           required_argument, NULL,               'l'   },
NULL              505 lib-src/etags.c   { "output",             required_argument, NULL,               'o'   },
NULL              507 lib-src/etags.c   { "regex",              required_argument, NULL,               'r'   },
NULL              508 lib-src/etags.c   { "no-regex",           no_argument,       NULL,               'R'   },
NULL              509 lib-src/etags.c   { "ignore-case-regex",  required_argument, NULL,               'c'   },
NULL              510 lib-src/etags.c   { "parse-stdin",        required_argument, NULL,               STDIN },
NULL              511 lib-src/etags.c   { "version",            no_argument,       NULL,               'V'   },
NULL              514 lib-src/etags.c   { "backward-search",    no_argument,       NULL,               'B'   },
NULL              515 lib-src/etags.c   { "cxref",              no_argument,       NULL,               'x'   },
NULL              516 lib-src/etags.c   { "defines",            no_argument,       NULL,               'd'   },
NULL              518 lib-src/etags.c   { "typedefs",           no_argument,       NULL,               't'   },
NULL              519 lib-src/etags.c   { "typedefs-and-c++",   no_argument,       NULL,               'T'   },
NULL              520 lib-src/etags.c   { "update",             no_argument,       NULL,               'u'   },
NULL              521 lib-src/etags.c   { "vgrind",             no_argument,       NULL,               'v'   },
NULL              522 lib-src/etags.c   { "no-warn",            no_argument,       NULL,               'w'   },
NULL              525 lib-src/etags.c   { "no-defines",         no_argument,       NULL,               'D'   },
NULL              527 lib-src/etags.c   { "include",            required_argument, NULL,               'i'   },
NULL              529 lib-src/etags.c   { NULL }
NULL              541 lib-src/etags.c   { NULL }
NULL              550 lib-src/etags.c   { "ads", "adb", "ada", NULL };
NULL              578 lib-src/etags.c     NULL
NULL              589 lib-src/etags.c   { "c", "h", NULL };
NULL              615 lib-src/etags.c     NULL };
NULL              626 lib-src/etags.c   { "java", NULL };
NULL              633 lib-src/etags.c   { "COB", "cob", NULL };
NULL              639 lib-src/etags.c   { "cs", "hs", NULL };
NULL              642 lib-src/etags.c   { "erl", "hrl", NULL };
NULL              647 lib-src/etags.c   { "escript", NULL };
NULL              650 lib-src/etags.c   { "fth", "tok", NULL };
NULL              656 lib-src/etags.c   { "F", "f", "f90", "for", NULL };
NULL              660 lib-src/etags.c static const char *Go_suffixes [] = {"go", NULL};
NULL              665 lib-src/etags.c   { "htm", "html", "shtml", NULL };
NULL              672 lib-src/etags.c   { "cl", "clisp", "el", "l", "lisp", "LSP", "lsp", "ml", NULL };
NULL              681 lib-src/etags.c   { "lua", "LUA", NULL };
NULL              685 lib-src/etags.c   { "lua", NULL };
NULL              688 lib-src/etags.c   { "Makefile", "makefile", "GNUMakefile", "Makefile.in", "Makefile.am", NULL};
NULL              696 lib-src/etags.c    NULL};
NULL              708 lib-src/etags.c      NULL};
NULL              716 lib-src/etags.c   { "p", "pas", NULL };
NULL              723 lib-src/etags.c   { "pl", "pm", NULL };
NULL              725 lib-src/etags.c   { "perl", "@PERL@", NULL };
NULL              734 lib-src/etags.c   { "php", "php3", "php4", NULL };
NULL              741 lib-src/etags.c      NULL };
NULL              744 lib-src/etags.c   { "ps", "psw", NULL };	/* .psw is for PSWrap */
NULL              749 lib-src/etags.c   { "prolog", NULL };
NULL              754 lib-src/etags.c   { "gprolog", "pl", "yap", "swipl", "prolog", NULL };
NULL              757 lib-src/etags.c   { "py", NULL };
NULL              762 lib-src/etags.c   { "python", NULL };
NULL              765 lib-src/etags.c   { "rb", "ru", "rbw", NULL };
NULL              767 lib-src/etags.c   { "Rakefile", "Thorfile", NULL };
NULL              772 lib-src/etags.c   { "ruby", NULL };
NULL              775 lib-src/etags.c   { "rs", NULL };
NULL              782 lib-src/etags.c   { "oak", "rkt", "sch", "scheme", "SCM", "scm", "SM", "sm", "ss", "t", NULL };
NULL              789 lib-src/etags.c   { "bib", "clo", "cls", "ltx", "sty", "TeX", "tex", NULL };
NULL              803 lib-src/etags.c   { "texi", "texinfo", "txi", NULL };
NULL              808 lib-src/etags.c   { "y", "y++", "ym", "yxx", "yy", NULL }; /* .ym is Objective yacc file */
NULL              843 lib-src/etags.c                  NULL,           Erlang_interpreters },
NULL              850 lib-src/etags.c   { "lua",       Lua_help,Lua_functions,Lua_suffixes,NULL,Lua_interpreters},
NULL              851 lib-src/etags.c   { "makefile",  Makefile_help,Makefile_targets,NULL,Makefile_filenames},
NULL              856 lib-src/etags.c   { "perl",Perl_help,Perl_functions,Perl_suffixes,NULL,Perl_interpreters},
NULL              861 lib-src/etags.c                  NULL,           Prolog_interpreters },
NULL              863 lib-src/etags.c                  NULL,           Python_interpreters },
NULL              870 lib-src/etags.c   { "yacc",      Yacc_help,Yacc_entries,Yacc_suffixes,NULL,NULL,true},
NULL              873 lib-src/etags.c   { NULL }                /* end of list */
NULL              885 lib-src/etags.c   for (lang = lang_names; lang->name != NULL; lang++)
NULL              888 lib-src/etags.c       if (lang->filenames != NULL)
NULL              889 lib-src/etags.c 	for (name = lang->filenames; *name != NULL; name++)
NULL              891 lib-src/etags.c       if (lang->suffixes != NULL)
NULL              892 lib-src/etags.c 	for (ext = lang->suffixes; *ext != NULL; ext++)
NULL             1149 lib-src/etags.c   while ((opt = getopt_long (argc, argv, optstring, longopts, NULL)) != EOF)
NULL             1201 lib-src/etags.c 	  if (lang != NULL)
NULL             1223 lib-src/etags.c 	argbuffer[current_arg].what = NULL;
NULL             1277 lib-src/etags.c   if (tagfile == NULL)
NULL             1311 lib-src/etags.c       if (tagf == NULL)
NULL             1365 lib-src/etags.c       nodehead = NULL;
NULL             1371 lib-src/etags.c 	  for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
NULL             1404 lib-src/etags.c   if (tagf == NULL)
NULL             1408 lib-src/etags.c   nodehead = NULL;
NULL             1453 lib-src/etags.c   if (otags_f == NULL)
NULL             1456 lib-src/etags.c   if (tag_f == NULL)
NULL             1470 lib-src/etags.c       if (strstr (line.buffer, buf) == NULL)
NULL             1507 lib-src/etags.c   if (suffix == NULL || suffix < slash)
NULL             1508 lib-src/etags.c     return NULL;
NULL             1509 lib-src/etags.c   if (extptr != NULL)
NULL             1517 lib-src/etags.c       for (compr = compressors; compr->suffix != NULL; compr++)
NULL             1522 lib-src/etags.c       if (extptr != NULL)
NULL             1525 lib-src/etags.c   return NULL;
NULL             1538 lib-src/etags.c   if (name == NULL)
NULL             1542 lib-src/etags.c       for (lang = lang_names; lang->name != NULL; lang++)
NULL             1548 lib-src/etags.c   return NULL;
NULL             1561 lib-src/etags.c   if (interpreter == NULL)
NULL             1562 lib-src/etags.c     return NULL;
NULL             1563 lib-src/etags.c   for (lang = lang_names; lang->name != NULL; lang++)
NULL             1564 lib-src/etags.c     if (lang->interpreters != NULL)
NULL             1565 lib-src/etags.c       for (iname = lang->interpreters; *iname != NULL; iname++)
NULL             1569 lib-src/etags.c   return NULL;
NULL             1586 lib-src/etags.c   if (slash != NULL)
NULL             1592 lib-src/etags.c   for (lang = lang_names; lang->name != NULL; lang++)
NULL             1593 lib-src/etags.c     if (lang->filenames != NULL)
NULL             1594 lib-src/etags.c       for (name = lang->filenames; *name != NULL; name++)
NULL             1602 lib-src/etags.c   if (suffix == NULL)
NULL             1603 lib-src/etags.c     return NULL;
NULL             1605 lib-src/etags.c   for (lang = lang_names; lang->name != NULL; lang++)
NULL             1606 lib-src/etags.c     if (lang->suffixes != NULL)
NULL             1607 lib-src/etags.c       for (ext = lang->suffixes; *ext != NULL; ext++)
NULL             1612 lib-src/etags.c   return NULL;
NULL             1643 lib-src/etags.c       compressed_name = NULL;
NULL             1649 lib-src/etags.c   for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
NULL             1651 lib-src/etags.c       assert (fdp->infname != NULL);
NULL             1672 lib-src/etags.c 	  for (compr = compressors; compr->suffix != NULL; compr++)
NULL             1699 lib-src/etags.c 	      compressed_name = NULL;
NULL             1715 lib-src/etags.c 	inf = NULL;
NULL             1739 lib-src/etags.c 		 ? NULL
NULL             1767 lib-src/etags.c   last_node = NULL;
NULL             1768 lib-src/etags.c   curfdp = NULL;
NULL             1790 lib-src/etags.c       fdp->taggedfname = absolute_filename (fn, NULL);
NULL             1799 lib-src/etags.c   fdp->prop = NULL;
NULL             1818 lib-src/etags.c       prev = NULL;
NULL             1819 lib-src/etags.c       for (np = nodehead; np != NULL; prev = np, np = np->left)
NULL             1824 lib-src/etags.c       if (np != NULL)
NULL             1828 lib-src/etags.c 	  assert (np->left == NULL);
NULL             1834 lib-src/etags.c 	  if (prev == NULL)
NULL             1835 lib-src/etags.c 	    nodehead = NULL;	/* no nodes left */
NULL             1837 lib-src/etags.c 	    prev->left = NULL;	/* delete the pointer to the sublist */
NULL             1858 lib-src/etags.c   Lang_function *parser = NULL;
NULL             1861 lib-src/etags.c   if (lang != NULL && lang->function != NULL)
NULL             1867 lib-src/etags.c   if (parser == NULL)
NULL             1872 lib-src/etags.c       if (lang != NULL && strcmp (lang->name, "objc") == 0)
NULL             1875 lib-src/etags.c       if (lang != NULL && lang->function != NULL)
NULL             1883 lib-src/etags.c   if (parser == NULL
NULL             1895 lib-src/etags.c       if (lp != NULL)
NULL             1912 lib-src/etags.c 	  if (lang != NULL && lang->function != NULL)
NULL             1923 lib-src/etags.c   if (parser == NULL)
NULL             1926 lib-src/etags.c       if (lang != NULL && lang->function != NULL)
NULL             1934 lib-src/etags.c   if (parser == NULL)
NULL             1952 lib-src/etags.c       && curfdp->lang != NULL && curfdp->lang->metasource)
NULL             1960 lib-src/etags.c       while (*fdpp != NULL)
NULL             1979 lib-src/etags.c   assert (parser != NULL);
NULL             2027 lib-src/etags.c   bool named = (name != NULL && namelen > 0);
NULL             2028 lib-src/etags.c   char *nname = NULL;
NULL             2075 lib-src/etags.c   if ((CTAGS && name == NULL)
NULL             2088 lib-src/etags.c       np->name = concat ("M", fp == NULL ? curfdp->taggedfname : fp + 1, "");
NULL             2090 lib-src/etags.c       if (fp != NULL && fp[1] != '\0' && fp[2] == '\0')
NULL             2109 lib-src/etags.c   np->left = np->right = NULL;
NULL             2148 lib-src/etags.c   node *ret = NULL;
NULL             2168 lib-src/etags.c   stkentry *stack = NULL;
NULL             2187 lib-src/etags.c 	  while (node_right == NULL && (np = pop_node (&stack)) != NULL)
NULL             2230 lib-src/etags.c   if (cur_node == NULL)
NULL             2244 lib-src/etags.c       if (last_node != NULL && last_node->fdp == np->fdp)
NULL             2247 lib-src/etags.c 	  assert (last_node->right == NULL);
NULL             2255 lib-src/etags.c 	       if (cur_node->left == NULL)
NULL             2287 lib-src/etags.c       while ((cur_node = *next_node) != NULL)
NULL             2334 lib-src/etags.c   stkentry *stack = NULL;
NULL             2341 lib-src/etags.c 	  while (np->left != NULL)
NULL             2353 lib-src/etags.c 	      while ((np = pop_node (&stack)) != NULL)
NULL             2357 lib-src/etags.c 		  if (np->right != NULL)
NULL             2368 lib-src/etags.c       node super_root, *np_parent = NULL;
NULL             2379 lib-src/etags.c 	      assert (np->fdp != NULL);
NULL             2386 lib-src/etags.c 	      np->left = NULL;		  /* isolate it */
NULL             2422 lib-src/etags.c   for (; np != NULL; np = np->right)
NULL             2426 lib-src/etags.c 	if (np->name != NULL)
NULL             2441 lib-src/etags.c   static fdesc *fdp = NULL;
NULL             2458 lib-src/etags.c 	  if (np->name != NULL)
NULL             2471 lib-src/etags.c 	  if (np->name == NULL)
NULL             2513 lib-src/etags.c   stkentry *stack = NULL;
NULL             2515 lib-src/etags.c   if (np == NULL)
NULL             2546 lib-src/etags.c       while ((np = pop_node (&stack)) != NULL)
NULL             2767 lib-src/etags.c   if (se == NULL || (se->c_ext && !(c_ext & se->c_ext)))
NULL             2925 lib-src/etags.c   cstack.cname[nl] = (str == NULL) ? NULL : savenstr (str, len);
NULL             2947 lib-src/etags.c   if (cstack.nl == 0 || cstack.cname[0] == NULL)
NULL             2962 lib-src/etags.c       if (s == NULL)
NULL             4195 lib-src/etags.c 	      pushclass_above (bracelev, NULL, 0);
NULL             4690 lib-src/etags.c 	      if (dbp != NULL)
NULL             4854 lib-src/etags.c 		  while ((qpos = strchr (q, ':')) != NULL
NULL             4958 lib-src/etags.c   char *cp = NULL;
NULL             4972 lib-src/etags.c 	  char *bp, *colon = NULL;
NULL             5339 lib-src/etags.c   name = NULL;			/* keep compiler quiet */
NULL             5601 lib-src/etags.c 	      get_tag (bp + len_add, NULL);
NULL             5633 lib-src/etags.c 	get_tag (bp, NULL);
NULL             5735 lib-src/etags.c static linebuffer *TEX_toktab = NULL; /* Table with tag tokens */
NULL             5759 lib-src/etags.c   if (TEX_toktab == NULL)
NULL             5796 lib-src/etags.c 	  for (key = TEX_toktab; key->buffer != NULL; key++)
NULL             5875 lib-src/etags.c 	  TEX_toktab[i].buffer = NULL; /* Mark end of table. */
NULL             6034 lib-src/etags.c   char *cp, *last = NULL;
NULL             6224 lib-src/etags.c   if (this_file == NULL) return;
NULL             6226 lib-src/etags.c   if (fp == NULL)
NULL             6348 lib-src/etags.c   char *cp, *last = NULL;
NULL             6455 lib-src/etags.c   if (s == NULL) return null_pos;
NULL             6689 lib-src/etags.c   char *cp, *last = NULL;
NULL             6705 lib-src/etags.c 	  if (last != NULL)
NULL             6708 lib-src/etags.c 	      last = NULL;
NULL             6891 lib-src/etags.c     name = NULL;		/* signal unterminated regexp */
NULL             6903 lib-src/etags.c   if (regex_arg == NULL)
NULL             6928 lib-src/etags.c 	if (regexfp == NULL)
NULL             6954 lib-src/etags.c 	if (lang == NULL)
NULL             6962 lib-src/etags.c       add_regex (regex_arg, NULL);
NULL             6991 lib-src/etags.c   if (name == NULL)
NULL             7002 lib-src/etags.c   if (modifiers == NULL)	/* no terminating separator --> no name */
NULL             7059 lib-src/etags.c   if (err != NULL)
NULL             7086 lib-src/etags.c   result = NULL;
NULL             7093 lib-src/etags.c        t != NULL;
NULL             7131 lib-src/etags.c   while (p_head != NULL)
NULL             7156 lib-src/etags.c   for (rp = p_head; rp != NULL; rp = rp->p_next)
NULL             7169 lib-src/etags.c       if (rp->lang != NULL && rp->lang != curfdp->lang)
NULL             7209 lib-src/etags.c 		name = NULL;
NULL             7257 lib-src/etags.c   if (namepp != NULL)
NULL             7387 lib-src/etags.c 	      while ((endp = strchr (endp, '"')) != NULL
NULL             7390 lib-src/etags.c 	      if (endp != NULL)
NULL             7423 lib-src/etags.c 		      for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
NULL             7441 lib-src/etags.c 		      if (fdp == NULL) /* not found */
NULL             7442 lib-src/etags.c 			for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
NULL             7451 lib-src/etags.c 		      if (fdp == NULL) /* not found */
NULL             7462 lib-src/etags.c 			  fdhead->prop = NULL;
NULL             7498 lib-src/etags.c       for (rp = p_head; rp != NULL; rp = rp->p_next)
NULL             7503 lib-src/etags.c 	  if ((rp->lang != NULL && rp->lang != fdhead->lang)
NULL             7534 lib-src/etags.c 		name = NULL;
NULL             7666 lib-src/etags.c   while (getcwd (path, bufsize) == NULL)
NULL             7708 lib-src/etags.c       templt = NULL;
NULL             7785 lib-src/etags.c   if (src_f == NULL)
NULL             7788 lib-src/etags.c   if (dst_f == NULL)
NULL             7841 lib-src/etags.c   while ((dp = strchr (dp + 1, '/')) != NULL)
NULL             7875 lib-src/etags.c   while (slashp != NULL && slashp[0] != '\0')
NULL             7928 lib-src/etags.c   if (slashp == NULL)
NULL             8030 lib-src/etags.c   if (result == NULL)
NULL              127 lib-src/make-docfile.c   if (result == NULL)
NULL              138 lib-src/make-docfile.c   if (result == NULL)
NULL              621 lib-src/make-docfile.c   return NULL;
NULL              798 lib-src/make-docfile.c   if (infile == NULL && extension == 'o')
NULL              803 lib-src/make-docfile.c       if (infile == NULL)
NULL              807 lib-src/make-docfile.c   if (infile == NULL)
NULL              237 lib-src/movemail.c 			(argc - optind == 3) ? argv[optind+2] : NULL,
NULL              517 lib-src/movemail.c     return NULL;
NULL              522 lib-src/movemail.c     return NULL;
NULL              534 lib-src/movemail.c     return NULL;
NULL              540 lib-src/movemail.c   return NULL;
NULL              849 lib-src/movemail.c   time_t now = time (NULL);
NULL               80 lib-src/ntlib.c   return NULL;
NULL              138 lib-src/ntlib.c   return NULL;
NULL              180 lib-src/ntlib.c   return NULL;
NULL              195 lib-src/ntlib.c     return NULL;
NULL              197 lib-src/ntlib.c   if (WriteFile (err, prompt, strlen (prompt), &count, NULL))
NULL              210 lib-src/ntlib.c       rc = ReadFile (in, input, sizeof (input), &count, NULL);
NULL              216 lib-src/ntlib.c 	  while (ReadFile (in, buf, sizeof (buf), &count, NULL) > 0)
NULL              220 lib-src/ntlib.c       WriteFile (err, "\r\n", 2, &count, NULL);
NULL              227 lib-src/ntlib.c   return NULL;
NULL              277 lib-src/ntlib.c     (p != NULL
NULL              315 lib-src/ntlib.c   if (path == NULL || buf == NULL || *path == '\0')
NULL              528 lib-src/ntlib.c 	  char const *locale = setlocale (LC_CTYPE, NULL);
NULL             1089 lib-src/pop.c    connect_ok = it != NULL;
NULL             1581 lib-src/pop.c        if (ws2_lib != NULL)
NULL             1588 lib-src/pop.c  	  if (pfn_getaddrinfo == NULL)
NULL             1589 lib-src/pop.c  	    pfn_freeaddrinfo = NULL;
NULL             1590 lib-src/pop.c  	  else if (pfn_freeaddrinfo == NULL)
NULL             1591 lib-src/pop.c  	    pfn_getaddrinfo = NULL;
NULL             1675 lib-src/pop.c        gai_storage->addrinfo.ai_next = NULL;
NULL               80 lib-src/seccomp-filter.c       perror (NULL);
NULL               82 lib-src/seccomp-filter.c   fflush (NULL);
NULL              157 lib-src/seccomp-filter.c   if (ctx == NULL)
NULL              172 lib-src/seccomp-filter.c   assert ((uintptr_t) NULL == 0);
NULL              136 lib-src/update-game-score.c   if (user_prefix == NULL)
NULL              181 lib-src/update-game-score.c   const char *prefix, *user_prefix = NULL;
NULL               97 lib/acl-internal.h #   define acl_get_fd(fd) (NULL)
NULL              134 lib/acl-internal.h #   define acl_from_mode (NULL)
NULL               35 lib/acl_entries.c   if (acl != NULL)
NULL               22 lib/allocator.c struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };
NULL              199 lib/canonicalize-lgpl.c   if (name == NULL)
NULL              206 lib/canonicalize-lgpl.c       return NULL;
NULL              214 lib/canonicalize-lgpl.c       return NULL;
NULL              235 lib/canonicalize-lgpl.c             return NULL;
NULL              295 lib/canonicalize-lgpl.c                 return NULL;
NULL              313 lib/canonicalize-lgpl.c                 return NULL;
NULL              333 lib/canonicalize-lgpl.c                   return NULL;
NULL              338 lib/canonicalize-lgpl.c                     return NULL;
NULL              391 lib/canonicalize-lgpl.c   if (resolved != NULL)
NULL              400 lib/canonicalize-lgpl.c             return NULL;
NULL              406 lib/canonicalize-lgpl.c       return NULL;
NULL              411 lib/canonicalize-lgpl.c         return NULL;
NULL              452 lib/canonicalize-lgpl.c   if (resolved == NULL)
NULL              455 lib/canonicalize-lgpl.c       return NULL;
NULL              467 lib/canonicalize-lgpl.c   return __realpath (name, NULL);
NULL               96 lib/careadlinkat.c           return NULL;
NULL              131 lib/careadlinkat.c           return NULL;
NULL              141 lib/careadlinkat.c   return NULL;
NULL               34 lib/dirfd.c    } *dirp_fd_start = NULL;
NULL               60 lib/dirfd.c      for (dirp_fd_prev = NULL, dirp_fd = dirp_fd_start; dirp_fd;
NULL               76 lib/fdopendir.c     return NULL;
NULL               80 lib/fdopendir.c     return NULL;
NULL               94 lib/fdopendir.c       dirp = NULL;
NULL              103 lib/fdopendir.c   DIR *dir = fdopendir_with_dup (fd, -1, NULL);
NULL              142 lib/fdopendir.c     return NULL;
NULL              180 lib/fdopendir.c       DIR *dir = NULL;
NULL              195 lib/fdopendir.c           DIR *dp = name ? opendir (name) : NULL;
NULL              213 lib/fdopendir.c         return NULL;
NULL              240 lib/fdopendir.c     return NULL;
NULL              244 lib/fdopendir.c       return NULL;
NULL               55 lib/file-has-acl.c       ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0);
NULL               63 lib/file-has-acl.c           ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0);
NULL              176 lib/file-has-acl.c         aclent_t *malloced = NULL;
NULL              194 lib/file-has-acl.c                 if (entries == NULL)
NULL              250 lib/file-has-acl.c         ace_t *malloced = NULL;
NULL              267 lib/file-has-acl.c                 if (entries == NULL)
NULL              424 lib/file-has-acl.c           if (acl == NULL)
NULL               89 lib/filename.h     (strchr ((Filename), '/') != NULL || strchr ((Filename), '\\') != NULL \
NULL               99 lib/filename.h # define IS_FILE_NAME_WITH_DIR(Filename) (strchr ((Filename), '/') != NULL)
NULL              148 lib/ftoastr.c            || (n < bufsize && STRTOF (buf, NULL) == x))
NULL               36 lib/futimens.c   return fdutimens (fd, NULL, times);
NULL               49 lib/get-permissions.c   if (ctx->acl == NULL)
NULL               59 lib/get-permissions.c       if (ctx->default_acl == NULL)
NULL               89 lib/get-permissions.c   if (ctx->acl == NULL)
NULL              118 lib/get-permissions.c         ret = facl (desc, ACE_GETACLCNT, 0, NULL);
NULL              120 lib/get-permissions.c         ret = acl (name, ACE_GETACLCNT, 0, NULL);
NULL              134 lib/get-permissions.c       if (ctx->ace_entries == NULL)
NULL              149 lib/get-permissions.c               ctx->ace_entries = NULL;
NULL              164 lib/get-permissions.c       ctx->ace_entries = NULL;
NULL              173 lib/get-permissions.c         ret = facl (desc, GETACLCNT, 0, NULL);
NULL              175 lib/get-permissions.c         ret = acl (name, GETACLCNT, 0, NULL);
NULL              189 lib/get-permissions.c       if (ctx->entries == NULL)
NULL              204 lib/get-permissions.c               ctx->entries = NULL;
NULL              219 lib/get-permissions.c       ctx->entries = NULL;
NULL              426 lib/getloadavg.c   if (kc == NULL)
NULL              429 lib/getloadavg.c   if (ksp == NULL)
NULL              436 lib/getloadavg.c   if (kn == NULL)
NULL              449 lib/getloadavg.c       if (kn != NULL)
NULL              456 lib/getloadavg.c               if (kn != NULL)
NULL              491 lib/getloadavg.c     int result = perfstat_cpu_total (NULL, &cpu_stats, sizeof cpu_stats, 1);
NULL              888 lib/getloadavg.c       if (kd != NULL)
NULL              202 lib/getopt.c     const struct option *pfound = NULL;
NULL              222 lib/getopt.c     if (pfound == NULL)
NULL              225 lib/getopt.c         unsigned char *ambig_set = NULL;
NULL              233 lib/getopt.c   	    if (pfound == NULL)
NULL              255 lib/getopt.c   			else if ((ambig_set = malloc (n_options)) == NULL)
NULL              310 lib/getopt.c     if (pfound == NULL)
NULL              316 lib/getopt.c   	  || strchr (optstring, *d->__nextchar) == NULL)
NULL              322 lib/getopt.c   	  d->__nextchar = NULL;
NULL              334 lib/getopt.c     d->__nextchar = NULL;
NULL              368 lib/getopt.c     if (longind != NULL)
NULL              392 lib/getopt.c     d->__nextchar = NULL;
NULL              480 lib/getopt.c     d->optarg = NULL;
NULL              493 lib/getopt.c     if (d->__nextchar == NULL || *d->__nextchar == '\0')
NULL              618 lib/getopt.c       if (temp == NULL || c == ':' || c == ';')
NULL              627 lib/getopt.c       if (temp[0] == 'W' && temp[1] == ';' && longopts != NULL)
NULL              650 lib/getopt.c   	d->optarg = NULL;
NULL              665 lib/getopt.c   	      d->optarg = NULL;
NULL              666 lib/getopt.c   	    d->__nextchar = NULL;
NULL              695 lib/getopt.c   	    d->__nextchar = NULL;
NULL               68 lib/getrandom.c static BCryptGenRandomFuncType BCryptGenRandomFunc = NULL;
NULL               75 lib/getrandom.c   if (bcrypt != NULL)
NULL              127 lib/getrandom.c       if (BCryptGenRandomFunc != NULL
NULL              128 lib/getrandom.c           && BCryptGenRandomFunc (NULL, buffer, length,
NULL              145 lib/getrandom.c         if (CryptAcquireContext (&provider, NULL, NULL, PROV_RSA_FULL,
NULL              123 lib/gettext.h     pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES)
NULL              134 lib/gettext.h     npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
NULL              206 lib/gettext.h    dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES)
NULL              233 lib/gettext.h    if (msg_ctxt_id != NULL)
NULL              253 lib/gettext.h    dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
NULL              281 lib/gettext.h    if (msg_ctxt_id != NULL)
NULL               38 lib/gettime.c    gettimeofday (&tv, NULL);
NULL               47 lib/gettimeofday.c static GetSystemTimePreciseAsFileTimeFuncType GetSystemTimePreciseAsFileTimeFunc = NULL;
NULL               54 lib/gettimeofday.c   if (kernel32 != NULL)
NULL              102 lib/gettimeofday.c   if (GetSystemTimePreciseAsFileTimeFunc != NULL)
NULL              147 lib/gettimeofday.c   tv->tv_sec = time (NULL);
NULL               54 lib/group-member.c       int n_group_slots = getgroups (0, NULL);
NULL               41 lib/malloc.c         return NULL;
NULL               47 lib/malloc.c     if (result == NULL)
NULL              161 lib/malloc/dynarray-skeleton.c # define DYNARRAY_SCRATCH(list) NULL
NULL              343 lib/malloc/dynarray-skeleton.c       return NULL;
NULL              363 lib/malloc/dynarray-skeleton.c     return NULL;
NULL              500 lib/malloc/dynarray-skeleton.c       if (lengthp != NULL)
NULL              509 lib/malloc/dynarray-skeleton.c       return NULL;
NULL               66 lib/malloc/dynarray_emplace_enlarge.c       if (new_array != NULL && list->array != NULL)
NULL               71 lib/malloc/dynarray_emplace_enlarge.c   if (new_array == NULL)
NULL               45 lib/malloc/dynarray_finalize.c       *result = (struct dynarray_finalize_result) { NULL, 0 };
NULL               51 lib/malloc/dynarray_finalize.c   if (heap_array != NULL)
NULL               54 lib/malloc/dynarray_finalize.c       if (list->array != NULL)
NULL               56 lib/malloc/dynarray_resize.c       if (new_array != NULL && list->array != NULL)
NULL               61 lib/malloc/dynarray_resize.c   if (new_array == NULL)
NULL               33 lib/malloc/scratch_buffer_dupfree.c       return copy != NULL ? memcpy (copy, data, size) : NULL;
NULL               38 lib/malloc/scratch_buffer_dupfree.c       return copy != NULL ? copy : data;
NULL               41 lib/malloc/scratch_buffer_grow.c       new_ptr = NULL;
NULL               44 lib/malloc/scratch_buffer_grow.c   if (__glibc_unlikely (new_ptr == NULL))
NULL               38 lib/malloc/scratch_buffer_grow_preserve.c       if (new_ptr == NULL)
NULL               50 lib/malloc/scratch_buffer_grow_preserve.c 	  new_ptr = NULL;
NULL               53 lib/malloc/scratch_buffer_grow_preserve.c       if (__glibc_unlikely (new_ptr == NULL))
NULL               52 lib/malloc/scratch_buffer_set_array_size.c   if (new_ptr == NULL)
NULL               51 lib/memmem.c       return NULL;
NULL               64 lib/memmem.c           return NULL;
NULL              157 lib/memrchr.c    return NULL;
NULL              969 lib/mini-gmp.c   mp_ptr tp = NULL;
NULL             1148 lib/mini-gmp.c   mp_ptr tp = NULL;
NULL             2257 lib/mini-gmp.c 	qp = NULL;
NULL             2320 lib/mini-gmp.c   mpz_div_qr (q, NULL, n, d, GMP_DIV_CEIL);
NULL             2326 lib/mini-gmp.c   mpz_div_qr (q, NULL, n, d, GMP_DIV_FLOOR);
NULL             2332 lib/mini-gmp.c   mpz_div_qr (q, NULL, n, d, GMP_DIV_TRUNC);
NULL             2338 lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, GMP_DIV_CEIL);
NULL             2344 lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, GMP_DIV_FLOOR);
NULL             2350 lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, GMP_DIV_TRUNC);
NULL             2356 lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, d->_mp_size >= 0 ? GMP_DIV_FLOOR : GMP_DIV_CEIL);
NULL             2522 lib/mini-gmp.c   gmp_assert_nocarry (mpz_div_qr (q, NULL, n, d, GMP_DIV_TRUNC));
NULL             2528 lib/mini-gmp.c   return mpz_div_qr (NULL, NULL, n, d, GMP_DIV_TRUNC) == 0;
NULL             2590 lib/mini-gmp.c   return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_CEIL);
NULL             2596 lib/mini-gmp.c   return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_FLOOR);
NULL             2602 lib/mini-gmp.c   return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_TRUNC);
NULL             2608 lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_CEIL);
NULL             2613 lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_FLOOR);
NULL             2618 lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_TRUNC);
NULL             2624 lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_CEIL);
NULL             2630 lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_FLOOR);
NULL             2636 lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_TRUNC);
NULL             2642 lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_FLOOR);
NULL             2648 lib/mini-gmp.c   gmp_assert_nocarry (mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_TRUNC));
NULL             2654 lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_TRUNC) == 0;
NULL             3012 lib/mini-gmp.c   v /= mpz_gcd_ui (NULL, u, v);
NULL             3030 lib/mini-gmp.c   mpz_gcdext (g, tr, NULL, u, m);
NULL             3093 lib/mini-gmp.c   mp_ptr tp = NULL;
NULL             3136 lib/mini-gmp.c 	  mpn_div_qr_preinv (NULL, base->_mp_d, base->_mp_size, mp, mn, &minv);
NULL             3166 lib/mini-gmp.c 	      mpn_div_qr_preinv (NULL, tr->_mp_d, tr->_mp_size, mp, mn, &minv);
NULL             3178 lib/mini-gmp.c       mpn_div_qr_preinv (NULL, tr->_mp_d, tr->_mp_size, mp, mn, &minv);
NULL             3286 lib/mini-gmp.c   mpz_rootrem (s, NULL, u, 2);
NULL             3295 lib/mini-gmp.c     return mpz_root (NULL, u, 2);
NULL             3305 lib/mini-gmp.c   return mpz_root (NULL, mpz_roinit_normal_n (t, p, n), 2);
NULL             3596 lib/mini-gmp.c   if (mpz_gcd_ui (NULL, n, GMP_PRIME_PRODUCT) != 1)
NULL             4250 lib/mini-gmp.c 	return NULL;
NULL             4258 lib/mini-gmp.c 	return NULL;
NULL             4430 lib/mini-gmp.c   str = mpz_get_str (NULL, base, x);
NULL               95 lib/mktime.c     if (tz != NULL && strchr (tz, '/') != NULL)
NULL              282 lib/mktime.c       return NULL;
NULL              299 lib/mktime.c   	return NULL;
NULL              305 lib/mktime.c       return NULL;
NULL              172 lib/nanosleep.c   if (remaining_delay != NULL)
NULL              192 lib/nanosleep.c   return pselect (0, NULL, NULL, NULL, requested_delay, NULL);
NULL              104 lib/nproc.c        if (set != NULL)
NULL              155 lib/nproc.c        if (set != NULL)
NULL              322 lib/nproc.c            if (sysctl (mib[i], ARRAY_SIZE (mib[i]), &nprocs, &len, NULL, 0) == 0
NULL              349 lib/nproc.c      if (threads == NULL)
NULL              360 lib/nproc.c          char *endptr = NULL;
NULL              363 lib/nproc.c          if (endptr != NULL)
NULL              234 lib/nstrftime.c     l = __mbsrtowcs_l (NULL, &__s, 0, &__st, loc);                            \
NULL              491 lib/nstrftime.c   const char *format_end = NULL;
NULL              494 lib/nstrftime.c   zone = NULL;
NULL              846 lib/nstrftime.c             size_t len = __strftime_internal (NULL, STRFTIME_ARG ((size_t) -1)
NULL              995 lib/nstrftime.c               if (cp != NULL)
NULL               96 lib/openat-proc.c       return NULL;
NULL              104 lib/openat-proc.c               return NULL;
NULL              117 lib/openat-proc.c       return NULL;
NULL              125 lib/openat-proc.c           return NULL;
NULL               61 lib/pselect.c      tvp = NULL;
NULL               73 lib/pselect.c        pthread_sigmask (SIG_SETMASK, &origmask, NULL);
NULL               62 lib/pthread_sigmask.c           && pthread_sigmask (1729, &omask_copy, NULL) == 0)
NULL               79 lib/pthread_sigmask.c       && new_mask != NULL
NULL               40 lib/realloc.c    if (p == NULL)
NULL               46 lib/realloc.c        return NULL;
NULL               52 lib/realloc.c        return NULL;
NULL               58 lib/realloc.c    if (result == NULL)
NULL              220 lib/regcomp.c      return NULL;
NULL              367 lib/regcomp.c  		  if (__mbrtowc (NULL, (char *) &c, 1, &mbs) == (size_t) -2)
NULL              445 lib/regcomp.c    preg->buffer = NULL;
NULL              451 lib/regcomp.c    if (__glibc_unlikely (preg->fastmap == NULL))
NULL              467 lib/regcomp.c    preg->translate = NULL;
NULL              485 lib/regcomp.c        preg->fastmap = NULL;
NULL              569 lib/regcomp.c        if (dfa->eclosures != NULL)
NULL              571 lib/regcomp.c        if (dfa->inveclosures != NULL)
NULL              573 lib/regcomp.c        if (dfa->edests != NULL)
NULL              610 lib/regcomp.c    if (__glibc_likely (dfa != NULL))
NULL              615 lib/regcomp.c    preg->buffer = NULL;
NULL              619 lib/regcomp.c    preg->fastmap = NULL;
NULL              622 lib/regcomp.c    preg->translate = NULL;
NULL              657 lib/regcomp.c        re_comp_buf.fastmap = NULL;
NULL              663 lib/regcomp.c    if (re_comp_buf.fastmap == NULL)
NULL              666 lib/regcomp.c        if (re_comp_buf.fastmap == NULL)
NULL              680 lib/regcomp.c      return NULL;
NULL              725 lib/regcomp.c        if (dfa == NULL)
NULL              738 lib/regcomp.c        preg->buffer = NULL;
NULL              757 lib/regcomp.c        preg->buffer = NULL;
NULL              765 lib/regcomp.c    if (__glibc_unlikely (dfa->str_tree == NULL))
NULL              774 lib/regcomp.c    if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL)
NULL              788 lib/regcomp.c        preg->buffer = NULL;
NULL              866 lib/regcomp.c  	  if (__glibc_unlikely (dfa->sb_char == NULL))
NULL              884 lib/regcomp.c    if (__glibc_unlikely (dfa->nodes == NULL || dfa->state_table == NULL))
NULL              951 lib/regcomp.c    dfa->str_tree_storage = NULL;
NULL              953 lib/regcomp.c    dfa->str_tree = NULL;
NULL              955 lib/regcomp.c    dfa->org_indices = NULL;
NULL             1016 lib/regcomp.c    if (__glibc_unlikely (dfa->init_state == NULL))
NULL             1028 lib/regcomp.c        if (__glibc_unlikely (dfa->init_state_word == NULL
NULL             1029 lib/regcomp.c  			    || dfa->init_state_nl == NULL
NULL             1030 lib/regcomp.c  			    || dfa->init_state_begbuf == NULL))
NULL             1135 lib/regcomp.c    if (__glibc_unlikely (dfa->nexts == NULL || dfa->org_indices == NULL
NULL             1136 lib/regcomp.c  			|| dfa->edests == NULL || dfa->eclosures == NULL))
NULL             1140 lib/regcomp.c    if (dfa->subexp_map != NULL)
NULL             1152 lib/regcomp.c  	  dfa->subexp_map = NULL;
NULL             1176 lib/regcomp.c        if (__glibc_unlikely (dfa->inveclosures == NULL))
NULL             1208 lib/regcomp.c  	  if (node->parent == NULL)
NULL             1214 lib/regcomp.c        while (node->right == prev || node->right == NULL);
NULL             1236 lib/regcomp.c  	  bin_tree_t *prev = NULL;
NULL             1237 lib/regcomp.c  	  while (node->right == prev || node->right == NULL)
NULL             1317 lib/regcomp.c        && node->left != NULL
NULL             1325 lib/regcomp.c    op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP);
NULL             1326 lib/regcomp.c    cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP);
NULL             1329 lib/regcomp.c    if (__glibc_unlikely (tree == NULL || tree1 == NULL
NULL             1330 lib/regcomp.c  			|| op == NULL || cls == NULL))
NULL             1333 lib/regcomp.c        return NULL;
NULL             1401 lib/regcomp.c        DEBUG_ASSERT (node->next == NULL);
NULL             1409 lib/regcomp.c  	if (node->left != NULL)
NULL             1413 lib/regcomp.c  	if (node->right != NULL)
NULL             2090 lib/regcomp.c    if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2091 lib/regcomp.c      return NULL;
NULL             2092 lib/regcomp.c    eor = create_tree (dfa, NULL, NULL, END_OF_RE);
NULL             2093 lib/regcomp.c    if (tree != NULL)
NULL             2097 lib/regcomp.c    if (__glibc_unlikely (eor == NULL || root == NULL))
NULL             2100 lib/regcomp.c        return NULL;
NULL             2119 lib/regcomp.c    bin_tree_t *tree, *branch = NULL;
NULL             2122 lib/regcomp.c    if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2123 lib/regcomp.c      return NULL;
NULL             2134 lib/regcomp.c  	  if (__glibc_unlikely (*err != REG_NOERROR && branch == NULL))
NULL             2136 lib/regcomp.c  	      if (tree != NULL)
NULL             2137 lib/regcomp.c  		postorder (tree, free_tree, NULL);
NULL             2138 lib/regcomp.c  	      return NULL;
NULL             2143 lib/regcomp.c  	branch = NULL;
NULL             2145 lib/regcomp.c        if (__glibc_unlikely (tree == NULL))
NULL             2148 lib/regcomp.c  	  return NULL;
NULL             2170 lib/regcomp.c    if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2171 lib/regcomp.c      return NULL;
NULL             2177 lib/regcomp.c        if (__glibc_unlikely (*err != REG_NOERROR && expr == NULL))
NULL             2179 lib/regcomp.c  	  if (tree != NULL)
NULL             2180 lib/regcomp.c  	    postorder (tree, free_tree, NULL);
NULL             2181 lib/regcomp.c  	  return NULL;
NULL             2183 lib/regcomp.c        if (tree != NULL && expr != NULL)
NULL             2186 lib/regcomp.c  	  if (newtree == NULL)
NULL             2188 lib/regcomp.c  	      postorder (expr, free_tree, NULL);
NULL             2189 lib/regcomp.c  	      postorder (tree, free_tree, NULL);
NULL             2191 lib/regcomp.c  	      return NULL;
NULL             2195 lib/regcomp.c        else if (tree == NULL)
NULL             2217 lib/regcomp.c        tree = create_token_tree (dfa, NULL, NULL, token);
NULL             2218 lib/regcomp.c        if (__glibc_unlikely (tree == NULL))
NULL             2221 lib/regcomp.c  	  return NULL;
NULL             2230 lib/regcomp.c  	      mbc_remain = create_token_tree (dfa, NULL, NULL, token);
NULL             2232 lib/regcomp.c  	      if (__glibc_unlikely (mbc_remain == NULL || tree == NULL))
NULL             2235 lib/regcomp.c  		  return NULL;
NULL             2243 lib/regcomp.c        if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2244 lib/regcomp.c  	return NULL;
NULL             2249 lib/regcomp.c        if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2250 lib/regcomp.c  	return NULL;
NULL             2257 lib/regcomp.c  	  return NULL;
NULL             2260 lib/regcomp.c        tree = create_token_tree (dfa, NULL, NULL, token);
NULL             2261 lib/regcomp.c        if (__glibc_unlikely (tree == NULL))
NULL             2264 lib/regcomp.c  	  return NULL;
NULL             2274 lib/regcomp.c  	  return NULL;
NULL             2283 lib/regcomp.c  	  return NULL;
NULL             2296 lib/regcomp.c  	  return NULL;
NULL             2306 lib/regcomp.c        tree = create_token_tree (dfa, NULL, NULL, token);
NULL             2307 lib/regcomp.c        if (__glibc_unlikely (tree == NULL))
NULL             2310 lib/regcomp.c  	  return NULL;
NULL             2326 lib/regcomp.c  	      tree_first = create_token_tree (dfa, NULL, NULL, token);
NULL             2332 lib/regcomp.c  	      tree_first = create_token_tree (dfa, NULL, NULL, token);
NULL             2335 lib/regcomp.c  	  tree_last = create_token_tree (dfa, NULL, NULL, token);
NULL             2337 lib/regcomp.c  	  if (__glibc_unlikely (tree_first == NULL || tree_last == NULL
NULL             2338 lib/regcomp.c  				|| tree == NULL))
NULL             2341 lib/regcomp.c  	      return NULL;
NULL             2346 lib/regcomp.c  	  tree = create_token_tree (dfa, NULL, NULL, token);
NULL             2347 lib/regcomp.c  	  if (__glibc_unlikely (tree == NULL))
NULL             2350 lib/regcomp.c  	      return NULL;
NULL             2361 lib/regcomp.c        tree = create_token_tree (dfa, NULL, NULL, token);
NULL             2362 lib/regcomp.c        if (__glibc_unlikely (tree == NULL))
NULL             2365 lib/regcomp.c  	  return NULL;
NULL             2377 lib/regcomp.c        if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2378 lib/regcomp.c  	return NULL;
NULL             2387 lib/regcomp.c        if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2388 lib/regcomp.c  	return NULL;
NULL             2393 lib/regcomp.c        return NULL;
NULL             2397 lib/regcomp.c        return NULL;
NULL             2402 lib/regcomp.c        return NULL;
NULL             2411 lib/regcomp.c        if (__glibc_unlikely (*err != REG_NOERROR && dup_tree == NULL))
NULL             2413 lib/regcomp.c  	  if (tree != NULL)
NULL             2414 lib/regcomp.c  	    postorder (tree, free_tree, NULL);
NULL             2415 lib/regcomp.c  	  return NULL;
NULL             2423 lib/regcomp.c  	  if (tree != NULL)
NULL             2424 lib/regcomp.c  	    postorder (tree, free_tree, NULL);
NULL             2426 lib/regcomp.c  	  return NULL;
NULL             2453 lib/regcomp.c      tree = NULL;
NULL             2460 lib/regcomp.c  	  if (tree != NULL)
NULL             2461 lib/regcomp.c  	    postorder (tree, free_tree, NULL);
NULL             2465 lib/regcomp.c  	return NULL;
NULL             2471 lib/regcomp.c    tree = create_tree (dfa, tree, NULL, SUBEXP);
NULL             2472 lib/regcomp.c    if (__glibc_unlikely (tree == NULL))
NULL             2475 lib/regcomp.c        return NULL;
NULL             2487 lib/regcomp.c    bin_tree_t *tree = NULL, *old_tree = NULL;
NULL             2502 lib/regcomp.c  	      return NULL;
NULL             2522 lib/regcomp.c  	      return NULL;
NULL             2539 lib/regcomp.c  	  return NULL;
NULL             2545 lib/regcomp.c  	  return NULL;
NULL             2556 lib/regcomp.c    if (__glibc_unlikely (elem == NULL))
NULL             2557 lib/regcomp.c      return NULL;
NULL             2560 lib/regcomp.c        postorder (elem, free_tree, NULL);
NULL             2561 lib/regcomp.c        return NULL;
NULL             2572 lib/regcomp.c  	  if (__glibc_unlikely (elem == NULL || tree == NULL))
NULL             2581 lib/regcomp.c        if (__glibc_unlikely (elem == NULL))
NULL             2586 lib/regcomp.c      old_tree = NULL;
NULL             2594 lib/regcomp.c    tree = create_tree (dfa, elem, NULL,
NULL             2596 lib/regcomp.c    if (__glibc_unlikely (tree == NULL))
NULL             2607 lib/regcomp.c  	if (__glibc_unlikely (elem == NULL || tree == NULL))
NULL             2610 lib/regcomp.c  	tree = create_tree (dfa, tree, NULL, OP_ALT);
NULL             2611 lib/regcomp.c  	if (__glibc_unlikely (tree == NULL))
NULL             2622 lib/regcomp.c    return NULL;
NULL             2712 lib/regcomp.c            if (__glibc_unlikely (new_array_start == NULL
NULL             2713 lib/regcomp.c                                  || new_array_end == NULL))
NULL             2924 lib/regcomp.c            if (__glibc_unlikely (new_array_start == NULL
NULL             2925 lib/regcomp.c                                  || new_array_end == NULL))
NULL             2998 lib/regcomp.c            if (__glibc_unlikely (new_coll_syms == NULL))
NULL             3026 lib/regcomp.c    const unsigned char *collseqmb = NULL;
NULL             3027 lib/regcomp.c    const char *collseqwc = NULL;
NULL             3030 lib/regcomp.c    const void *symb_table = NULL;
NULL             3031 lib/regcomp.c    const unsigned char *extra = NULL;
NULL             3060 lib/regcomp.c    if (__glibc_unlikely (sbcset == NULL || mbcset == NULL))
NULL             3065 lib/regcomp.c        return NULL;
NULL             3184 lib/regcomp.c  		  if (__glibc_unlikely (new_mbchars == NULL))
NULL             3247 lib/regcomp.c        mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
NULL             3248 lib/regcomp.c        if (__glibc_unlikely (mbc_tree == NULL))
NULL             3260 lib/regcomp.c  	  work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
NULL             3261 lib/regcomp.c  	  if (__glibc_unlikely (work_tree == NULL))
NULL             3266 lib/regcomp.c  	  if (__glibc_unlikely (work_tree == NULL))
NULL             3281 lib/regcomp.c        work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
NULL             3282 lib/regcomp.c        if (__glibc_unlikely (work_tree == NULL))
NULL             3292 lib/regcomp.c    return NULL;
NULL             3440 lib/regcomp.c  	  if (__glibc_unlikely (new_equiv_classes == NULL))
NULL             3486 lib/regcomp.c        if (__glibc_unlikely (new_char_classes == NULL))
NULL             3495 lib/regcomp.c      if (__glibc_unlikely (trans != NULL))			\
NULL             3552 lib/regcomp.c    if (__glibc_unlikely (sbcset == NULL))
NULL             3555 lib/regcomp.c        return NULL;
NULL             3558 lib/regcomp.c    if (__glibc_unlikely (mbcset == NULL))
NULL             3562 lib/regcomp.c        return NULL;
NULL             3574 lib/regcomp.c        return NULL;
NULL             3590 lib/regcomp.c    tree = create_token_tree (dfa, NULL, NULL, &br_token);
NULL             3591 lib/regcomp.c    if (__glibc_unlikely (tree == NULL))
NULL             3601 lib/regcomp.c        mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
NULL             3602 lib/regcomp.c        if (__glibc_unlikely (mbc_tree == NULL))
NULL             3606 lib/regcomp.c        if (__glibc_likely (mbc_tree != NULL))
NULL             3619 lib/regcomp.c    return NULL;
NULL             3685 lib/regcomp.c        if (storage == NULL)
NULL             3686 lib/regcomp.c  	return NULL;
NULL             3693 lib/regcomp.c    tree->parent = NULL;
NULL             3699 lib/regcomp.c    tree->first = NULL;
NULL             3700 lib/regcomp.c    tree->next = NULL;
NULL             3703 lib/regcomp.c    if (left != NULL)
NULL             3705 lib/regcomp.c    if (right != NULL)
NULL             3760 lib/regcomp.c        *p_new = create_token_tree (dfa, NULL, NULL, &node->token);
NULL             3761 lib/regcomp.c        if (*p_new == NULL)
NULL             3762 lib/regcomp.c  	return NULL;
NULL             3775 lib/regcomp.c  	  const bin_tree_t *prev = NULL;
NULL             3776 lib/regcomp.c  	  while (node->right == prev || node->right == NULL)
NULL              117 lib/regex_internal.c 	  if (trans != NULL)
NULL              147 lib/regex_internal.c       if (__glibc_unlikely (new_wcs == NULL))
NULL              150 lib/regex_internal.c       if (pstr->offsets != NULL)
NULL              153 lib/regex_internal.c 	  if (__glibc_unlikely (new_offsets == NULL))
NULL              162 lib/regex_internal.c       if (__glibc_unlikely (new_mbs == NULL))
NULL              181 lib/regex_internal.c   pstr->mbs_allocated = (trans != NULL || icase);
NULL              225 lib/regex_internal.c       if (__glibc_unlikely (pstr->trans != NULL))
NULL              246 lib/regex_internal.c 	  if (__glibc_unlikely (pstr->trans != NULL))
NULL              289 lib/regex_internal.c   if (! pstr->map_notascii && pstr->trans == NULL && !pstr->offsets_needed)
NULL              369 lib/regex_internal.c 	if (__glibc_unlikely (pstr->trans != NULL))
NULL              403 lib/regex_internal.c 		    if (pstr->offsets == NULL)
NULL              407 lib/regex_internal.c 			if (pstr->offsets == NULL)
NULL              460 lib/regex_internal.c 	    if (__glibc_unlikely (pstr->trans != NULL))
NULL              537 lib/regex_internal.c       if (__glibc_unlikely (pstr->trans != NULL))
NULL              707 lib/regex_internal.c 		  if (isascii (*p) && __glibc_likely (pstr->trans == NULL))
NULL              725 lib/regex_internal.c 			  if (__glibc_unlikely (pstr->trans != NULL))
NULL              806 lib/regex_internal.c 	else if (pstr->trans != NULL)
NULL              940 lib/regex_internal.c   if (__glibc_unlikely (set->elems == NULL)
NULL              953 lib/regex_internal.c   if (__glibc_unlikely (set->elems == NULL))
NULL              968 lib/regex_internal.c   if (__glibc_unlikely (set->elems == NULL))
NULL             1001 lib/regex_internal.c       if (__glibc_unlikely (dest->elems == NULL))
NULL             1032 lib/regex_internal.c       if (__glibc_unlikely (new_elems == NULL))
NULL             1114 lib/regex_internal.c   if (src1 != NULL && src1->nelem > 0 && src2 != NULL && src2->nelem > 0)
NULL             1118 lib/regex_internal.c       if (__glibc_unlikely (dest->elems == NULL))
NULL             1123 lib/regex_internal.c       if (src1 != NULL && src1->nelem > 0)
NULL             1125 lib/regex_internal.c       else if (src2 != NULL && src2->nelem > 0)
NULL             1166 lib/regex_internal.c   if (src == NULL || src->nelem == 0)
NULL             1172 lib/regex_internal.c       if (__glibc_unlikely (new_buffer == NULL))
NULL             1274 lib/regex_internal.c       if (__glibc_unlikely (new_elems == NULL))
NULL             1313 lib/regex_internal.c       if (__glibc_unlikely (new_elems == NULL))
NULL             1331 lib/regex_internal.c   if (set1 == NULL || set2 == NULL || set1->nelem != set2->nelem)
NULL             1396 lib/regex_internal.c       if (__glibc_unlikely (new_nodes == NULL))
NULL             1401 lib/regex_internal.c       if (new_nexts != NULL)
NULL             1404 lib/regex_internal.c       if (new_indices != NULL)
NULL             1407 lib/regex_internal.c       if (new_edests != NULL)
NULL             1410 lib/regex_internal.c       if (new_eclosures != NULL)
NULL             1412 lib/regex_internal.c       if (__glibc_unlikely (new_nexts == NULL || new_indices == NULL
NULL             1413 lib/regex_internal.c 			    || new_edests == NULL || new_eclosures == NULL))
NULL             1462 lib/regex_internal.c       return NULL;
NULL             1478 lib/regex_internal.c   if (__glibc_unlikely (new_state == NULL))
NULL             1510 lib/regex_internal.c       return NULL;
NULL             1525 lib/regex_internal.c   if (__glibc_unlikely (new_state == NULL))
NULL             1562 lib/regex_internal.c       if (__glibc_unlikely (new_array == NULL))
NULL             1600 lib/regex_internal.c   if (__glibc_unlikely (newstate == NULL))
NULL             1601 lib/regex_internal.c     return NULL;
NULL             1606 lib/regex_internal.c       return NULL;
NULL             1630 lib/regex_internal.c       newstate = NULL;
NULL             1648 lib/regex_internal.c   if (__glibc_unlikely (newstate == NULL))
NULL             1649 lib/regex_internal.c     return NULL;
NULL             1654 lib/regex_internal.c       return NULL;
NULL             1681 lib/regex_internal.c 	      if (__glibc_unlikely (entrance_nodes == NULL))
NULL             1684 lib/regex_internal.c 		  return NULL;
NULL             1691 lib/regex_internal.c 		  return NULL;
NULL             1708 lib/regex_internal.c       newstate = NULL;
NULL              211 lib/regexec.c  			      length, 0, NULL, eflags);
NULL              324 lib/regexec.c    char *s = NULL;
NULL              336 lib/regexec.c  	if (__glibc_unlikely (s == NULL))
NULL              391 lib/regexec.c    if (start < last_start && bufp->fastmap != NULL && !bufp->fastmap_accurate)
NULL              395 lib/regexec.c      regs = NULL;
NULL              398 lib/regexec.c    if (regs == NULL)
NULL              407 lib/regexec.c  	  regs = NULL;
NULL              414 lib/regexec.c    if (__glibc_unlikely (pmatch == NULL))
NULL              428 lib/regexec.c    else if (regs != NULL)
NULL              467 lib/regexec.c        if (__glibc_unlikely (regs->start == NULL))
NULL              470 lib/regexec.c        if (__glibc_unlikely (regs->end == NULL))
NULL              485 lib/regexec.c  	  if (__glibc_unlikely (new_start == NULL))
NULL              488 lib/regexec.c  	  if (__glibc_unlikely (new_end == NULL))
NULL              546 lib/regexec.c        regs->start = regs->end = NULL;
NULL              563 lib/regexec.c    return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);
NULL              596 lib/regexec.c    char *fastmap = ((preg->fastmap != NULL && preg->fastmap_accurate
NULL              598 lib/regexec.c  		   ? preg->fastmap : NULL);
NULL              605 lib/regexec.c    if (__glibc_unlikely (preg->used == 0 || dfa->init_state == NULL
NULL              606 lib/regexec.c  			|| dfa->init_state_word == NULL
NULL              607 lib/regexec.c  			|| dfa->init_state_nl == NULL
NULL              608 lib/regexec.c  			|| dfa->init_state_begbuf == NULL))
NULL              658 lib/regexec.c        if (__glibc_unlikely (mctx.state_log == NULL))
NULL              678 lib/regexec.c  	| (t != NULL ? 1 : 0))
NULL              785 lib/regexec.c  				   start <= last_start ? &match_first : NULL);
NULL              900 lib/regexec.c    re_dfastate_t **lim_states = NULL;
NULL              902 lib/regexec.c    DEBUG_ASSERT (mctx->state_log != NULL);
NULL              912 lib/regexec.c    if (__glibc_unlikely (sifted_states == NULL))
NULL              920 lib/regexec.c        if (__glibc_unlikely (lim_states == NULL))
NULL              935 lib/regexec.c  	  if (sifted_states[0] != NULL || lim_states[0] != NULL)
NULL              945 lib/regexec.c  	    } while (mctx->state_log[match_last] == NULL
NULL              954 lib/regexec.c        lim_states = NULL;
NULL              965 lib/regexec.c        if (sifted_states[0] == NULL)
NULL              973 lib/regexec.c    sifted_states = NULL;
NULL             1039 lib/regexec.c    bool at_init_state = p_match_first != NULL;
NULL             1045 lib/regexec.c    if (__glibc_unlikely (cur_state == NULL))
NULL             1051 lib/regexec.c    if (mctx->state_log != NULL)
NULL             1108 lib/regexec.c        if (mctx->state_log != NULL)
NULL             1111 lib/regexec.c        if (cur_state == NULL)
NULL             1119 lib/regexec.c  	  if (mctx->state_log == NULL
NULL             1121 lib/regexec.c  	      || (cur_state = find_recover_state (&err, mctx)) == NULL)
NULL             1146 lib/regexec.c  	      p_match_first = NULL;
NULL             1235 lib/regexec.c  	      else if (fs != NULL
NULL             1258 lib/regexec.c  	  if (fs != NULL)
NULL             1293 lib/regexec.c  	  if (fs && (*pidx > mctx->match_last || mctx->state_log[*pidx] == NULL
NULL             1317 lib/regexec.c        if (new_array == NULL)
NULL             1325 lib/regexec.c    if (fs->stack[num].regs == NULL)
NULL             1339 lib/regexec.c    if (fs == NULL || fs->num == 0)
NULL             1372 lib/regexec.c    struct re_fail_stack_t fs_body = { 0, 2, NULL };
NULL             1377 lib/regexec.c    DEBUG_ASSERT (mctx->state_log != NULL);
NULL             1382 lib/regexec.c        if (fs->stack == NULL)
NULL             1386 lib/regexec.c      fs = NULL;
NULL             1542 lib/regexec.c    ((state) != NULL && re_node_set_contains (&(state)->nodes, node))
NULL             1552 lib/regexec.c    DEBUG_ASSERT (mctx->state_log != NULL && mctx->state_log[str_idx] != NULL);
NULL             1567 lib/regexec.c        null_cnt = (sctx->sifted_states[str_idx] == NULL) ? null_cnt + 1 : 0;
NULL             1674 lib/regexec.c        DEBUG_ASSERT (mctx->state_log != NULL);
NULL             1690 lib/regexec.c        if (dst[st_idx] == NULL)
NULL             1692 lib/regexec.c        else if (src[st_idx] != NULL)
NULL             1716 lib/regexec.c    candidates = ((mctx->state_log[str_idx] == NULL) ? NULL
NULL             1720 lib/regexec.c      sctx->sifted_states[str_idx] = NULL;
NULL             2078 lib/regexec.c    local_sctx.sifted_states = NULL; /* Mark that it hasn't been initialized.  */
NULL             2111 lib/regexec.c  	      || sctx->sifted_states[to_idx] == NULL
NULL             2117 lib/regexec.c  	  if (local_sctx.sifted_states == NULL)
NULL             2136 lib/regexec.c  	  if (sctx->limited_states != NULL)
NULL             2154 lib/regexec.c    if (local_sctx.sifted_states != NULL)
NULL             2204 lib/regexec.c  	return NULL;
NULL             2219 lib/regexec.c        if (__glibc_likely (trtable != NULL))
NULL             2223 lib/regexec.c        if (__glibc_likely (trtable != NULL))
NULL             2239 lib/regexec.c  	  return NULL;
NULL             2267 lib/regexec.c        re_node_set next_nodes, *log_nodes, *table_nodes = NULL;
NULL             2274 lib/regexec.c        if (next_state != NULL)
NULL             2280 lib/regexec.c  	    return NULL;
NULL             2295 lib/regexec.c        if (table_nodes != NULL)
NULL             2299 lib/regexec.c    if (__glibc_unlikely (dfa->nbackref) && next_state != NULL)
NULL             2307 lib/regexec.c  	return NULL;
NULL             2314 lib/regexec.c  	    return NULL;
NULL             2337 lib/regexec.c  	    return NULL;
NULL             2340 lib/regexec.c        while (mctx->state_log[cur_str_idx] == NULL);
NULL             2342 lib/regexec.c        cur_state = merge_state_with_log (err, mctx, NULL);
NULL             2344 lib/regexec.c    while (*err == REG_NOERROR && cur_state == NULL);
NULL             2400 lib/regexec.c      return NULL;
NULL             2411 lib/regexec.c  	      return NULL;
NULL             2472 lib/regexec.c        if (dest_state == NULL)
NULL             2485 lib/regexec.c        if (dest_state != NULL)
NULL             2487 lib/regexec.c        if (__glibc_unlikely (mctx->state_log[dest_idx] == NULL
NULL             2549 lib/regexec.c  	  prev_nelem = ((mctx->state_log[cur_str_idx] == NULL) ? 0
NULL             2552 lib/regexec.c  	  if (dest_state == NULL)
NULL             2557 lib/regexec.c  	      if (__glibc_unlikely (mctx->state_log[dest_str_idx] == NULL
NULL             2575 lib/regexec.c  	      if (__glibc_unlikely (mctx->state_log[dest_str_idx] == NULL
NULL             2714 lib/regexec.c  	  if (mctx->state_log[sl_str] == NULL)
NULL             2722 lib/regexec.c  	  if (sub_top->path == NULL)
NULL             2726 lib/regexec.c  	      if (sub_top->path == NULL)
NULL             2739 lib/regexec.c  	  if (__glibc_unlikely (sub_last == NULL))
NULL             2817 lib/regexec.c    re_dfastate_t *cur_state = NULL;
NULL             2836 lib/regexec.c        if (__glibc_unlikely (new_array == NULL))
NULL             2891 lib/regexec.c        if (__glibc_unlikely (cur_state == NULL && err != REG_NOERROR))
NULL             2942 lib/regexec.c        if (__glibc_unlikely (cur_state == NULL && err != REG_NOERROR))
NULL             2948 lib/regexec.c        null_cnt = cur_state == NULL ? null_cnt + 1 : 0;
NULL             2951 lib/regexec.c    cur_nodes = (mctx->state_log[last_str] == NULL ? NULL
NULL             2960 lib/regexec.c    if (cur_nodes != NULL && re_node_set_contains (cur_nodes, last_node))
NULL             3020 lib/regexec.c  	      if (__glibc_unlikely (mctx->state_log[next_idx] == NULL
NULL             3222 lib/regexec.c  	  if (__glibc_unlikely (mctx->state_log[to_idx] == NULL
NULL             3258 lib/regexec.c    state->word_trtable = state->trtable = NULL;
NULL             3270 lib/regexec.c            if (__glibc_unlikely (state->trtable == NULL))
NULL             3306 lib/regexec.c        if (__glibc_unlikely (dest_states[i] == NULL && err != REG_NOERROR))
NULL             3314 lib/regexec.c  	  if (__glibc_unlikely (dest_states_word[i] == NULL
NULL             3323 lib/regexec.c  	  if (__glibc_unlikely (dest_states_nl[i] == NULL && err != REG_NOERROR))
NULL             3342 lib/regexec.c        if (__glibc_unlikely (trtable == NULL))
NULL             3373 lib/regexec.c        if (__glibc_unlikely (trtable == NULL))
NULL             3965 lib/regexec.c    if (mctx->state_log != NULL)
NULL             3973 lib/regexec.c        if (__glibc_unlikely (new_array == NULL))
NULL             3996 lib/regexec.c  	  if (pstr->trans != NULL)
NULL             4025 lib/regexec.c        if (__glibc_unlikely (mctx->bkref_ents == NULL || mctx->sub_tops == NULL))
NULL             4096 lib/regexec.c        if (__glibc_unlikely (new_entry == NULL))
NULL             4161 lib/regexec.c    DEBUG_ASSERT (mctx->sub_tops != NULL);
NULL             4169 lib/regexec.c        if (__glibc_unlikely (new_array == NULL))
NULL             4175 lib/regexec.c    if (__glibc_unlikely (mctx->sub_tops[mctx->nsub_tops] == NULL))
NULL             4196 lib/regexec.c        if (__glibc_unlikely (new_array == NULL))
NULL             4197 lib/regexec.c  	return NULL;
NULL             4202 lib/regexec.c    if (__glibc_likely (new_entry != NULL))
NULL               81 lib/set-permissions.c     ace_t *malloced = NULL;
NULL              100 lib/set-permissions.c             if (entries == NULL)
NULL              510 lib/set-permissions.c           if (ctx->acl == NULL)
NULL              570 lib/set-permissions.c   if (ctx->acl == NULL)
NULL              374 lib/sigdescr_np.c       return NULL;
NULL              127 lib/stdio-impl.h # define HASUB(fp) (fp_ub._base != NULL)
NULL              313 lib/str-two-way.h   return NULL;
NULL              445 lib/str-two-way.h   return NULL;
NULL              238 lib/strtol.c           grouping = NULL;
NULL              248 lib/strtol.c               grouping = NULL;
NULL              252 lib/strtol.c       grouping = NULL;
NULL              317 lib/strtol.c       end = NULL;
NULL              352 lib/strtol.c     if (endptr != NULL)
NULL              383 lib/strtol.c     if (endptr != NULL)
NULL              164 lib/sys_select.in.h   if (set == NULL)
NULL               72 lib/time_rz.c        tz->next = NULL;
NULL               74 lib/time_rz.c        tz->tzname_copy[0] = tz->tzname_copy[1] = NULL;
NULL               92 lib/time_rz.c    char const *zone = NULL;
NULL              195 lib/time_rz.c    if (setenv_TZ (tz->tz_is_set ? tz->abbrs : NULL) != 0)
NULL              223 lib/time_rz.c            return NULL;
NULL              264 lib/time_rz.c        return NULL;
NULL              279 lib/time_rz.c        return NULL;
NULL              144 lib/utimens.c        *ts = NULL;
NULL              175 lib/utimens.c    struct timespec *ts = timespec ? adjusted_timespec : NULL;
NULL              323 lib/utimens.c        if (ts == NULL || ts[0].tv_nsec == UTIME_NOW || ts[1].tv_nsec == UTIME_NOW)
NULL              333 lib/utimens.c        if (ts == NULL || ts[0].tv_nsec == UTIME_NOW)
NULL              350 lib/utimens.c        if (ts == NULL || ts[1].tv_nsec == UTIME_NOW)
NULL              367 lib/utimens.c        if (SetFileTime (handle, NULL, &last_access_time, &last_write_time))
NULL              415 lib/utimens.c        t = NULL;
NULL              439 lib/utimens.c  #   define futimes(fd, t) futimesat (fd, NULL, t)
NULL              460 lib/utimens.c                      struct timeval *tt = NULL;
NULL              510 lib/utimens.c          ut = NULL;
NULL              534 lib/utimens.c    struct timespec *ts = timespec ? adjusted_timespec : NULL;
NULL              631 lib/utimens.c        t = NULL;
NULL               99 lwlib/lwlib-Xaw.c                  NULL);
NULL              177 lwlib/lwlib-Xaw.c       bp = cp ? cp + 1 : NULL;
NULL              214 lwlib/lwlib-Xaw.c       bp = cp ? cp + 1 : NULL;
NULL              241 lwlib/lwlib-Xaw.c   XtVaSetValues (data->widget, XtNbitmap, data->p, NULL);
NULL              247 lwlib/lwlib-Xaw.c   widget_instance *inst = NULL;
NULL              249 lwlib/lwlib-Xaw.c   struct widget_xft_data *data = NULL;
NULL              258 lwlib/lwlib-Xaw.c   for (nr = 0; data == NULL && inst->xft_data[nr].widget; ++nr)
NULL              278 lwlib/lwlib-Xaw.c       XtVaSetValues (widget, XtNcornerRoundPercent, 1, NULL);
NULL              280 lwlib/lwlib-Xaw.c       XtVaGetValues (widget, XtNlabel, &lbl, NULL);
NULL              295 lwlib/lwlib-Xaw.c       XtVaGetValues (widget, XtNcornerRoundPercent, &cr, NULL);
NULL              299 lwlib/lwlib-Xaw.c           XtVaSetValues (widget, XtNcornerRoundPercent, 0, NULL);
NULL              300 lwlib/lwlib-Xaw.c           XtVaGetValues (widget, XtNlabel, &lbl, NULL);
NULL              325 lwlib/lwlib-Xaw.c       XtVaSetValues (widget, XtNlabel, val->contents->value, NULL);
NULL              333 lwlib/lwlib-Xaw.c       XtVaGetValues (widget, XtNborderWidth, &bw, NULL);
NULL              365 lwlib/lwlib-Xaw.c               XtVaGetValues (widget, XtNhighlightThickness, &th, NULL);
NULL              560 lwlib/lwlib-Xaw.c     Widget *ch = NULL;
NULL              564 lwlib/lwlib-Xaw.c                    XtNchildren, &ch, NULL);
NULL              580 lwlib/lwlib-Xaw.c         char *fontName = NULL;
NULL              582 lwlib/lwlib-Xaw.c                              rec, 1, (String)NULL);
NULL              800 lwlib/lwlib-Xaw.c   XtVaGetValues (shell, XtNnumChildren, &nkids, NULL);
NULL              801 lwlib/lwlib-Xaw.c   XtVaGetValues (shell, XtNchildren, &kids, NULL);
NULL              844 lwlib/lwlib-Xaw.c   {NULL, NULL}
NULL               47 lwlib/lwlib-Xlw.c   for (i = 0; i < 100 && widget != NULL; ++i)
NULL               88 lwlib/lwlib-Xlw.c   highlight_hook (w, client_data, NULL);
NULL              104 lwlib/lwlib-Xlw.c 				     val ? val->call_data : NULL);
NULL              124 lwlib/lwlib-Xlw.c   widget_arg = widget_val ? widget_val->call_data : NULL;
NULL              164 lwlib/lwlib-Xlw.c 			  instance->parent, NULL, 0);
NULL              191 lwlib/lwlib-Xlw.c   {NULL, NULL}
NULL              244 lwlib/lwlib-Xlw.c     XtCallActionProc ((Widget) mw, "start", event, NULL, 0);
NULL              261 lwlib/lwlib-Xlw.c       XtCallActionProc ((Widget) mw, "start", &dummy, NULL, 0);
NULL              142 lwlib/lwlib-Xm.c   for (i = 0; i < 100 && widget != NULL; ++i)
NULL              156 lwlib/lwlib-Xm.c static destroyed_instance *all_destroyed_instances = NULL;
NULL              172 lwlib/lwlib-Xm.c   instance->next = NULL;
NULL              215 lwlib/lwlib-Xm.c 		     "DialogString", &resource, 1, NULL, 0);
NULL              273 lwlib/lwlib-Xm.c   widget_value *wv = NULL;
NULL              283 lwlib/lwlib-Xm.c   if (wv != NULL)
NULL              291 lwlib/lwlib-Xm.c 	  call_data = cbs->reason == XmCR_DISARM ? NULL : wv;
NULL              394 lwlib/lwlib-Xm.c   XtVaSetValues (widget, XmNalignment, XmALIGNMENT_CENTER, NULL);
NULL              420 lwlib/lwlib-Xm.c 		 XmNalignment, XmALIGNMENT_BEGINNING, NULL);
NULL              449 lwlib/lwlib-Xm.c 	    XtVaSetValues (toggle, XmNset, cur->selected, NULL);
NULL              451 lwlib/lwlib-Xm.c 	    XtVaSetValues (toggle, XmNset, False, NULL);
NULL              460 lwlib/lwlib-Xm.c 	XtVaSetValues (toggle, XmNset, True, NULL);
NULL              601 lwlib/lwlib-Xm.c 	  menu = XmCreatePulldownMenu (widget, cur->name, NULL, 0);
NULL              624 lwlib/lwlib-Xm.c     XtVaSetValues (widget, XmNmenuHelpWidget, button, NULL);
NULL              651 lwlib/lwlib-Xm.c   XtVaSetValues (widget, XmNuserData, val, NULL);
NULL              663 lwlib/lwlib-Xm.c   menu = NULL;
NULL              688 lwlib/lwlib-Xm.c 	      menu = XmCreatePulldownMenu (parent, XtName(widget), NULL, 0);
NULL              701 lwlib/lwlib-Xm.c 	      menu = XmCreatePulldownMenu (parent, val->name, NULL, 0);
NULL              727 lwlib/lwlib-Xm.c       XtSetArg (al [ac], XmNsubMenuId, NULL); ac++;
NULL              851 lwlib/lwlib-Xm.c   XtVaSetValues (widget, XmNuserData, val, NULL);
NULL              920 lwlib/lwlib-Xm.c       XtVaGetValues (widget, XmNset, &val->selected, NULL);
NULL              953 lwlib/lwlib-Xm.c 	      XtVaGetValues (toggle, XmNset, &set, NULL);
NULL             1000 lwlib/lwlib-Xm.c   XtCallCallbacks (button, XmNactivateCallback, NULL);
NULL             1302 lwlib/lwlib-Xm.c   for (prev = NULL, cur = all_destroyed_instances;
NULL             1328 lwlib/lwlib-Xm.c   return NULL;
NULL             1337 lwlib/lwlib-Xm.c   instance->widget = NULL;
NULL             1354 lwlib/lwlib-Xm.c   XtVaGetValues (widget, XtNwidth, &child_width, XtNheight, &child_height, NULL);
NULL             1356 lwlib/lwlib-Xm.c 		 NULL);
NULL             1373 lwlib/lwlib-Xm.c   XtVaSetValues (widget, XtNx, x, XtNy, y, NULL);
NULL             1403 lwlib/lwlib-Xm.c 	XtVaSetValues (separator, XtNwidth, 5, XtNheight, 5, NULL);
NULL             1521 lwlib/lwlib-Xm.c   result = XmCreatePopupMenu (parent, instance->info->name, NULL, 0);
NULL             1570 lwlib/lwlib-Xm.c       result = XmCreateDialogShell (instance->parent, "dialog", NULL, 0);
NULL             1663 lwlib/lwlib-Xm.c   {NULL, NULL}
NULL             1739 lwlib/lwlib-Xm.c 	  if (trans) XtVaSetValues (widget, XmNmenuPost, trans, NULL);
NULL             1754 lwlib/lwlib-Xm.c   XtVaGetValues (w, XmNwidth, &width, XmNheight, &height, NULL);
NULL             1755 lwlib/lwlib-Xm.c   XtVaSetValues (w, XmNminWidth, width, XmNminHeight, height, NULL);
NULL             1811 lwlib/lwlib-Xm.c   user_data = NULL;
NULL             1820 lwlib/lwlib-Xm.c 	instance->info->pre_activate_cb (widget, id, wv ? wv->call_data : NULL);
NULL             1825 lwlib/lwlib-Xm.c 	instance->info->selection_cb (widget, id, wv ? wv->call_data : NULL);
NULL             1835 lwlib/lwlib-Xm.c 	instance->info->post_activate_cb (widget, id, wv ? wv->call_data : NULL);
NULL             1898 lwlib/lwlib-Xm.c       XtVaGetValues (parent, XmNrowColumnType, &type, NULL);
NULL             1962 lwlib/lwlib-Xm.c   XtVaSetValues (w, XtNallowShellResize, flag, NULL);
NULL               50 lwlib/lwlib-utils.c     (widget, &event, (Region)NULL);
NULL              107 lwlib/lwlib-utils.c   return NULL;
NULL              125 lwlib/lwlib-utils.c       return NULL;
NULL              150 lwlib/lwlib-utils.c   XftFont *pub = NULL;
NULL              151 lwlib/lwlib-utils.c   FcPattern *match = NULL;
NULL              155 lwlib/lwlib-utils.c       FcConfigSubstitute (NULL, pattern, FcMatchPattern);
NULL              160 lwlib/lwlib-utils.c 	  if (v == NULL || sscanf (v, "%lf", &dpi) != 1)
NULL              167 lwlib/lwlib-utils.c       match = FcFontMatch (NULL, pattern, &result);
NULL              205 lwlib/lwlib-utils.c       pub = NULL;
NULL              220 lwlib/lwlib-utils.c   cairo_t *cr = NULL;
NULL              227 lwlib/lwlib-utils.c     return NULL;
NULL               62 lwlib/lwlib.c  all_widget_info = NULL;
NULL              139 lwlib/lwlib.c      return NULL;
NULL              146 lwlib/lwlib.c    copy->value = val->value ? xstrdup (val->value) : NULL;
NULL              147 lwlib/lwlib.c    copy->key = val->key ? xstrdup (val->key) : NULL;
NULL              158 lwlib/lwlib.c    copy->toolkit_data = NULL;
NULL              183 lwlib/lwlib.c    info->instances = NULL;
NULL              208 lwlib/lwlib.c      instance->widget = NULL;
NULL              242 lwlib/lwlib.c    for (prev = NULL, info = all_widget_info;
NULL              256 lwlib/lwlib.c    return NULL;
NULL              274 lwlib/lwlib.c      for (prev = NULL, instance = info->instances;
NULL              311 lwlib/lwlib.c    return NULL;
NULL              361 lwlib/lwlib.c  	return NULL;
NULL              367 lwlib/lwlib.c        return NULL;
NULL              489 lwlib/lwlib.c        val1->toolkit_data = NULL;
NULL              500 lwlib/lwlib.c    Widget widget = NULL;
NULL              503 lwlib/lwlib.c      return NULL;
NULL              588 lwlib/lwlib.c        new_val->next = NULL;
NULL              590 lwlib/lwlib.c        for (prev = NULL, cur = info->val; cur; prev = cur, cur = cur->next)
NULL              595 lwlib/lwlib.c  	    cur->next = NULL;
NULL              647 lwlib/lwlib.c    return NULL;
NULL              686 lwlib/lwlib.c    widget_creation_function function = NULL;
NULL              755 lwlib/lwlib.c    return instance ? instance->widget : NULL;
NULL              769 lwlib/lwlib.c  	return NULL;
NULL              901 lwlib/lwlib.c    Widget result = NULL;
NULL             1051 lwlib/lwlib.c    return NULL;
NULL             1064 lwlib/lwlib.c    return NULL;
NULL             1146 lwlib/lwlib.c  		 NULL);
NULL             1150 lwlib/lwlib.c  		 NULL);
NULL              109 lwlib/xlwmenu.c      offset(menu.fontSet), XtRFontSet, NULL},
NULL              121 lwlib/xlwmenu.c    offset(menu.disabled_foreground), XtRString, (XtPointer)NULL},
NULL              150 lwlib/xlwmenu.c      offset(menu.open), XtRCallback, (XtPointer)NULL},
NULL              152 lwlib/xlwmenu.c      offset(menu.select), XtRCallback, (XtPointer)NULL},
NULL              154 lwlib/xlwmenu.c      offset(menu.highlight), XtRCallback, (XtPointer)NULL},
NULL              156 lwlib/xlwmenu.c      offset(menu.enter), XtRCallback, (XtPointer)NULL},
NULL              158 lwlib/xlwmenu.c      offset(menu.leave), XtRCallback, (XtPointer)NULL},
NULL              160 lwlib/xlwmenu.c      offset(menu.contents), XtRImmediate, (XtPointer)NULL},
NULL              215 lwlib/xlwmenu.c     NULL,				/* class_part_initialize  */
NULL              218 lwlib/xlwmenu.c     NULL,				/* initialize_hook	  */
NULL              233 lwlib/xlwmenu.c     NULL,				/* set_values_hook	  */
NULL              235 lwlib/xlwmenu.c     NULL,				/* get_values_hook	  */
NULL              236 lwlib/xlwmenu.c     NULL,				/* accept_focus		  */
NULL              238 lwlib/xlwmenu.c     NULL,				/* callback_private	  */
NULL              242 lwlib/xlwmenu.c     NULL				/* extension		  */
NULL              359 lwlib/xlwmenu.c   ((mw)->menu.xft_font != NULL                                  \
NULL              361 lwlib/xlwmenu.c    : ((mw)->menu.fontSet != NULL                                \
NULL              365 lwlib/xlwmenu.c   ((mw)->menu.xft_font != NULL                                  \
NULL              367 lwlib/xlwmenu.c     : ((mw)->menu.fontSet != NULL                               \
NULL              373 lwlib/xlwmenu.c   ((mw)->menu.fontSet != NULL \
NULL              377 lwlib/xlwmenu.c   ((mw)->menu.fontSet != NULL \
NULL              423 lwlib/xlwmenu.c       char* resourced_name = NULL;
NULL              428 lwlib/xlwmenu.c 			 nameResource, 1, NULL, 0);
NULL              652 lwlib/xlwmenu.c       if (top_gc == NULL)
NULL              654 lwlib/xlwmenu.c       if (bottom_gc == NULL)
NULL              738 lwlib/xlwmenu.c       if (top_gc == NULL)
NULL              740 lwlib/xlwmenu.c       if (bottom_gc == NULL)
NULL             1136 lwlib/xlwmenu.c 				 True, False, NULL, NULL);
NULL             1238 lwlib/xlwmenu.c 				       True, False, NULL, NULL);
NULL             1273 lwlib/xlwmenu.c     following_item = NULL;
NULL             1276 lwlib/xlwmenu.c     *hit_return = NULL;
NULL             1339 lwlib/xlwmenu.c                              False, False, NULL, NULL);
NULL             1370 lwlib/xlwmenu.c     display_menu (mw, i, False, NULL, NULL, NULL);
NULL             1597 lwlib/xlwmenu.c   old_selection = last_same + 1 < old_depth ? old_stack [last_same + 1] : NULL;
NULL             1599 lwlib/xlwmenu.c     old_selection = NULL;
NULL             1600 lwlib/xlwmenu.c   new_selection = last_same + 1 < new_depth ? new_stack [last_same + 1] : NULL;
NULL             1602 lwlib/xlwmenu.c     new_selection = NULL;
NULL             1622 lwlib/xlwmenu.c 		&selection_position, NULL, NULL);
NULL             1658 lwlib/xlwmenu.c       display_menu (mw, i, False, &selection_position, NULL, NULL);
NULL             1695 lwlib/xlwmenu.c   *val = NULL;
NULL             1704 lwlib/xlwmenu.c 	  display_menu (mw, i, True, NULL, &relative_pos, val);
NULL             1716 lwlib/xlwmenu.c       if (mw->menu.inside_entry != NULL)
NULL             1719 lwlib/xlwmenu.c       mw->menu.inside_entry = NULL;
NULL             2242 lwlib/xlwmenu.c   display_menu (mw, 0, False, NULL, NULL, NULL);
NULL             2252 lwlib/xlwmenu.c   XlwMenuRedisplay (w, NULL, None);
NULL             2361 lwlib/xlwmenu.c       || (newmw->menu.fontSet == NULL && newmw->menu.font != oldmw->menu.font)
NULL             2422 lwlib/xlwmenu.c   if (newmw->menu.fontSet != oldmw->menu.fontSet && newmw->menu.fontSet != NULL)
NULL             2551 lwlib/xlwmenu.c       return NULL;
NULL             2758 lwlib/xlwmenu.c 	  display_menu (mw, 0, False, NULL, NULL, NULL);
NULL             2795 lwlib/xlwmenu.c 	  display_menu (mw, 0, False, NULL, NULL, NULL);
NULL             2832 lwlib/xlwmenu.c   mw->menu.inside_entry = NULL;
NULL             2833 lwlib/xlwmenu.c   XtCallCallbackList ((Widget)mw, mw->menu.open, NULL);
NULL             2859 lwlib/xlwmenu.c       display_menu (mw, 0, False, NULL, NULL, NULL);
NULL             2918 lwlib/xlwmenu.c   XlwMenuRedisplay ((Widget) mw, NULL, None);
NULL               71 nt/addpm.c       return ((HDDEDATA) NULL);
NULL               75 nt/addpm.c     	DdeClientTransaction ((LPBYTE)str, strlen (str)+1, conversation, (HSZ)NULL, \
NULL               76 nt/addpm.c     		              CF_TEXT, XTYP_EXECUTE, 30000, NULL)
NULL               90 nt/addpm.c       {"emacs_dir", NULL},
NULL              101 nt/addpm.c       {"emacs_dir", NULL},
NULL              117 nt/addpm.c       HKEY hrootkey = NULL;
NULL              129 nt/addpm.c       if (RegCreateKeyEx (HKEY_LOCAL_MACHINE, REG_APP_PATH, 0, NULL,
NULL              130 nt/addpm.c                           REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL,
NULL              131 nt/addpm.c                           &hrootkey, NULL) == ERROR_SUCCESS)
NULL              140 nt/addpm.c           RegSetValueEx (hrootkey, NULL, 0, REG_EXPAND_SZ, emacs_path, len);
NULL              163 nt/addpm.c           if (RegQueryValueEx (hrootkey, env_vars[i].name, NULL,
NULL              164 nt/addpm.c     			   NULL, NULL, NULL) == ERROR_SUCCESS)
NULL              201 nt/addpm.c           if (!GetModuleFileName (NULL, modname, MAX_PATH) ||
NULL              202 nt/addpm.c     	  (p = strrchr (modname, '\\')) == NULL)
NULL              229 nt/addpm.c     	  result = MessageBox (NULL, msg, "Install Emacs",
NULL              244 nt/addpm.c       if (!SUCCEEDED (CoInitialize (NULL))
NULL              245 nt/addpm.c           || !SUCCEEDED (CoCreateInstance (&CLSID_ShellLink, NULL,
NULL              253 nt/addpm.c           && SHGetSpecialFolderPath (NULL, start_folder, CSIDL_COMMON_PROGRAMS, 0))
NULL              258 nt/addpm.c     	  if (CreateDirectory (start_folder, NULL)
NULL              283 nt/addpm.c           && SHGetSpecialFolderPath (NULL, start_folder, CSIDL_PROGRAMS, 0))
NULL              289 nt/addpm.c     	  if (CreateDirectory (start_folder, NULL)
NULL              330 nt/addpm.c           conversation = DdeConnect (dde, progman, progman, NULL);
NULL               69 nt/cmdproxy.c    return WriteFile (hnd, buf, strlen (buf), &bytes_written, NULL);
NULL              307 nt/cmdproxy.c        rc = SearchPath (dir, exec_ext, NULL, bufsize, buffer, &dummy);
NULL              315 nt/cmdproxy.c  	  rc = SearchPath (dir, exec_ext, NULL, bufsize, buffer, &dummy);
NULL              361 nt/cmdproxy.c  	return NULL;
NULL              365 nt/cmdproxy.c      return NULL;
NULL              373 nt/cmdproxy.c  	return NULL;
NULL              402 nt/cmdproxy.c    return NULL;
NULL              558 nt/cmdproxy.c    sec_attrs.lpSecurityDescriptor = NULL;
NULL              568 nt/cmdproxy.c    if (progname != NULL && cmdline[0] == '"' && batch_file_p (progname))
NULL              569 nt/cmdproxy.c        progname = NULL;
NULL              571 nt/cmdproxy.c    if (CreateProcess (progname, cmdline, &sec_attrs, NULL, TRUE,
NULL              581 nt/cmdproxy.c      child.hProcess = NULL;
NULL              638 nt/cmdproxy.c    if (!GetModuleFileName (NULL, modname, sizeof (modname)))
NULL              661 nt/cmdproxy.c    status = SearchPath (NULL, argv[0], ".exe", sizeof (path), path,
NULL              718 nt/cmdproxy.c  	      if (spawn (NULL, GetCommandLine (), dir, &rc))
NULL              735 nt/cmdproxy.c    progname = NULL;
NULL              736 nt/cmdproxy.c    cmdline = NULL;
NULL              804 nt/cmdproxy.c    pass_through_args[num_pass_through_args] = NULL;
NULL              826 nt/cmdproxy.c        if (progname != NULL && try_dequote_cmdline (cmdline))
NULL              829 nt/cmdproxy.c          progname = NULL;
NULL              847 nt/cmdproxy.c        if (progname == NULL || strchr (progname, '\\') == NULL)
NULL              856 nt/cmdproxy.c        for (argv = pass_through_args; *argv != NULL; ++argv)
NULL              879 nt/cmdproxy.c  	  for (argv = pass_through_args; *argv != NULL; ++argv)
NULL              924 nt/cmdproxy.c  	  for (argv = pass_through_args; *argv != NULL; ++argv)
NULL               35 nt/ddeclient.c   return ((HDDEDATA) NULL);
NULL               39 nt/ddeclient.c 	DdeClientTransaction (str, strlen (str)+1, HConversation, (HSZ)NULL, \
NULL               40 nt/ddeclient.c 		              CF_TEXT, XTYP_EXECUTE, 30000, NULL)
NULL               63 nt/ddeclient.c   HConversation = DdeConnect (idDde, Server, Topic, NULL);
NULL               66 nt/ddeclient.c       while (fgets (command, sizeof(command), stdin) != NULL)
NULL              533 nt/inc/ms-w32.h #ifndef NULL
NULL               69 nt/preprep.c     file = CreateFile (filename, GENERIC_READ, FILE_SHARE_READ, NULL,
NULL               75 nt/preprep.c     file_mapping = CreateFileMapping (file, NULL, PAGE_READONLY,
NULL               76 nt/preprep.c   				    0, size, NULL);
NULL              100 nt/preprep.c     file = CreateFile (filename, GENERIC_READ | GENERIC_WRITE, 0, NULL,
NULL              105 nt/preprep.c     file_mapping = CreateFileMapping (file, NULL, PAGE_READWRITE,
NULL              106 nt/preprep.c   				    0, size, NULL);
NULL              131 nt/preprep.c     file = CreateFile (filename, GENERIC_READ | GENERIC_WRITE, 0, NULL,
NULL              137 nt/preprep.c     file_mapping = CreateFileMapping (file, NULL, PAGE_READWRITE,
NULL              138 nt/preprep.c   				    0, size, NULL);
NULL              162 nt/preprep.c     SetFilePointer (p_file->file, p_file->size, NULL, FILE_BEGIN);
NULL              195 nt/preprep.c     return NULL;
NULL              223 nt/preprep.c     return NULL;
NULL              243 nt/preprep.c     return NULL;
NULL              296 nt/preprep.c   #define PTR_TO_RVA(ptr) ((DWORD_PTR)(ptr) - (DWORD_PTR) GetModuleHandle (NULL))
NULL              471 nt/preprep.c     if (import_section != NULL)
NULL              492 nt/preprep.c     if (reloc_section != NULL)
NULL               72 nt/runemacs.c    if (!GetModuleFileName (NULL, modname, MAX_PATH))
NULL               74 nt/runemacs.c    if ((p = strrchr (modname, '\\')) == NULL)
NULL               90 nt/runemacs.c    if ((p = strrchr (new_cmdline, '\\')) != NULL
NULL              182 nt/runemacs.c    sec_attrs.lpSecurityDescriptor = NULL;
NULL              185 nt/runemacs.c    if (CreateProcess (NULL, new_cmdline, &sec_attrs, NULL, TRUE, priority_class,
NULL              186 nt/runemacs.c  		     NULL, NULL, &start, &child))
NULL              201 nt/runemacs.c    MessageBox (NULL, "Could not start Emacs.", "Error", MB_ICONSTOP);
NULL              251 nt/runemacs.c  	  button = MessageBox (NULL,
NULL              124 oldXMenu/Activate.c static Translate_func translate_func = NULL;
NULL              182 oldXMenu/Activate.c     XMEventQue *feq = NULL;    		/* Foreign event queue. */
NULL              198 oldXMenu/Activate.c     if (cur_p == NULL) {
NULL              314 oldXMenu/Activate.c     cur_s = NULL;			/* Clear current selection. */
NULL              327 oldXMenu/Activate.c 	    if (event_xmp == NULL) {
NULL              333 oldXMenu/Activate.c 		    if (feq_tmp == NULL) {
NULL              367 oldXMenu/Activate.c 	    if (event_xmw == NULL) break;
NULL              411 oldXMenu/Activate.c 		if (event_xmp == NULL) break;
NULL              452 oldXMenu/Activate.c 	    if (event_xmw == NULL) break;
NULL              453 oldXMenu/Activate.c 	    if(cur_s == NULL) break;
NULL              461 oldXMenu/Activate.c 	    help_callback (NULL, cur_p->serial, cur_s->serial);
NULL              466 oldXMenu/Activate.c 	    cur_s = NULL;
NULL              475 oldXMenu/Activate.c 		if (cur_s != NULL) {
NULL              519 oldXMenu/Activate.c 		    if (feq_tmp == NULL) {
NULL              565 oldXMenu/Activate.c     if (cur_s != NULL) cur_s->activated = 0;
NULL              607 oldXMenu/Activate.c 		if (event_xmp != NULL) continue;
NULL              615 oldXMenu/Activate.c 		if (feq_tmp == NULL) {
NULL              627 oldXMenu/Activate.c     while (feq != NULL) {
NULL               52 oldXMenu/AddPane.c     if (label == NULL) {
NULL               61 oldXMenu/AddPane.c     if (pane == NULL) {
NULL               66 oldXMenu/AddPane.c     if (sel == NULL) {
NULL               57 oldXMenu/AddSel.c     if (label == NULL) {
NULL               65 oldXMenu/AddSel.c     if (pane == NULL) return(XM_FAILURE);
NULL               71 oldXMenu/AddSel.c     if (sel == NULL) {
NULL               51 oldXMenu/ChgPane.c     if (label == NULL) {
NULL               60 oldXMenu/ChgPane.c     if (p_ptr == NULL) return(XM_FAILURE);
NULL               57 oldXMenu/ChgSel.c     if (label == NULL) {
NULL               66 oldXMenu/ChgSel.c     if (p_ptr == NULL) return(XM_FAILURE);
NULL               72 oldXMenu/ChgSel.c     if (s_ptr == NULL) return(XM_FAILURE);
NULL              191 oldXMenu/Create.c   if (menu == NULL) {
NULL              193 oldXMenu/Create.c     return(NULL);
NULL              196 oldXMenu/Create.c   if (pane == NULL) {
NULL              198 oldXMenu/Create.c     return(NULL);
NULL              205 oldXMenu/Create.c   if(assoc_tab == NULL) {
NULL              207 oldXMenu/Create.c     return(NULL);
NULL              213 oldXMenu/Create.c   if (def_env == NULL || *def_env == '\0') def_env = "XMenu";
NULL              238 oldXMenu/Create.c   if (def_val != NULL) {
NULL              244 oldXMenu/Create.c   if (def_val != NULL) {
NULL              250 oldXMenu/Create.c   if (def_val != NULL) {
NULL              257 oldXMenu/Create.c   if (def_val != NULL) {
NULL              264 oldXMenu/Create.c       def_val != NULL &&
NULL              288 oldXMenu/Create.c       def_val != NULL &&
NULL              309 oldXMenu/Create.c   if (def_val != NULL) {
NULL              318 oldXMenu/Create.c   if (def_val != NULL) {
NULL              325 oldXMenu/Create.c   if (def_val != NULL) p_fnt_name = def_val;
NULL              329 oldXMenu/Create.c       def_val != NULL &&
NULL              349 oldXMenu/Create.c       def_val != NULL &&
NULL              368 oldXMenu/Create.c   if (def_val != NULL) p_bdr_width = atoi(def_val);
NULL              371 oldXMenu/Create.c   if (def_val != NULL) p_spread = atof(def_val);
NULL              374 oldXMenu/Create.c   if (def_val != NULL) {
NULL              381 oldXMenu/Create.c   if (def_val != NULL) s_fnt_name = def_val;
NULL              385 oldXMenu/Create.c       def_val != NULL &&
NULL              408 oldXMenu/Create.c       def_val != NULL &&
NULL              429 oldXMenu/Create.c   if (def_val != NULL) s_bdr_width = atoi(def_val);
NULL              432 oldXMenu/Create.c   if (def_val != NULL) s_spread = atof(def_val);
NULL              438 oldXMenu/Create.c     char *data = NULL;
NULL              477 oldXMenu/Create.c 	return(NULL);
NULL              558 oldXMenu/Create.c     return(NULL);
NULL              562 oldXMenu/Create.c     return(NULL);
NULL              570 oldXMenu/Create.c   if (p_fnt_info == NULL) {
NULL              572 oldXMenu/Create.c     return(NULL);
NULL              577 oldXMenu/Create.c   if (s_fnt_info == NULL) {
NULL              579 oldXMenu/Create.c     return(NULL);
NULL              620 oldXMenu/Create.c     return NULL;
NULL               50 oldXMenu/DelPane.c     if (p_ptr == NULL) return(XM_FAILURE);
NULL               50 oldXMenu/DelSel.c     if (p_ptr == NULL) return(XM_FAILURE);
NULL               56 oldXMenu/DelSel.c     if (s_ptr == NULL) return(XM_FAILURE);
NULL               47 oldXMenu/FindPane.c     if (label == NULL) {
NULL               64 oldXMenu/FindSel.c     if (label == NULL) {
NULL               73 oldXMenu/FindSel.c     if (p_ptr == NULL) return(XM_FAILURE);
NULL               55 oldXMenu/InsPane.c     if (label == NULL) {
NULL               65 oldXMenu/InsPane.c     if (p_ptr == NULL) return(XM_FAILURE);
NULL               71 oldXMenu/InsPane.c     if (pane == NULL) {
NULL               76 oldXMenu/InsPane.c     if (sel == NULL) {
NULL               57 oldXMenu/InsSel.c     if (label == NULL) {
NULL               66 oldXMenu/InsSel.c     if (p_ptr == NULL) return(XM_FAILURE);
NULL               73 oldXMenu/InsSel.c     if (s_ptr == NULL) return(XM_FAILURE);
NULL               79 oldXMenu/InsSel.c     if (sel == NULL) {
NULL              108 oldXMenu/Internal.c int (*_XMEventHandler)(XEvent*) = NULL;
NULL              371 oldXMenu/Internal.c 	return(NULL);
NULL              407 oldXMenu/Internal.c 	return(NULL);
NULL              839 oldXMenu/Internal.c     if (s_ptr == NULL) {
NULL               65 oldXMenu/Locate.c     if (p_ptr == NULL) return(XM_FAILURE);
NULL               94 oldXMenu/Post.c 	    return(NULL);
NULL               98 oldXMenu/Post.c 	    return(NULL);
NULL               48 oldXMenu/SetPane.c     if (p_ptr == NULL) return(XM_FAILURE);
NULL               50 oldXMenu/SetSel.c     if (p_ptr == NULL) return(XM_FAILURE);
NULL               56 oldXMenu/SetSel.c     if (s_ptr == NULL) return(XM_FAILURE);
NULL               29 oldXMenu/XCrAssoc.c #ifndef NULL
NULL               48 oldXMenu/XCrAssoc.c 	if ((table = (XAssocTable *)malloc(sizeof(XAssocTable))) == NULL) {
NULL               51 oldXMenu/XCrAssoc.c 		return(NULL);
NULL               56 oldXMenu/XCrAssoc.c 	if (buckets == NULL) {
NULL               59 oldXMenu/XCrAssoc.c 		return(NULL);
NULL               28 oldXMenu/XLookAssoc.c #ifndef NULL
NULL               69 oldXMenu/XLookAssoc.c 			return(NULL);
NULL               73 oldXMenu/XLookAssoc.c 	return(NULL);
NULL               28 oldXMenu/XMakeAssoc.c #ifndef NULL
NULL              196 src/alloc.c          malloc_using_checking = getenv ("MALLOC_CHECK_") != NULL;
NULL              402 src/alloc.c    # define find_suspicious_object_in_range(begin, end) ((void *) NULL)
NULL             1480 src/alloc.c        traverse_intervals_noorder (i, mark_interval_tree_1, NULL);
NULL             1770 src/alloc.c      while (s != NULL)
NULL             1792 src/alloc.c      if (string_free_list == NULL)
NULL             1804 src/alloc.c    	  s->u.s.data = NULL;
NULL             1888 src/alloc.c          if (b == NULL
NULL             1895 src/alloc.c    	  b->next = NULL;
NULL             1973 src/alloc.c          old_sdata->string = NULL;
NULL             1989 src/alloc.c      struct string_block *live_blocks = NULL;
NULL             1991 src/alloc.c      string_free_list = NULL;
NULL             2035 src/alloc.c    		  data->string = NULL;
NULL             2039 src/alloc.c    		  s->u.s.data = NULL;
NULL             2088 src/alloc.c      struct sblock *live_blocks = NULL;
NULL             2094 src/alloc.c          if (b->data[0].string == NULL)
NULL             2200 src/alloc.c          tb->next = NULL;
NULL             2478 src/alloc.c      s->u.s.intervals = NULL;
NULL             2526 src/alloc.c          old_sdata->string = NULL;
NULL             3644 src/alloc.c      set_symbol_next (val, NULL);
NULL             3728 src/alloc.c      p->buffer = NULL;
NULL             3742 src/alloc.c      p->next = NULL;
NULL             3835 src/alloc.c      eassert (finalizer->prev == NULL);
NULL             3836 src/alloc.c      eassert (finalizer->next == NULL);
NULL             3846 src/alloc.c      if (finalizer->prev != NULL)
NULL             3848 src/alloc.c          eassert (finalizer->next != NULL);
NULL             3851 src/alloc.c          finalizer->prev = finalizer->next = NULL;
NULL             3942 src/alloc.c      finalizer->prev = finalizer->next = NULL;
NULL             4183 src/alloc.c      mem_z.parent = NULL;
NULL             4185 src/alloc.c      mem_z.start = mem_z.end = NULL;
NULL             4221 src/alloc.c      if (min_heap_address == NULL || start < min_heap_address)
NULL             4223 src/alloc.c      if (max_heap_address == NULL || end > max_heap_address)
NULL             4230 src/alloc.c      parent = NULL;
NULL             4241 src/alloc.c      if (x == NULL)
NULL             4585 src/alloc.c      return NULL;
NULL             4623 src/alloc.c      return NULL;
NULL             4670 src/alloc.c      return NULL;
NULL             4706 src/alloc.c      return NULL;
NULL             4743 src/alloc.c    	  ? vector : NULL);
NULL             4787 src/alloc.c      return NULL;
NULL             5408 src/alloc.c        return NULL;
NULL             5442 src/alloc.c    	return NULL;
NULL             5457 src/alloc.c      return NULL;
NULL             5476 src/alloc.c      if (s->u.s.data == NULL)
NULL             5484 src/alloc.c      s->u.s.intervals = NULL;
NULL             5500 src/alloc.c      s->u.s.intervals = NULL;
NULL             5959 src/alloc.c      eassert (buffer->base_buffer == NULL);
NULL             5960 src/alloc.c      eassert (buffer->overlays == NULL);
NULL             6030 src/alloc.c          h->next_weak = NULL;
NULL             6123 src/alloc.c      eassert (weak_hash_tables == NULL);
NULL             6259 src/alloc.c      eassert (weak_hash_tables == NULL);
NULL             6530 src/alloc.c      if (node == NULL)
NULL             6693 src/alloc.c    static struct mark_stack mark_stk = {NULL, 0, 0};
NULL             6761 src/alloc.c      struct mem_node *m = NULL;
NULL             6906 src/alloc.c    		      eassert (h->next_weak == NULL);
NULL             7082 src/alloc.c          eassert (t->name != NULL);
NULL             7326 src/alloc.c      symbol_free_list = NULL;
NULL             7398 src/alloc.c            this->buffer = NULL;
NULL             7642 src/alloc.c      return NULL;
NULL             7667 src/alloc.c      eassert (ptr != NULL);
NULL             7673 src/alloc.c            suspicious_objects[i] = NULL;
NULL              189 src/atimer.c         for (t = *list, prev = NULL; t && t != timer; prev = t, t = t->next)
NULL              218 src/atimer.c     if (list_1 == NULL)
NULL              220 src/atimer.c     else if (list_2 == NULL)
NULL              247 src/atimer.c         for (p = atimers, prev = NULL; p && p != t; prev = p, p = p->next)
NULL              256 src/atimer.c   	  t->next = NULL;
NULL              260 src/atimer.c   	t = NULL;
NULL              283 src/atimer.c         stopped_atimers = NULL;
NULL              368 src/atimer.c     struct atimer *a = atimers, *prev = NULL;
NULL              551 src/atimer.c     wait_reading_process_output (1, 0, 0, false, Qnil, NULL, 0);
NULL              564 src/atimer.c         wait_reading_process_output (0, 5000000, 0, false, Qnil, NULL, 0);
NULL              616 src/atimer.c     free_atimers = stopped_atimers = atimers = NULL;
NULL              980 src/bidi.c         return NULL;
NULL             1523 src/bidi.c           return NULL;
NULL              395 src/bignum.c     double result = strtod (buf, NULL);
NULL              570 src/buffer.c     b->base_buffer = NULL;
NULL              604 src/buffer.c     set_buffer_intervals (b, NULL);
NULL              626 src/buffer.c     set_string_intervals (name, NULL);
NULL              636 src/buffer.c     BUF_MARKERS (b) = NULL;
NULL              839 src/buffer.c     set_string_intervals (name, NULL);
NULL              921 src/buffer.c     ov->buffer = NULL;
NULL              952 src/buffer.c         XOVERLAY (node->data)->buffer = NULL;
NULL              953 src/buffer.c         node->parent = NULL;
NULL              954 src/buffer.c         node->left = NULL;
NULL              955 src/buffer.c         node->right = NULL;
NULL              967 src/buffer.c         b->overlays = NULL;
NULL              984 src/buffer.c     struct itree_node **nodes = NULL;
NULL             1055 src/buffer.c     b->overlays = NULL;
NULL             1798 src/buffer.c         && (buffer->base_buffer == NULL)
NULL             2022 src/buffer.c   	      m->buffer = NULL;
NULL             2045 src/buffer.c   	  m->next = NULL;
NULL             2048 src/buffer.c         BUF_MARKERS (b) = NULL;
NULL             2049 src/buffer.c         set_buffer_intervals (b, NULL);
NULL             2241 src/buffer.c     if (b->text->beg == NULL)
NULL             2854 src/buffer.c         BUF_MARKERS (current_buffer) = NULL;
NULL             3113 src/buffer.c     n = overlays_in (start, end, 0, &v, &size, true, false, NULL);
NULL             3117 src/buffer.c         overlays_in (start, end, 0, &v, &n, true, false, NULL);
NULL             3142 src/buffer.c     n = overlays_in (ZV, ZV, 0, &v, &size, false, false, NULL);
NULL             3146 src/buffer.c         overlays_in (ZV, ZV, 0, &v, &n, false, false, NULL);
NULL             3823 src/buffer.c     noverlays = overlays_at (XFIXNUM (pos), true, &overlay_vec, &len, NULL);
NULL             3827 src/buffer.c   			       WINDOWP (sorted) ? XWINDOW (sorted) : NULL);
NULL             3870 src/buffer.c                              true, false, NULL);
NULL             4380 src/buffer.c     p = mmap (NULL, map, PROT_READ | PROT_WRITE, MAP_ANON | MAP_PRIVATE,
NULL             4387 src/buffer.c         p = NULL;
NULL             4396 src/buffer.c         r->prev = NULL;
NULL             4420 src/buffer.c         *var = NULL;
NULL             4437 src/buffer.c     if (*var == NULL)
NULL             4474 src/buffer.c   	      result = NULL;
NULL             4525 src/buffer.c     if (p == NULL)
NULL             4549 src/buffer.c       b->text->beg = NULL;
NULL             4551 src/buffer.c       old_beg = NULL;
NULL             4562 src/buffer.c     if (p == NULL)
NULL             4596 src/buffer.c     BUF_BEG_ADDR (b) = NULL;
NULL             4743 src/buffer.c     set_buffer_intervals (&buffer_defaults, NULL);
NULL             4744 src/buffer.c     set_buffer_intervals (&buffer_local_symbols, NULL);
NULL             4770 src/buffer.c     buffer_defaults.overlays = NULL;
NULL             4862 src/buffer.c         mmap_regions = NULL;
NULL             4882 src/buffer.c   	  b->text->beg = NULL;
NULL             4886 src/buffer.c         XBUFFER (Vprin1_to_string_buffer)->text->beg = NULL;
NULL             1251 src/buffer.h     eassert (b->text != NULL);
NULL             1260 src/buffer.h     eassert (b->text != NULL);
NULL             1270 src/buffer.h            && (current_buffer->overlays->root != NULL);
NULL              329 src/bytecode.c   return exec_byte_code (fun, 0, 0, NULL);
NULL              409 src/bytecode.c   Lisp_Object *top = NULL;     /* stack pointer of topmost frame not known */
NULL              447 src/bytecode.c       if (fp->saved_top == NULL)
NULL              479 src/bytecode.c   Lisp_Object *top = NULL;
NULL              480 src/bytecode.c   unsigned char const *pc = NULL;
NULL             1704 src/bytecode.c               i = hash_lookup (h, v1, NULL);
NULL              245 src/callint.c    temporarily_switch_to_single_kboard (NULL);
NULL              235 src/callproc.c       bool wait_ok = wait_for_termination (synch_process_pid, NULL, true);
NULL              351 src/callproc.c   char *tempfile = NULL;
NULL              657 src/callproc.c                    SSDATA (current_dir), NULL, false, false, &oldset);
NULL              808 src/callproc.c               prepare_to_modify_buffer (PT, PT, NULL);
NULL             1146 src/callproc.c   if (string == NULL)
NULL             1429 src/callproc.c   bool use_posix_spawn = pty_name == NULL;
NULL             1673 src/callproc.c 	      *value = NULL;
NULL             1885 src/callproc.c 	while (*q != 0 && strchr (*q, '=') == NULL)
NULL              202 src/casefiddle.c   return case_character_impl (NULL, ctx, ch);
NULL              301 src/casefiddle.c 		      size > 1 ? src : NULL);
NULL              481 src/casefiddle.c 			   size > 1 ? BYTE_POS_ADDR (pos_byte + len) : NULL))
NULL              890 src/ccl.c          dst = NULL;
NULL             1375 src/ccl.c      		       : hash_lookup (h, make_fixnum (reg[RRR]), NULL));
NULL             1404 src/ccl.c      		       : hash_lookup (h, make_fixnum (i), NULL));
NULL             1867 src/ccl.c        if (dst != NULL)
NULL             2084 src/ccl.c        ccl_driver (&ccl, NULL, NULL, 0, 0, Qnil);
NULL              330 src/character.c   return c_string_width ((const unsigned char *) str, len, -1, NULL, NULL);
NULL              360 src/character.c     : NULL;
NULL              395 src/character.c 	  int pixelwidth = composition_gstring_width (val, 0, j, NULL);
NULL              492 src/character.c   XSETFASTINT (val, lisp_string_width (str, ifrom, ito, -1, NULL, NULL, true));
NULL              555 src/character.c 	  int n = multibyte_length (str, NULL, false, false);
NULL              599 src/character.c 	  int n = multibyte_length (p, NULL, false, false);
NULL              628 src/character.c 	  int n = multibyte_length (p, NULL, false, false);
NULL              489 src/charset.c    fd = openp (Vcharset_map_path, mapfile, suffixes, NULL, Qnil, false, false);
NULL              732 src/charset.c  					partial ? charset : NULL, from, to);
NULL              750 src/charset.c  				    partial ? charset : NULL, from, to);
NULL              833 src/charset.c    map_charset_chars (NULL, function, arg, cs, from, to);
NULL             1992 src/charset.c    return (maybe_null ? NULL
NULL             2060 src/charset.c        charset = char_charset (XFIXNUM (ch), restriction, NULL);
NULL             2115 src/charset.c        temp_charset_work = NULL;
NULL              289 src/charset.h    hash_lookup (XHASH_TABLE (Vcharset_hash_table), symbol, NULL)
NULL              386 src/charset.h     : char_charset ((c), Qnil, NULL))
NULL               76 src/chartab.c    (UNIPROP_TABLE_P (TABLE) ? uniprop_get_decoder (TABLE) : NULL)
NULL              914 src/chartab.c    map_char_table (NULL, function, char_table, char_table);
NULL             1177 src/chartab.c      return NULL;
NULL             1180 src/chartab.c      return NULL;
NULL             1252 src/chartab.c      return NULL;
NULL             1255 src/chartab.c      return NULL;
NULL             4333 src/coding.c         charset = char_charset (c, charset_list, NULL);
NULL             4492 src/coding.c   				     NULL, charset);
NULL             4496 src/coding.c   				 NULL, charset);
NULL             4508 src/coding.c   				       charset_list, NULL, charset);
NULL             4698 src/coding.c     charset_kanji2 = NILP (val) ? NULL : CHARSET_FROM_ID (XFIXNUM (XCAR (val)));
NULL             4908 src/coding.c     charset_kanji2 = NILP (val) ? NULL : CHARSET_FROM_ID (XFIXNUM (XCAR (val)));
NULL             5698 src/coding.c         coding->detector = NULL;
NULL             5848 src/coding.c         coding->detector = NULL;
NULL             7381 src/coding.c     translation_table = get_translation_table (attrs, 0, NULL);
NULL             7614 src/coding.c     int *lookup_buf = NULL;
NULL             7721 src/coding.c   	    src += multibyte_length (src, NULL, false, true);
NULL             7926 src/coding.c         && NILP (get_translation_table (attrs, 0, NULL)))
NULL             9081 src/coding.c   		  get_translation_table (attrs, 1, NULL));
NULL             9180 src/coding.c     translation_table = get_translation_table (attrs, 1, NULL);
NULL             9238 src/coding.c   			     charset_list, NULL))
NULL             9334 src/coding.c   	    get_translation_table (attrs, 1, NULL));
NULL             9733 src/coding.c     unsigned char *src = NULL, *dst = NULL;
NULL             9734 src/coding.c     unsigned char *replace_8_bit = NULL, *replace_over_uni = NULL;
NULL             10016 src/coding.c     unsigned char *src = NULL, *dst = NULL;
NULL             10081 src/coding.c     unsigned char *replace_8_bit = NULL, *replace_over_uni = NULL;
NULL              197 src/coding.h   	       coding_system_symbol, NULL)
NULL              909 src/comp.c     						   NULL,
NULL              973 src/comp.c     			       NULL,
NULL             1021 src/comp.c     					     NULL,
NULL             1028 src/comp.c     			       NULL,
NULL             1058 src/comp.c     				       NULL,
NULL             1076 src/comp.c     	  NULL,
NULL             1086 src/comp.c     						   NULL,
NULL             1101 src/comp.c           gcc_jit_lvalue_get_address (base_arg, NULL) };
NULL             1113 src/comp.c     				      NULL,
NULL             1122 src/comp.c           NULL,
NULL             1124 src/comp.c     				    NULL,
NULL             1157 src/comp.c             gcc_jit_rvalue_access_field (obj, NULL, comp.lisp_obj_i);
NULL             1168 src/comp.c     	gcc_jit_function_new_local (comp.func, NULL, comp.lisp_obj_type,
NULL             1172 src/comp.c     	comp.block, NULL,
NULL             1173 src/comp.c     	gcc_jit_lvalue_access_field (tmp_s, NULL,
NULL             1181 src/comp.c       bool old_is_ptr = gcc_jit_type_is_pointer (old_type) != NULL;
NULL             1182 src/comp.c       bool new_is_ptr = gcc_jit_type_is_pointer (new_type) != NULL;
NULL             1195 src/comp.c     	  tmp = gcc_jit_context_new_cast (comp.ctxt, NULL, tmp,
NULL             1197 src/comp.c     	  tmp = gcc_jit_context_new_bitcast (comp.ctxt, NULL, tmp,
NULL             1202 src/comp.c     	  tmp = gcc_jit_context_new_cast (comp.ctxt, NULL, tmp,
NULL             1204 src/comp.c     	  tmp = gcc_jit_context_new_bitcast (comp.ctxt, NULL, tmp,
NULL             1208 src/comp.c       return gcc_jit_context_new_cast (comp.ctxt, NULL, tmp, new_type);
NULL             1217 src/comp.c     				   NULL,
NULL             1230 src/comp.c       return gcc_jit_context_new_binary_op (comp.ctxt, NULL,
NULL             1421 src/comp.c     	   NULL,
NULL             1432 src/comp.c         NULL,
NULL             1444 src/comp.c         NULL,
NULL             1481 src/comp.c          NULL,
NULL             1518 src/comp.c     				   NULL,
NULL             1536 src/comp.c     				   NULL,
NULL             1549 src/comp.c     				   NULL,
NULL             1561 src/comp.c             comp.ctxt, NULL,
NULL             1567 src/comp.c     				      NULL)),
NULL             1612 src/comp.c     				   NULL,
NULL             1649 src/comp.c          NULL,
NULL             1780 src/comp.c     					   NULL,
NULL             1822 src/comp.c     	    NULL,
NULL             1824 src/comp.c     	NULL,
NULL             1826 src/comp.c           NULL,
NULL             1843 src/comp.c     	  NULL,
NULL             1845 src/comp.c     	NULL,
NULL             1847 src/comp.c           NULL,
NULL             1866 src/comp.c     	      NULL,
NULL             1868 src/comp.c     	  NULL,
NULL             1870 src/comp.c     	NULL,
NULL             1872 src/comp.c           NULL,
NULL             1891 src/comp.c     	    NULL,
NULL             1893 src/comp.c     	  NULL,
NULL             1895 src/comp.c     	NULL,
NULL             1897 src/comp.c           NULL,
NULL             1913 src/comp.c         NULL,
NULL             1915 src/comp.c     			      NULL,
NULL             1928 src/comp.c     				NULL,
NULL             1936 src/comp.c         NULL,
NULL             1938 src/comp.c     			      NULL,
NULL             1949 src/comp.c       return gcc_jit_lvalue_get_address (emit_lval_XCAR (c), NULL);
NULL             1957 src/comp.c       return gcc_jit_lvalue_get_address (emit_lval_XCDR (c), NULL);
NULL             1967 src/comp.c         NULL,
NULL             1970 src/comp.c           NULL),
NULL             1981 src/comp.c         NULL,
NULL             1984 src/comp.c           NULL),
NULL             1997 src/comp.c           NULL,
NULL             2058 src/comp.c         NULL,
NULL             2163 src/comp.c           NULL,
NULL             2165 src/comp.c     				      NULL,
NULL             2176 src/comp.c     	NULL,
NULL             2179 src/comp.c     	  NULL,
NULL             2192 src/comp.c     					     NULL,
NULL             2205 src/comp.c         gcc_jit_context_new_param (comp.ctxt, NULL, comp.void_ptr_type, "buf"),
NULL             2209 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             2215 src/comp.c       return gcc_jit_context_new_call (comp.ctxt, NULL, f, 1, args);
NULL             2220 src/comp.c         gcc_jit_context_new_param (comp.ctxt, NULL, comp.void_ptr_type, "buf"),
NULL             2221 src/comp.c         gcc_jit_context_new_param (comp.ctxt, NULL, comp.void_ptr_type, "frame"),
NULL             2231 src/comp.c           NULL,
NULL             2237 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             2243 src/comp.c       return gcc_jit_context_new_call (comp.ctxt, NULL, f, 2, args);
NULL             2259 src/comp.c         NULL,
NULL             2268 src/comp.c     	  NULL,
NULL             2270 src/comp.c     	NULL);
NULL             2298 src/comp.c           gcc_jit_block_end_with_jump (comp.block, NULL, target);
NULL             2333 src/comp.c     			       NULL,
NULL             2373 src/comp.c     	    gcc_jit_rvalue_dereference (comp.current_thread_ref, NULL)),
NULL             2374 src/comp.c     	  NULL,
NULL             2379 src/comp.c     	NULL,
NULL             2384 src/comp.c     	    NULL,
NULL             2393 src/comp.c     	    gcc_jit_rvalue_dereference (comp.current_thread_ref, NULL)),
NULL             2394 src/comp.c     	  NULL,
NULL             2397 src/comp.c     				    NULL,
NULL             2403 src/comp.c     	NULL,
NULL             2408 src/comp.c     	    NULL,
NULL             2415 src/comp.c     	    NULL,
NULL             2420 src/comp.c           gcc_jit_block_add_eval (comp.block, NULL,
NULL             2425 src/comp.c           gcc_jit_block_add_eval (comp.block, NULL,
NULL             2431 src/comp.c             comp.block, NULL,
NULL             2436 src/comp.c           gcc_jit_block_add_eval (comp.block, NULL,
NULL             2485 src/comp.c     	gcc_jit_lvalue_as_rvalue (gcc_jit_rvalue_dereference (gcc_args, NULL));
NULL             2529 src/comp.c     				    NULL,
NULL             2546 src/comp.c     					    NULL,
NULL             2558 src/comp.c     				     NULL,
NULL             2565 src/comp.c     				     NULL,
NULL             2593 src/comp.c       return gcc_jit_context_new_call (comp.ctxt, NULL, func, 2, args);
NULL             2610 src/comp.c       return gcc_jit_context_new_call (comp.ctxt, NULL, func, 3, args);
NULL             2639 src/comp.c     				   NULL,
NULL             2673 src/comp.c       return gcc_jit_context_new_call (comp.ctxt, NULL, comp.bool_to_lisp_obj, 1,
NULL             2682 src/comp.c       return gcc_jit_context_new_call (comp.ctxt, NULL, comp.bool_to_lisp_obj, 1,
NULL             2689 src/comp.c       return gcc_jit_context_new_call (comp.ctxt, NULL, comp.maybe_gc_or_quit, 0,
NULL             2690 src/comp.c     				   NULL);
NULL             2734 src/comp.c     	  NULL,
NULL             2736 src/comp.c     	  gcc_jit_context_new_array_type (comp.ctxt, NULL,
NULL             2749 src/comp.c     				    NULL,
NULL             2754 src/comp.c     				 NULL,
NULL             2758 src/comp.c     				 NULL,
NULL             2765 src/comp.c     				       NULL,
NULL             2771 src/comp.c     				NULL,
NULL             2777 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             2781 src/comp.c     				  0, NULL, 0);
NULL             2790 src/comp.c           gcc_jit_block_add_comment (block, NULL, comment);
NULL             2795 src/comp.c           gcc_jit_lvalue_access_field (data_struct, NULL, fields[1]);
NULL             2797 src/comp.c       gcc_jit_lvalue *ptrvar = gcc_jit_function_new_local (f, NULL,
NULL             2803 src/comp.c         NULL,
NULL             2808 src/comp.c             NULL,
NULL             2811 src/comp.c           NULL));
NULL             2838 src/comp.c               gcc_jit_block_add_eval (block, NULL,
NULL             2839 src/comp.c                                       gcc_jit_context_new_call (comp.ctxt, NULL,
NULL             2843 src/comp.c               gcc_jit_block_add_assignment (block, NULL, ptrvar,
NULL             2845 src/comp.c                   gcc_jit_context_new_array_access (comp.ctxt, NULL,
NULL             2850 src/comp.c                   NULL));
NULL             2862 src/comp.c                 block, NULL, ptrvar,
NULL             2865 src/comp.c                     comp.ctxt, NULL, gcc_jit_lvalue_as_rvalue (ptrvar),
NULL             2868 src/comp.c                   NULL));
NULL             2875 src/comp.c     	NULL,
NULL             2876 src/comp.c     	gcc_jit_lvalue_access_field (data_struct, NULL, fields[0]),
NULL             2880 src/comp.c       gcc_jit_rvalue *res = gcc_jit_lvalue_get_address (data_struct, NULL);
NULL             2881 src/comp.c       gcc_jit_block_end_with_return (block, NULL, res);
NULL             2901 src/comp.c     	NULL,
NULL             2904 src/comp.c     					NULL,
NULL             2953 src/comp.c       ADD_IMPORTED (wrong_type_argument, comp.void_type, 2, NULL);
NULL             2959 src/comp.c       ADD_IMPORTED (pure_write_error, comp.void_type, 1, NULL);
NULL             2965 src/comp.c       ADD_IMPORTED (record_unwind_protect_excursion, comp.void_type, 0, NULL);
NULL             2970 src/comp.c       ADD_IMPORTED (helper_save_restriction, comp.void_type, 0, NULL);
NULL             2976 src/comp.c       ADD_IMPORTED (record_unwind_current_buffer, comp.void_type, 0, NULL);
NULL             2988 src/comp.c       ADD_IMPORTED (maybe_gc, comp.void_type, 0, NULL);
NULL             2990 src/comp.c       ADD_IMPORTED (maybe_quit, comp.void_type, 0, NULL);
NULL             3018 src/comp.c     	NULL,
NULL             3027 src/comp.c     	NULL,
NULL             3036 src/comp.c     	NULL,
NULL             3043 src/comp.c     	NULL,
NULL             3073 src/comp.c     						   subr->max_args, NULL);
NULL             3078 src/comp.c     				     NULL,
NULL             3087 src/comp.c     				NULL,
NULL             3132 src/comp.c     				       NULL,
NULL             3141 src/comp.c     			       NULL,
NULL             3148 src/comp.c     				 NULL,
NULL             3154 src/comp.c     				    NULL,
NULL             3160 src/comp.c     					    NULL,
NULL             3164 src/comp.c     						    NULL,
NULL             3173 src/comp.c     				     NULL,
NULL             3179 src/comp.c     				 NULL,
NULL             3187 src/comp.c     	NULL,
NULL             3189 src/comp.c     					NULL,
NULL             3196 src/comp.c     				    NULL,
NULL             3203 src/comp.c     			       NULL,
NULL             3207 src/comp.c     			     NULL, 1, &comp.lisp_cons_u);
NULL             3216 src/comp.c     			       NULL,
NULL             3221 src/comp.c     			       NULL,
NULL             3226 src/comp.c     			       NULL,
NULL             3234 src/comp.c     				     NULL,
NULL             3252 src/comp.c           NULL,
NULL             3254 src/comp.c     				      NULL,
NULL             3260 src/comp.c     				     NULL,
NULL             3270 src/comp.c         { gcc_jit_context_new_param (comp.ctxt, NULL, comp.void_ptr_type, "dest"),
NULL             3271 src/comp.c           gcc_jit_context_new_param (comp.ctxt, NULL, comp.void_ptr_type, "src"),
NULL             3272 src/comp.c           gcc_jit_context_new_param (comp.ctxt, NULL, comp.size_t_type, "n") };
NULL             3275 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL, GCC_JIT_FUNCTION_IMPORTED,
NULL             3286 src/comp.c         gcc_jit_context_new_opaque_struct (comp.ctxt, NULL, "comp_handler");
NULL             3291 src/comp.c     						      NULL,
NULL             3296 src/comp.c     						      NULL,
NULL             3300 src/comp.c     						       NULL,
NULL             3306 src/comp.c     	NULL,
NULL             3308 src/comp.c     					NULL,
NULL             3316 src/comp.c     	NULL,
NULL             3318 src/comp.c     					NULL,
NULL             3327 src/comp.c     	NULL,
NULL             3329 src/comp.c     					NULL,
NULL             3336 src/comp.c     			     NULL,
NULL             3350 src/comp.c     						  NULL,
NULL             3356 src/comp.c     	NULL,
NULL             3358 src/comp.c     					NULL,
NULL             3366 src/comp.c     	NULL,
NULL             3369 src/comp.c     	  NULL,
NULL             3379 src/comp.c     				     NULL,
NULL             3393 src/comp.c       gcc_jit_param *param = gcc_jit_context_new_param (comp.ctxt, NULL,
NULL             3396 src/comp.c                                    NULL,
NULL             3408 src/comp.c                                       NULL,
NULL             3412 src/comp.c       gcc_jit_block_add_assignment (entry_block, NULL,
NULL             3413 src/comp.c                                     gcc_jit_lvalue_access_field (tmp_union, NULL,
NULL             3418 src/comp.c                                      NULL,
NULL             3421 src/comp.c                                        NULL, to_field));
NULL             3437 src/comp.c       gcc_jit_param *param = gcc_jit_context_new_param (comp.ctxt, NULL,
NULL             3441 src/comp.c     				    NULL,
NULL             3452 src/comp.c     	  tmp = gcc_jit_context_new_cast (comp.ctxt, NULL,
NULL             3454 src/comp.c     	  tmp = gcc_jit_context_new_call (comp.ctxt, NULL,
NULL             3459 src/comp.c     	  tmp = gcc_jit_context_new_cast (comp.ctxt, NULL,
NULL             3461 src/comp.c     	  tmp = gcc_jit_context_new_call (comp.ctxt, NULL,
NULL             3466 src/comp.c       tmp = gcc_jit_context_new_cast (comp.ctxt, NULL, tmp, to.type);
NULL             3468 src/comp.c       gcc_jit_block_end_with_return (entry_block, NULL, tmp);
NULL             3496 src/comp.c     						    NULL,
NULL             3500 src/comp.c     						    NULL,
NULL             3506 src/comp.c     				      NULL,
NULL             3538 src/comp.c     				 NULL,
NULL             3542 src/comp.c     				 NULL,
NULL             3546 src/comp.c     				 NULL,
NULL             3550 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             3570 src/comp.c       gcc_jit_block_end_with_void_return (ok_block, NULL);
NULL             3577 src/comp.c     			  NULL,
NULL             3582 src/comp.c       gcc_jit_block_end_with_void_return (not_ok_block, NULL);
NULL             3596 src/comp.c     				     NULL,
NULL             3600 src/comp.c     				     NULL,
NULL             3609 src/comp.c     	gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             3629 src/comp.c     	gcc_jit_block_end_with_return (comp.block, NULL, emit_XCAR (c));
NULL             3631 src/comp.c     	gcc_jit_block_end_with_return (comp.block, NULL, emit_XCDR (c));
NULL             3642 src/comp.c     				     NULL,
NULL             3650 src/comp.c     			      NULL,
NULL             3655 src/comp.c     				     NULL,
NULL             3672 src/comp.c     				   NULL,
NULL             3677 src/comp.c     				   NULL,
NULL             3685 src/comp.c     				     NULL,
NULL             3690 src/comp.c           *f_ref = gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             3708 src/comp.c     			      NULL,
NULL             3710 src/comp.c     							NULL,
NULL             3725 src/comp.c     				     NULL,
NULL             3748 src/comp.c     				     NULL,
NULL             3752 src/comp.c     				     NULL,
NULL             3756 src/comp.c     	gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             3787 src/comp.c     	    NULL,
NULL             3801 src/comp.c     				     NULL,
NULL             3808 src/comp.c     				     NULL,
NULL             3822 src/comp.c     				     NULL,
NULL             3826 src/comp.c     				     NULL,
NULL             3831 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             3859 src/comp.c     				    NULL,
NULL             3870 src/comp.c     				  NULL,
NULL             3876 src/comp.c     				 NULL,
NULL             3882 src/comp.c     				 NULL,
NULL             3894 src/comp.c     				 NULL,
NULL             3898 src/comp.c     				 NULL,
NULL             3903 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             3924 src/comp.c     				 NULL,
NULL             3937 src/comp.c         NULL,
NULL             3947 src/comp.c     				 NULL,
NULL             3952 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             3970 src/comp.c         NULL,
NULL             3983 src/comp.c     				 NULL,
NULL             3987 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             4004 src/comp.c     				  NULL,
NULL             4008 src/comp.c       tmpl = gcc_jit_rvalue_dereference (swp, NULL);
NULL             4011 src/comp.c     				 NULL,
NULL             4014 src/comp.c     				   NULL,
NULL             4023 src/comp.c     				 NULL,
NULL             4027 src/comp.c     				 NULL,
NULL             4031 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             4049 src/comp.c         gcc_jit_block_end_with_void_return (ok_block, NULL);
NULL             4056 src/comp.c     			    NULL,
NULL             4061 src/comp.c         gcc_jit_block_end_with_void_return (err_block, NULL);
NULL             4091 src/comp.c           NULL,
NULL             4097 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             4101 src/comp.c     				  0, NULL, 0);
NULL             4110 src/comp.c         NULL,
NULL             4136 src/comp.c         NULL,
NULL             4141 src/comp.c       gcc_jit_block_add_eval (comp.block, NULL,
NULL             4143 src/comp.c     				     comp.void_type, 0, NULL, false));
NULL             4144 src/comp.c       gcc_jit_block_add_eval (comp.block, NULL,
NULL             4146 src/comp.c     				     comp.void_type, 0, NULL, false));
NULL             4147 src/comp.c       gcc_jit_block_end_with_void_return (comp.block, NULL);
NULL             4149 src/comp.c       gcc_jit_block_end_with_void_return (pass_block, NULL);
NULL             4161 src/comp.c     						    NULL,
NULL             4165 src/comp.c         gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             4184 src/comp.c     				 NULL,
NULL             4189 src/comp.c     				 NULL,
NULL             4213 src/comp.c     					      NULL,
NULL             4216 src/comp.c           res = gcc_jit_context_new_function (comp.ctxt, NULL,
NULL             4228 src/comp.c     				     NULL,
NULL             4232 src/comp.c     				     NULL,
NULL             4237 src/comp.c     				      NULL,
NULL             4256 src/comp.c     				    NULL,
NULL             4260 src/comp.c     				    0, NULL, 0);
NULL             4281 src/comp.c     				NULL,
NULL             4292 src/comp.c               NULL,
NULL             4294 src/comp.c                                               NULL,
NULL             4303 src/comp.c                 NULL,
NULL             4313 src/comp.c     				    NULL,
NULL             4317 src/comp.c       comp.scratch = NULL;
NULL             4320 src/comp.c     						  NULL,
NULL             4340 src/comp.c     				NULL,
NULL             4411 src/comp.c       char *file_normalized = realpath (SSDATA (ENCODE_FILE (filename)), NULL);
NULL             4668 src/comp.c     					   NULL,
NULL             4677 src/comp.c                                                    NULL,
NULL             4681 src/comp.c                                                          NULL,
NULL             4751 src/comp.c       comp.ctxt = NULL;
NULL             4876 src/comp.c       comp.func_relocs_local = NULL;
NULL             5456 src/comp.c       if (cu->handle == NULL)
NULL              326 src/composite.c   cmp->font = NULL;
NULL              646 src/composite.c   ptrdiff_t i = hash_lookup (h, header, NULL);
NULL              885 src/composite.c   struct font *font = NULL;
NULL              905 src/composite.c       if (font != NULL)
NULL             1649 src/composite.c 	  head = find_newline (pos, -1, 0, -1, -1, NULL, NULL, false);
NULL             1773 src/composite.c 					    tail, w, NULL, string, Qnil, c);
NULL               70 src/cygw32.c     converted_len = cygwin_conv_path (flags, SDATA (in), NULL, 0);
NULL               97 src/cygw32.c     converted_len = cygwin_conv_path (flags, in, NULL, 0);
NULL              505 src/data.c     DEFUN ("module-function-p", Fmodule_function_p, Smodule_function_p, 1, 1, NULL,
NULL             1471 src/data.c     	if (buf == NULL)
NULL             1507 src/data.c         store_symval_forwarding (blv->fwd, XCDR (blv->defcell), NULL);
NULL             1551 src/data.c     	store_symval_forwarding (blv->fwd, blv_value (blv), NULL);
NULL             1739 src/data.c     	      blv->fwd.fwdptr = NULL;
NULL             2025 src/data.c     	  store_symval_forwarding (blv->fwd, value, NULL);
NULL             2109 src/data.c         blv->fwd.fwdptr = NULL;
NULL             2142 src/data.c       struct Lisp_Buffer_Local_Value *blv = NULL;
NULL             2212 src/data.c       struct Lisp_Buffer_Local_Value *blv = NULL;
NULL              292 src/dbusbind.c 	if ((session_bus_address != NULL)				\
NULL              307 src/dbusbind.c 	    && session_bus_address == NULL)				\
NULL              839 src/dbusbind.c 	  if (!dbus_message_iter_open_container (iter, dtype, NULL, &subiter))
NULL             1241 src/dbusbind.c       if (connection == NULL)
NULL             1265 src/dbusbind.c 						NULL))
NULL             1302 src/dbusbind.c   if (name == NULL)
NULL             1461 src/dbusbind.c   if (dmessage == NULL)
NULL             1482 src/dbusbind.c 	  if (dbus_bus_name_has_owner (connection, SSDATA (service), NULL))
NULL             1566 src/dbusbind.c 					    NULL, timeout))
NULL             1580 src/dbusbind.c       if (!dbus_connection_send (connection, dmessage, NULL))
NULL             1615 src/dbusbind.c   if (dmessage == NULL)
NULL             1684 src/dbusbind.c       if ((interface == NULL) || (member == NULL))
NULL             1727 src/dbusbind.c 	     ? error_name == NULL ? Qnil : build_string (error_name)
NULL             1728 src/dbusbind.c 	     : member == NULL ? Qnil : build_string (member),
NULL             1730 src/dbusbind.c   event.arg = Fcons ((interface == NULL ? Qnil : build_string (interface)),
NULL             1732 src/dbusbind.c   event.arg = Fcons ((path == NULL ? Qnil : build_string (path)),
NULL             1734 src/dbusbind.c   event.arg = Fcons ((destination == NULL ? Qnil : build_string (destination)),
NULL             1736 src/dbusbind.c   event.arg = Fcons ((uname == NULL ? Qnil : build_string (uname)),
NULL             1771 src/dbusbind.c 	     ? error_name == NULL ? Qnil : build_string (error_name)
NULL             1772 src/dbusbind.c 	     : member == NULL ? Qnil : build_string (member),
NULL             1774 src/dbusbind.c   event.arg = Fcons ((interface == NULL ? Qnil : build_string (interface)),
NULL             1776 src/dbusbind.c   event.arg = Fcons ((path == NULL ? Qnil : build_string (path)),
NULL             1778 src/dbusbind.c   event.arg = Fcons ((destination == NULL ? Qnil : build_string (destination)),
NULL             1780 src/dbusbind.c   event.arg = Fcons ((uname == NULL ? Qnil : build_string (uname)),
NULL             1825 src/dbusbind.c   if (data != NULL)
NULL              874 src/dired.c        return NULL;
NULL              889 src/dired.c        return NULL;
NULL              978 src/dired.c      char *uname = NULL, *gname = NULL;
NULL               57 src/dispextern.h #define No_Cursor (NULL)
NULL             2819 src/dispextern.h     if ((IT)->glyph_row != NULL && (IT)->bidi_p)	\
NULL             2821 src/dispextern.h     if (FRAME_RIF ((IT)->f) != NULL)                    \
NULL             2825 src/dispextern.h     if ((IT)->glyph_row != NULL)                        \
NULL             2889 src/dispextern.h   hlinfo->mouse_face_mouse_frame = NULL;
NULL              300 src/dispnew.c        if (matrix->pool == NULL)
NULL              394 src/dispnew.c    eassume (w != NULL || matrix->pool != NULL);
NULL              395 src/dispnew.c    if (matrix->pool == NULL)
NULL              454 src/dispnew.c  	  if (w == NULL
NULL             1482 src/dispnew.c    struct glyph_row *last_text_row = NULL;
NULL             1534 src/dispnew.c    eassert (w->desired_matrix->rows != NULL);
NULL             1664 src/dispnew.c  	  if (w->desired_matrix == NULL)
NULL             1810 src/dispnew.c  	  if (w->desired_matrix == NULL)
NULL             1812 src/dispnew.c  	      w->desired_matrix = new_glyph_matrix (NULL);
NULL             1813 src/dispnew.c  	      eassert (w->current_matrix == NULL);
NULL             1816 src/dispnew.c  	  if (w->current_matrix == NULL)
NULL             1817 src/dispnew.c  	    w->current_matrix = new_glyph_matrix (NULL);
NULL             1825 src/dispnew.c        w = NILP (w->next) ? NULL : XWINDOW (w->next);
NULL             2040 src/dispnew.c    if (f->desired_pool == NULL)
NULL             2047 src/dispnew.c    if (f->desired_matrix == NULL)
NULL             2124 src/dispnew.c  	  adjust_glyph_matrix (NULL, f->desired_matrix, 0, 0, matrix_dim);
NULL             2125 src/dispnew.c  	  adjust_glyph_matrix (NULL, f->current_matrix, 0, 0, matrix_dim);
NULL             2131 src/dispnew.c  	  adjust_glyph_matrix (NULL, f->desired_matrix, 0, 0, matrix_dim);
NULL             2132 src/dispnew.c  	  adjust_glyph_matrix (NULL, f->current_matrix, 0, 0, matrix_dim);
NULL             2140 src/dispnew.c  	  adjust_glyph_matrix (NULL, f->desired_matrix, 0, 0, matrix_dim);
NULL             2145 src/dispnew.c  	  adjust_glyph_matrix (NULL, f->current_matrix, 0, 0, matrix_dim);
NULL             2307 src/dispnew.c  	  w->desired_matrix = w->current_matrix = NULL;
NULL             2319 src/dispnew.c  	  w->desired_matrix = w->current_matrix = NULL;
NULL             2331 src/dispnew.c  	  w->desired_matrix = w->current_matrix = NULL;
NULL             2342 src/dispnew.c  	  f->desired_matrix = f->current_matrix = NULL;
NULL             2350 src/dispnew.c  	  f->desired_pool = f->current_pool = NULL;
NULL             2376 src/dispnew.c  	  w->current_matrix = w->desired_matrix = NULL;
NULL             2915 src/dispnew.c    struct window *found = NULL;
NULL             3231 src/dispnew.c        set_frame_matrix_frame (NULL);
NULL             3476 src/dispnew.c        set_frame_matrix_frame (NULL);
NULL             3669 src/dispnew.c  	tab_line_row = NULL;
NULL             3679 src/dispnew.c  	header_line_row = NULL;
NULL             3700 src/dispnew.c  	  int rc = scrolling_window (w, (tab_line_row != NULL ? 1 : 0)
NULL             3701 src/dispnew.c  				     + (header_line_row != NULL ? 1 : 0));
NULL             4332 src/dispnew.c        struct glyph_row *last_row = NULL;
NULL             4464 src/dispnew.c    if (entry == NULL)
NULL             4694 src/dispnew.c  	old_lines[i] = NULL;
NULL             4887 src/dispnew.c      row_table[row_entry_pool[i].bucket] = NULL;
NULL             5552 src/dispnew.c    void *itdata = NULL;
NULL             5753 src/dispnew.c  	      if (img != NULL)
NULL             5840 src/dispnew.c  	      if (img != NULL)
NULL             6178 src/dispnew.c  				     t.tv_nsec, 0, 0, Qnil, NULL, 0);
NULL             6265 src/dispnew.c  			           Qnil, NULL, 0);
NULL              160 src/doprnt.c     ptrdiff_t nbytes = doprnt (buffer, bufsize, fmt, NULL, ap);
NULL              205 src/doprnt.c     char *big_buffer = NULL;
NULL              597 src/doprnt.c   	  *buf = NULL;
NULL              599 src/doprnt.c         *buf = xpalloc (NULL, bufsize, 1, bufsize_max, 1);
NULL              532 src/dosfns.c         char *cmdline = NULL, *p, *q;
NULL               74 src/dynlib.c         return NULL;
NULL               78 src/dynlib.c       hdll = GetModuleHandle (NULL);
NULL              116 src/dynlib.c     FARPROC sym_addr = NULL;
NULL              121 src/dynlib.c         return NULL;
NULL              135 src/dynlib.c     static GetModuleHandleExA_Proc s_pfn_Get_Module_HandleExA = NULL;
NULL              136 src/dynlib.c     char *dll_fn = NULL;
NULL              137 src/dynlib.c     HMODULE hm_kernel32 = NULL;
NULL              138 src/dynlib.c     HMODULE hm_dll = NULL;
NULL              181 src/dynlib.c   	      hm_dll = NULL;
NULL              227 src/dynlib.c     *symname = NULL;
NULL              233 src/dynlib.c     char *error_string = NULL;
NULL              258 src/dynlib.c     if (h == GetModuleHandle (NULL))
NULL              299 src/dynlib.c     *path = NULL;
NULL              300 src/dynlib.c     *sym = NULL;
NULL              286 src/editfns.c  		      true, false, NULL);
NULL              334 src/editfns.c        noverlays = sort_overlays (overlay_vec, noverlays, NULL);
NULL              414 src/editfns.c      = get_char_property_and_overlay (pos, Qfield, Qnil, NULL);
NULL              418 src/editfns.c  					Qfield, Qnil, NULL)
NULL              673 src/editfns.c  				fwd ? -1 : 1, &counted, NULL, 1),
NULL              720 src/editfns.c    return make_fixnum (bol (n, NULL));
NULL              759 src/editfns.c  				   NULL);
NULL             2090 src/editfns.c        prepare_to_modify_buffer (BEGV, ZV, NULL);
NULL             3044 src/editfns.c    struct buffer *cur = NULL;
NULL              426 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              466 src/emacs-module.c   ptrdiff_t i = hash_lookup (h, obj, NULL);
NULL              577 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              591 src/emacs-module.c   function->finalizer = NULL;
NULL              607 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              626 src/emacs-module.c   if (func->finalizer != NULL)
NULL              658 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              679 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              686 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              719 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              735 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              765 src/emacs-module.c   if (buf == NULL)
NULL              789 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              800 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              811 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              818 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              836 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              874 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              916 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL              976 src/emacs-module.c   if (sign == NULL)
NULL              993 src/emacs-module.c       if (x == 0 || count == NULL)
NULL             1002 src/emacs-module.c       if (magnitude == NULL)
NULL             1027 src/emacs-module.c   if (count == NULL)
NULL             1033 src/emacs-module.c   if (magnitude == NULL)
NULL             1055 src/emacs-module.c   MODULE_FUNCTION_BEGIN (NULL);
NULL             1170 src/emacs-module.c   emacs_value *args = nargs > 0 ? SAFE_ALLOCA (nargs * sizeof *args) : NULL;
NULL             1358 src/emacs-module.c     return NULL;
NULL             1367 src/emacs-module.c   frame->next = NULL;
NULL             1385 src/emacs-module.c   while (next != NULL)
NULL             1408 src/emacs-module.c           return NULL;
NULL             1426 src/emacs-module.c   for (struct emacs_value_frame *frame = &priv->storage.initial; frame != NULL;
NULL             1564 src/emacs-module.c   for (const struct emacs_value_frame *frame = &storage->initial; frame != NULL;
NULL             1586 src/emacs-module.c   fflush (NULL);
NULL              241 src/emacs.c    static char *initial_emacs_executable = NULL;
NULL              676 src/emacs.c      char *p = NULL;
NULL              685 src/emacs.c      if (arg == NULL)
NULL              689 src/emacs.c          if (valptr != NULL)
NULL              698 src/emacs.c      arglen = (valptr != NULL && (p = strchr (arg, '=')) != NULL
NULL              704 src/emacs.c      else if (valptr == NULL)
NULL              709 src/emacs.c      else if (p != NULL)
NULL              715 src/emacs.c      else if (argv[*skipptr+2] != NULL)
NULL              745 src/emacs.c      return prog_fname ? xstrdup (prog_fname) : NULL;
NULL              747 src/emacs.c      char *candidate = NULL;
NULL              754 src/emacs.c          char *real_name = realpath (argv0, NULL);
NULL              773 src/emacs.c          return NULL;
NULL              793 src/emacs.c    	  candidate = xpalloc (NULL, candidate_size,
NULL              808 src/emacs.c    	      char *real_name = realpath (candidate, NULL);
NULL              867 src/emacs.c        NULL
NULL              888 src/emacs.c      char *dump_file = NULL;
NULL              894 src/emacs.c    	  || argmatch (argv, argc, "--", NULL, 2, NULL, &skip_args))
NULL              908 src/emacs.c          dump_file = NULL;
NULL              939 src/emacs.c      dump_file = xpalloc (NULL, &bufsize, 1, -1, 1);
NULL              977 src/emacs.c          dump_file = xpalloc (NULL, &bufsize, needed - bufsize, -1, 1);
NULL              993 src/emacs.c    	  emacs_executable = xpalloc (NULL, &exec_bufsize,
NULL             1009 src/emacs.c          char *p, *last_sep = NULL;
NULL             1077 src/emacs.c      eassert (buffer != NULL);
NULL             1117 src/emacs.c      void *buffer = NULL;
NULL             1155 src/emacs.c      if (buffer == NULL)
NULL             1211 src/emacs.c      char *file = NULL;
NULL             1216 src/emacs.c              || argmatch (argv, argc, "--", NULL, 2, NULL, &skip_args))
NULL             1220 src/emacs.c      if (file == NULL)
NULL             1256 src/emacs.c      const char *dump_mode = NULL;
NULL             1258 src/emacs.c      char *temacs = NULL;
NULL             1262 src/emacs.c    	  || argmatch (argv, argc, "--", NULL, 2, NULL, &skip_args))
NULL             1325 src/emacs.c          char *temacs_str = NULL, *p;
NULL             1326 src/emacs.c          for (p = argv[0]; (p = strstr (p, "temacs")) != NULL; p++)
NULL             1328 src/emacs.c          if (temacs_str != NULL
NULL             1432 src/emacs.c      if (argmatch (argv, argc, "-version", "--version", 3, NULL, &skip_args))
NULL             1437 src/emacs.c    		NULL, &skip_args)
NULL             1622 src/emacs.c      if (argmatch (argv, argc, "-nw", "--no-window-system", 6, NULL, &skip_args)
NULL             1623 src/emacs.c          || argmatch (argv, argc, "-nw", "--no-windows", 6, NULL, &skip_args))
NULL             1628 src/emacs.c      if (argmatch (argv, argc, "-batch", "--batch", 5, NULL, &skip_args)
NULL             1646 src/emacs.c      if (argmatch (argv, argc, "-help", "--help", 3, NULL, &skip_args)
NULL             1662 src/emacs.c      w32_daemon_event = NULL;
NULL             1670 src/emacs.c          if (argmatch (argv, argc, "-fg-daemon", "--fg-daemon", 10, NULL,
NULL             1677 src/emacs.c          else if (argmatch (argv, argc, "-daemon", "--daemon", 5, NULL, &skip_args)
NULL             1680 src/emacs.c    	       || argmatch (argv, argc, "-bg-daemon", "--bg-daemon", 10, NULL,
NULL             1841 src/emacs.c                dname_arg = *dname_arg2 ? dname_arg2 : NULL;
NULL             1853 src/emacs.c          w32_daemon_event = CreateEvent (NULL, TRUE, FALSE, W32_DAEMON_EVENT);
NULL             1854 src/emacs.c          if (w32_daemon_event == NULL)
NULL             1960 src/emacs.c        = argmatch (argv, argc, "-nl", "--no-loadup", 6, NULL, &skip_args);
NULL             1963 src/emacs.c        = argmatch (argv, argc, "-nsl", "--no-site-lisp", 11, NULL, &skip_args);
NULL             1966 src/emacs.c    			      "--no-build-details", 7, NULL, &skip_args);
NULL             1971 src/emacs.c                    NULL, &skip_args);
NULL             2054 src/emacs.c    	if (argmatch (argv, argc, "-Q", "--quick", 3, NULL, &skip_args)
NULL             2055 src/emacs.c                || argmatch (argv, argc, "-quick", 0, 2, NULL, &skip_args))
NULL             2640 src/emacs.c      { "-scriptload", NULL, 0, 1 },
NULL             3210 src/emacs.c      void *autorelease = NULL;
NULL               88 src/emacsgtkfixed.c   EmacsFixed *fixed = g_object_new (emacs_fixed_get_type (), NULL);
NULL              174 src/eval.c         return NULL;
NULL              240 src/eval.c         handlerlist_sentinel->nextfree = NULL;
NULL              241 src/eval.c         handlerlist_sentinel->next = NULL;
NULL              248 src/eval.c       redisplay_deep_handler = NULL;
NULL              649 src/eval.c       union specbinding *binding = NULL;
NULL             1577 src/eval.c       if (c == NULL)
NULL             1617 src/eval.c           c->nextfree = NULL;
NULL             2611 src/eval.c       Lisp_Object *funcall_args = NULL;
NULL             3242 src/eval.c         val = fetch_and_exec_byte_code (fun, 0, 0, NULL);
NULL             3550 src/eval.c       specpdl_ptr->unwind_ptr.mark = NULL;
NULL             3605 src/eval.c       specpdl_ptr->unwind_ptr.func = NULL;
NULL             3607 src/eval.c       specpdl_ptr->unwind_ptr.mark = NULL;
NULL             3736 src/eval.c       p->unwind_ptr.mark = NULL;
NULL             3874 src/eval.c            Sbacktrace_frame_internal, 3, 3, NULL,
NULL             3883 src/eval.c            Sbacktrace_frames_from_thread, 1, 1, NULL,
NULL             4029 src/eval.c     DEFUN ("backtrace-eval", Fbacktrace_eval, Sbacktrace_eval, 2, 3, NULL,
NULL             4051 src/eval.c     DEFUN ("backtrace--locals", Fbacktrace__locals, Sbacktrace__locals, 1, 2, NULL,
NULL              884 src/fileio.c       return NULL;
NULL              892 src/fileio.c       return NULL;
NULL             1358 src/fileio.c         char *adir = NULL;
NULL             1363 src/fileio.c   	    adir = NULL;
NULL             1866 src/fileio.c         struct passwd *pw = NULL;
NULL             1940 src/fileio.c     return NULL;
NULL             2035 src/fileio.c     while ((p = search_embedded_absfilename (xnm, x)) != NULL)
NULL             2303 src/fileio.c   	  copied = copy_file_range (ifd, NULL, ofd, NULL, len, 0);
NULL             2997 src/fileio.c       { xmalloc, NULL, xfree, memory_full };
NULL             3414 src/fileio.c     if (acl == NULL)
NULL             3420 src/fileio.c     char *str = acl_to_text (acl, NULL);
NULL             3421 src/fileio.c     if (str == NULL)
NULL             3470 src/fileio.c         if (acl == NULL)
NULL             3719 src/fileio.c     set_buffer_intervals (current_buffer, NULL);
NULL             4165 src/fileio.c   		  eassert (buf->overlays == NULL);
NULL             4597 src/fileio.c         prepare_to_modify_buffer (PT, PT, NULL);
NULL             5969 src/fileio.c     if (stream != NULL)
NULL             6018 src/fileio.c     FILE *stream = NULL;
NULL             6087 src/fileio.c   	    && stream != NULL && do_handled_files == 0)
NULL             6276 src/fileio.c     FILE *fp = NULL;
NULL             6334 src/fileio.c     if (get_fs_usage (SSDATA (ENCODE_FILE (filename)), NULL, &u) != 0)
NULL              154 src/filelock.c     if (sysctl (mib, 2, &boottime_val, &size, NULL, 0) >= 0 && size != 0)
NULL              705 src/filelock.c       && !(!NILP (lfname) && current_lock_owner (NULL, lfname) == I_OWN_IT))
NULL             1437 src/fns.c      			  SBYTES (string), NULL);
NULL             1439 src/fns.c            set_string_intervals (string, NULL);
NULL             1805 src/fns.c      	  mpz_export (&iz, NULL, -1, sizeof iz, 0, 0, mpz[0]);
NULL             3530 src/fns.c        char *str = NULL;
NULL             4546 src/fns.c        h->next_weak = NULL;
NULL             5165 src/fns.c        return hashfn_eq (obj, NULL);
NULL             5176 src/fns.c        return hashfn_eql (obj, NULL);
NULL             5187 src/fns.c        return hashfn_equal (obj, NULL);
NULL             5211 src/fns.c        return hashfn_equal (obj, NULL);
NULL             5442 src/fns.c        ptrdiff_t i = hash_lookup (h, key, NULL);
NULL             5760 src/fns.c        if (input == NULL)
NULL              200 src/font.c       font->driver = NULL;
NULL              515 src/font.c         *repertory = repertory_id >= 0 ? CHARSET_FROM_ID (repertory_id) : NULL;
NULL             1416 src/font.c       char *size_beg = NULL, *size_end = NULL;
NULL             1417 src/font.c       char *props_beg = NULL, *family_end = NULL;
NULL             1577 src/font.c     	size = make_float (strtod (p + 1, NULL));
NULL             2700 src/font.c               if (driver_list->driver->cached_font_ok == NULL
NULL             2843 src/font.c       Lisp_Object spec = Ffont_spec (0, NULL);
NULL             3196 src/font.c     	      if (q != NULL && c_isdigit (q[1]))
NULL             3317 src/font.c       for (prev = NULL, list = root; list; prev = list, list = list->next)
NULL             3324 src/font.c       list->next = NULL;
NULL             3345 src/font.c       f->font_driver_list = NULL;
NULL             3432 src/font.c           list_table[i] = NULL;
NULL             3440 src/font.c           *next = NULL;
NULL             3499 src/font.c       return NILP (val) ? NULL : xmint_pointer (XCDR (val));
NULL             3519 src/font.c       for (i = 0; boolean_properties[i] != NULL; ++i)
NULL             3544 src/font.c       for (i = 0; non_boolean_properties[i] != NULL; ++i)
NULL             4482 src/font.c           face_id = lookup_basic_face (NULL, f, DEFAULT_FACE_ID);
NULL             4656 src/font.c           otf = STRINGP (file) ? OTF_open (SSDATA (file)) : NULL;
NULL             5237 src/font.c       return font_at (-1, pos, NULL, w, string);
NULL             5272 src/font.c       width = font->driver->text_extents (font, code, i, NULL);
NULL             5276 src/font.c       face->fontp = NULL;
NULL             5609 src/font.c       scratch_font_spec = Ffont_spec (0, NULL);
NULL             5611 src/font.c       scratch_font_prefer = Ffont_spec (0, NULL);
NULL             1247 src/fontset.c    check_window_system (NULL);
NULL             1509 src/fontset.c    struct charset *charset = NULL;
NULL             1518 src/fontset.c        Lisp_Object spec = Ffont_spec (0, NULL);
NULL             1723 src/fontset.c        Lisp_Object font_spec = Ffont_spec (0, NULL);
NULL             1816 src/fontset.c    font_spec = Ffont_spec (0, NULL);
NULL             1882 src/fontset.c    check_window_system (NULL);
NULL              119 src/frame.c      return x_display_list != NULL;
NULL             1310 src/frame.c      if (NILP (result) && current_value != NULL)
NULL             1340 src/frame.c      struct terminal *t = NULL;
NULL             1383 src/frame.c                           : NULL));
NULL             1390 src/frame.c                                : NULL));
NULL             2270 src/frame.c            kb = NULL;
NULL             2302 src/frame.c      if (kb != NULL)
NULL             2319 src/frame.c      if (kb != NULL && EQ (frame, KVAR (kb, Vdefault_minibuffer_frame)))
NULL             2588 src/frame.c          pixel_to_glyph_coords (f, col, row, &col, &row, NULL, 1);
NULL             3245 src/frame.c        FRAME_TTY (f)->previous_frame = NULL;
NULL             4587 src/frame.c      if (FRAME_TERMINAL (f)->fullscreen_hook != NULL)
NULL             5325 src/frame.c      check_window_system (NULL);
NULL             5553 src/frame.c      if (string == NULL || *string == '\0')
NULL             5646 src/frame.c      if (strchr (SSDATA (string), ' ') != NULL)
NULL             1089 src/frame.h       ? NULL					\
NULL             1109 src/frame.h    #define FRAME_PARENT_FRAME(f) ((void) (f), NULL)
NULL             1491 src/frame.h      return 0 <= id && id < used ? FRAME_FACE_CACHE (f)->faces_by_id[id] : NULL;
NULL             1513 src/frame.h      return 0 <= id && id < used ? FRAME_IMAGE_CACHE (f)->images[id] : NULL;
NULL              462 src/fringe.c     { NULL, 0, 0, 0, 0, 0 }, /* NO_FRINGE_BITMAP */
NULL              516 src/fringe.c   	  || fringe_bitmaps[bn] != NULL))
NULL              561 src/fringe.c     if (fb == NULL)
NULL              643 src/fringe.c     if (p.face == NULL)
NULL             1385 src/fringe.c         *fbp = NULL;
NULL             1389 src/fringe.c   	 && fringe_bitmaps[max_used_fringe_bitmap - 1] == NULL)
NULL             1625 src/fringe.c   	    if (fringe_bitmaps[n] == NULL)
NULL             1642 src/fringe.c   		  fringe_bitmaps[i] = NULL;
NULL             1734 src/fringe.c     row = row_containing_pos (w, textpos, row, NULL, 0);
NULL               82 src/ftcrfont.c   if (ftcrfont_info->metrics[row] == NULL)
NULL              157 src/ftcrfont.c   FcConfigSubstitute (NULL, pat, FcMatchPattern);
NULL              159 src/ftcrfont.c   match = FcFontMatch (NULL, pat, &result);
NULL              229 src/ftcrfont.c   ftcrfont_info->metrics = NULL;
NULL              244 src/ftcrfont.c 					  NULL, NULL, NULL);
NULL              255 src/ftcrfont.c       int this_width = ftcrfont_glyph_extents (font, stack_glyph.index, NULL);
NULL              301 src/ftcrfont.c   ftcrfont_info->otf = NULL;
NULL              304 src/ftcrfont.c   ftcrfont_info->hb_font = NULL;
NULL              312 src/ftcrfont.c   ftcrfont_info->ft_size = NULL;
NULL              337 src/ftcrfont.c       ftcrfont_info->otf = NULL;
NULL              344 src/ftcrfont.c       ftcrfont_info->hb_font = NULL;
NULL              362 src/ftcrfont.c   struct charset *cs = NULL;
NULL              390 src/ftcrfont.c 					NULL, NULL, NULL)
NULL              415 src/ftcrfont.c       int w = ftcrfont_glyph_extents (font, code[i], metrics ? &m : NULL);
NULL              451 src/ftcrfont.c   ftcrfont_info->ft_size = NULL;
NULL              471 src/ftcrfont.c   ftcrfont_info->ft_size = NULL;
NULL              487 src/ftcrfont.c   ftcrfont_info->ft_size = NULL;
NULL              509 src/ftcrfont.c   ftcrfont_info->ft_size = NULL;
NULL              526 src/ftcrfont.c   ftcrfont_info->ft_size = NULL;
NULL              606 src/ftcrfont.c                                                        NULL));
NULL              704 src/ftcrfont.c   ftcrfont_info->ft_size = NULL;
NULL              796 src/ftcrfont.c   register_font_driver (&ftcrfont_driver, NULL);
NULL              807 src/ftcrfont.c   register_font_driver (&ftcrhbfont_driver, NULL);
NULL              126 src/ftfont.c       { NULL }
NULL              336 src/ftfont.c     FcConfigSubstitute (NULL, pattern, FcMatchPattern);
NULL              338 src/ftfont.c     match = FcFontMatch (NULL, pattern, &result);
NULL              414 src/ftfont.c   	  FcPattern *pat = NULL;
NULL              415 src/ftfont.c   	  FcFontSet *fontset = NULL;
NULL              416 src/ftfont.c   	  FcObjectSet *objset = NULL;
NULL              417 src/ftfont.c   	  FcCharSet *charset = NULL;
NULL              420 src/ftfont.c   				FC_INDEX, FcTypeInteger, idx, NULL);
NULL              423 src/ftfont.c   	  objset = FcObjectSetBuild (FC_CHARSET, FC_STYLE, NULL);
NULL              426 src/ftfont.c   	  fontset = FcFontList (NULL, pat, objset);
NULL              470 src/ftfont.c       return NULL;
NULL              477 src/ftfont.c         return NULL;
NULL              591 src/ftfont.c       return NULL;
NULL              629 src/ftfont.c   	  return NULL;
NULL              673 src/ftfont.c     FcPattern *pattern = NULL;
NULL              674 src/ftfont.c     FcCharSet *charset = NULL;
NULL              675 src/ftfont.c     FcLangSet *langset = NULL;
NULL              686 src/ftfont.c       return NULL;
NULL              706 src/ftfont.c   	return NULL;
NULL              754 src/ftfont.c   		return NULL;
NULL              823 src/ftfont.c         pattern = NULL;
NULL              832 src/ftfont.c         *otspec = NULL;
NULL              847 src/ftfont.c     FcFontSet *fontset = NULL;
NULL              848 src/ftfont.c     FcObjectSet *objset = NULL;
NULL              852 src/ftfont.c     struct OpenTypeSpec *otspec = NULL;
NULL              854 src/ftfont.c     const char *langname = NULL;
NULL              910 src/ftfont.c   			     NULL);
NULL              916 src/ftfont.c     fontset = FcFontList (NULL, pattern, objset);
NULL              927 src/ftfont.c   				       SYMBOL_FcChar8 (family), NULL);
NULL              930 src/ftfont.c         if (FcConfigSubstitute (NULL, pat, FcMatchPattern) == FcTrue)
NULL              939 src/ftfont.c   	      fontset = FcFontList (NULL, pattern, objset);
NULL             1077 src/ftfont.c     FcPattern *pattern, *match = NULL;
NULL             1080 src/ftfont.c     struct OpenTypeSpec *otspec = NULL;
NULL             1081 src/ftfont.c     const char *langname = NULL;
NULL             1101 src/ftfont.c     if (FcConfigSubstitute (NULL, pattern, FcMatchPattern) == FcTrue)
NULL             1104 src/ftfont.c         match = FcFontMatch (NULL, pattern, &result);
NULL             1137 src/ftfont.c     FcPattern *pattern = NULL;
NULL             1138 src/ftfont.c     FcFontSet *fontset = NULL;
NULL             1139 src/ftfont.c     FcObjectSet *objset = NULL;
NULL             1151 src/ftfont.c     objset = FcObjectSetBuild (FC_FAMILY, NULL);
NULL             1154 src/ftfont.c     fontset = FcFontList (NULL, pattern, objset);
NULL             1373 src/ftfont.c   	  cache_data->ft_face = NULL;
NULL             1388 src/ftfont.c     ftfont_info->otf = NULL;
NULL             1391 src/ftfont.c     ftfont_info->hb_font = NULL;
NULL             1517 src/ftfont.c         cache_data->ft_face = NULL;
NULL             1528 src/ftfont.c     struct charset *cs = NULL;
NULL             1891 src/ftfont.c   				    NULL, 0) > 0
NULL             1893 src/ftfont.c   				       NULL, 0) > 0));
NULL             1902 src/ftfont.c   				       NULL, 0) > 0)
NULL             1910 src/ftfont.c   				       NULL, 0) <= 0)
NULL             1986 src/ftfont.c         otf_gstring.glyphs = xpalloc (NULL, &new_size, size - otf_gstring.size,
NULL             2020 src/ftfont.c     MFLTGlyphFT *out_glyphs = out ? (MFLTGlyphFT *) (out->glyphs) : NULL;
NULL             2026 src/ftfont.c     char script[5], *langsys = NULL;
NULL             2027 src/ftfont.c     char *gsub_features = NULL, *gpos_features = NULL;
NULL             2222 src/ftfont.c         MFLTGlyphFT *base = NULL, *mark = NULL, *g;
NULL             2429 src/ftfont.c     return ftfont_drive_otf (font, spec, in, from, to, NULL, NULL);
NULL             2441 src/ftfont.c     MFLTGlyphFT *out_glyphs = out ? (MFLTGlyphFT *) (out->glyphs) : NULL;
NULL             2447 src/ftfont.c     char script[5], *langsys = NULL;
NULL             2448 src/ftfont.c     char *gsub_features = NULL, *gpos_features = NULL;
NULL             2569 src/ftfont.c         MFLTGlyphFT *base = NULL, *mark = NULL, *g;
NULL             2714 src/ftfont.c     MFLT *flt = NULL;
NULL             2785 src/ftfont.c     flt_font_ft.flt_font.internal = NULL;
NULL             2822 src/ftfont.c   	  glyphs = xpalloc (NULL, &allocated, incr_min, INT_MAX, sizeof *glyphs);
NULL             2978 src/ftfont.c       return NULL;
NULL             2981 src/ftfont.c       return NULL;
NULL             2999 src/ftfont.c       = hb_ot_layout_table_get_script_tags (face, table_tag, 0, NULL, NULL);
NULL             3018 src/ftfont.c   						 0, NULL, NULL);
NULL             3065 src/ftfont.c     NULL,
NULL             3096 src/ftfont.c     NULL,
NULL             3199 src/ftfont.c     register_font_driver (&ftfont_driver, NULL);
NULL             3207 src/ftfont.c     register_font_driver (&fthbfont_driver, NULL);
NULL               43 src/gfilenotify.c   char *oname = other_file ? g_file_get_parse_name (other_file) : NULL;
NULL              170 src/gfilenotify.c   GError *gerror = NULL;
NULL              191 src/gfilenotify.c   monitor = g_file_monitor (gfile, gflags, NULL, &gerror);
NULL              218 src/gfilenotify.c 		    (GCallback) dir_monitor_callback, NULL);
NULL              524 src/gmalloc.c    pthread_mutex_init (&_malloc_mutex, NULL);
NULL              525 src/gmalloc.c    pthread_mutex_init (&_aligned_blocks_mutex, NULL);
NULL              537 src/gmalloc.c    mcheck (NULL);
NULL              545 src/gmalloc.c    if (_heapinfo == NULL)
NULL              588 src/gmalloc.c      return NULL;
NULL              591 src/gmalloc.c    if (result == NULL)
NULL              592 src/gmalloc.c      return NULL;
NULL              625 src/gmalloc.c  	  if (newinfo == NULL)
NULL              646 src/gmalloc.c   	  if (newinfo == NULL)
NULL              649 src/gmalloc.c   	      return NULL;
NULL              708 src/gmalloc.c      return NULL;
NULL              729 src/gmalloc.c        if (next != NULL)
NULL              736 src/gmalloc.c  	  if (next->next != NULL)
NULL              761 src/gmalloc.c  	  if (result == NULL)
NULL              769 src/gmalloc.c  	  next->next = NULL;
NULL              829 src/gmalloc.c  	      if (result == NULL)
NULL              901 src/gmalloc.c      return NULL;
NULL              969 src/gmalloc.c  struct alignlist *_aligned_blocks = NULL;
NULL              988 src/gmalloc.c    if (ptr == NULL)
NULL              994 src/gmalloc.c    for (l = _aligned_blocks; l != NULL; l = l->next)
NULL              997 src/gmalloc.c  	l->aligned = NULL;	/* Mark the slot in the list as free.  */
NULL             1167 src/gmalloc.c  	  if (next != NULL)
NULL             1193 src/gmalloc.c  	  if (next->next != NULL)
NULL             1209 src/gmalloc.c  	  if (prev->next != NULL)
NULL             1235 src/gmalloc.c    if (hook != NULL)
NULL             1298 src/gmalloc.c    else if (ptr == NULL)
NULL             1313 src/gmalloc.c  	  if (result != NULL)
NULL             1356 src/gmalloc.c  	  if (result == NULL)
NULL             1389 src/gmalloc.c  	  if (result == NULL)
NULL             1420 src/gmalloc.c      return NULL;
NULL             1454 src/gmalloc.c        return NULL;
NULL             1506 src/gmalloc.c    return NULL;
NULL             1537 src/gmalloc.c        return NULL;
NULL             1540 src/gmalloc.c    if (result == NULL)
NULL             1541 src/gmalloc.c      return NULL;
NULL             1557 src/gmalloc.c  	  if (result == NULL)	/* Impossible unless interrupted.  */
NULL             1558 src/gmalloc.c  	    return NULL;
NULL             1580 src/gmalloc.c        for (l = _aligned_blocks; l != NULL; l = l->next)
NULL             1581 src/gmalloc.c  	if (l->aligned == NULL)
NULL             1584 src/gmalloc.c        if (l == NULL)
NULL             1587 src/gmalloc.c  	  if (l != NULL)
NULL             1593 src/gmalloc.c        if (l != NULL)
NULL             1599 src/gmalloc.c        if (l == NULL)
NULL             1602 src/gmalloc.c  	  result = NULL;
NULL             1633 src/gmalloc.c    if (mem == NULL)
NULL             1916 src/gmalloc.c        for (l = _aligned_blocks; l != NULL; l = l->next)
NULL             1919 src/gmalloc.c  	    l->aligned = NULL;	/* Mark the slot in the list as free.  */
NULL             1932 src/gmalloc.c      hdr = NULL;
NULL             1947 src/gmalloc.c    if (hdr == NULL)
NULL             1948 src/gmalloc.c      return NULL;
NULL             1959 src/gmalloc.c    struct hdr *hdr = NULL;
NULL             1979 src/gmalloc.c    if (hdr == NULL)
NULL             1980 src/gmalloc.c      return NULL;
NULL             2025 src/gmalloc.c    abortfunc = (func != NULL) ? func : &mabort;
NULL              636 src/gnutls.c         nanosleep (&delay, NULL);
NULL              919 src/gnutls.c     p->gnutls_certificates = NULL;
NULL              938 src/gnutls.c         XPROCESS (proc)->gnutls_x509_cred = NULL;
NULL              945 src/gnutls.c         XPROCESS (proc)->gnutls_anon_cred = NULL;
NULL              951 src/gnutls.c         XPROCESS (proc)->gnutls_state = NULL;
NULL             1093 src/gnutls.c     int err = gnutls_x509_crt_export (cert, GNUTLS_X509_FMT_PEM, NULL, &size);
NULL             1135 src/gnutls.c     err = gnutls_x509_crt_get_serial (cert, NULL, &buf_size);
NULL             1150 src/gnutls.c     err = gnutls_x509_crt_get_issuer_dn (cert, NULL, &buf_size);
NULL             1181 src/gnutls.c     err = gnutls_x509_crt_get_dn (cert, NULL, &buf_size);
NULL             1216 src/gnutls.c     err = gnutls_x509_crt_get_issuer_unique_id (cert, NULL, &buf_size);
NULL             1230 src/gnutls.c     err = gnutls_x509_crt_get_subject_unique_id (cert, NULL, &buf_size);
NULL             1256 src/gnutls.c     err = gnutls_x509_crt_get_key_id (cert, 0, NULL, &buf_size);
NULL             1272 src/gnutls.c   					 NULL, &buf_size);
NULL             1436 src/gnutls.c     if (XPROCESS (proc)->gnutls_certificates != NULL &&
NULL             1446 src/gnutls.c     if (XPROCESS (proc)->gnutls_certificates != NULL)
NULL             1712 src/gnutls.c         if (cert_list == NULL)
NULL             1840 src/gnutls.c     gnutls_certificate_credentials_t x509_cred = NULL;
NULL             1841 src/gnutls.c     gnutls_anon_client_credentials_t anon_cred = NULL;
NULL             1916 src/gnutls.c     XPROCESS (proc)->gnutls_state = NULL;
NULL             1917 src/gnutls.c     XPROCESS (proc)->gnutls_x509_cred = NULL;
NULL             1918 src/gnutls.c     XPROCESS (proc)->gnutls_anon_cred = NULL;
NULL             2088 src/gnutls.c     ret = gnutls_priority_set_direct (state, priority_string_ptr, NULL);
NULL             2248 src/gnutls.c     const char *aead_auth_data = NULL;
NULL             2261 src/gnutls.c         if (adata == NULL)
NULL             2364 src/gnutls.c     if (kdata == NULL)
NULL             2376 src/gnutls.c     if (vdata == NULL)
NULL             2392 src/gnutls.c     if (idata == NULL)
NULL             2420 src/gnutls.c     int ret = gnutls_cipher_init (&hcipher, gca, &key_datum, NULL);
NULL             2641 src/gnutls.c     if (kdata == NULL)
NULL             2654 src/gnutls.c     if (idata == NULL)
NULL             2666 src/gnutls.c         gnutls_hmac_deinit (hmac, NULL);
NULL             2672 src/gnutls.c     gnutls_hmac_deinit (hmac, NULL);
NULL             2741 src/gnutls.c     if (idata == NULL)
NULL             2748 src/gnutls.c         gnutls_hash_deinit (hash, NULL);
NULL             2754 src/gnutls.c     gnutls_hash_deinit (hash, NULL);
NULL             2812 src/gnutls.c         if (name != NULL)
NULL              181 src/gtkutil.c    return GTK_WIDGET (g_object_new (emacs_menu_bar_get_type (), NULL));
NULL              248 src/gtkutil.c    gdpy = gdk_display_open (strlen (display_name) == 0 ? NULL : display_name);
NULL              259 src/gtkutil.c    *dpy = gdpy ? GDK_DISPLAY_XDISPLAY (gdpy) : NULL;
NULL              314 src/gtkutil.c        GdkDisplay *gdpy_new = NULL;
NULL              338 src/gtkutil.c        GdkDisplay *gdpy_new = NULL;
NULL              547 src/gtkutil.c      surface = NULL;
NULL              659 src/gtkutil.c    if (!str) return NULL;
NULL              662 src/gtkutil.c    if (!g_utf8_validate (str, -1, NULL))
NULL              676 src/gtkutil.c        GError *err = NULL;
NULL              685 src/gtkutil.c            err = NULL;
NULL              691 src/gtkutil.c            err = NULL;
NULL              713 src/gtkutil.c            err = NULL;
NULL              724 src/gtkutil.c            err = NULL;
NULL              781 src/gtkutil.c  			     NULL);
NULL              852 src/gtkutil.c    if (x->ttip_widget == NULL)
NULL              857 src/gtkutil.c        g_object_set (G_OBJECT (widget), "has-tooltip", FALSE, NULL);
NULL              916 src/gtkutil.c    g_object_get (settings, "gtk-enable-tooltips", &tt_enabled, NULL);
NULL              919 src/gtkutil.c        g_object_set (settings, "gtk-enable-tooltips", FALSE, NULL);
NULL              928 src/gtkutil.c                       "gdk-display-current-tooltip", NULL);
NULL              934 src/gtkutil.c    gtk_widget_get_preferred_size (GTK_WIDGET (x->ttip_window), NULL, &req);
NULL              984 src/gtkutil.c            g_object_set (settings, "gtk-enable-tooltips", TRUE, NULL);
NULL             1010 src/gtkutil.c      gtk_widget_set_tooltip_text (FRAME_GTK_OUTER_WIDGET (f), NULL);
NULL             1011 src/gtkutil.c    gtk_widget_set_tooltip_text (FRAME_GTK_WIDGET (f), NULL);
NULL             1120 src/gtkutil.c  				  | G_LOG_FLAG_RECURSION, my_log_handler, NULL);
NULL             1435 src/gtkutil.c        gtk_css_provider_load_from_data (provider, buffer, -1, NULL);
NULL             1467 src/gtkutil.c    if (display_name == NULL)
NULL             1744 src/gtkutil.c  		    G_CALLBACK (xg_im_context_preedit_changed), NULL);
NULL             1746 src/gtkutil.c  		    G_CALLBACK (xg_im_context_preedit_end), NULL);
NULL             1751 src/gtkutil.c  		    NULL);
NULL             1905 src/gtkutil.c            gtk_tooltip_set_custom (x->ttip_widget, NULL);
NULL             2033 src/gtkutil.c                                       NULL, &size_hints, hint_flags);
NULL             2358 src/gtkutil.c            gtk_widget_get_preferred_size (w, NULL, &req);
NULL             2468 src/gtkutil.c    dd.loop = g_main_loop_new (NULL, FALSE);
NULL             2478 src/gtkutil.c    g_signal_connect (G_OBJECT (w), "delete-event", G_CALLBACK (gtk_true), NULL);
NULL             2528 src/gtkutil.c    g_object_get (G_OBJECT (dialog), "show-hidden", &visible, NULL);
NULL             2529 src/gtkutil.c    g_object_set (G_OBJECT (dialog), "show-hidden", !visible, NULL);
NULL             2547 src/gtkutil.c        g_object_get (G_OBJECT (gobject), "show-hidden", &visible, NULL);
NULL             2596 src/gtkutil.c                                           NULL);
NULL             2605 src/gtkutil.c  		x_gtk_show_hidden_files, NULL);
NULL             2856 src/gtkutil.c    gtk_font_chooser_set_filter_func (GTK_FONT_CHOOSER (w), xg_font_filter, NULL, NULL);
NULL             3200 src/gtkutil.c        *group = NULL;
NULL             3215 src/gtkutil.c        *group = NULL;
NULL             3347 src/gtkutil.c    GSList *group = NULL;
NULL             3361 src/gtkutil.c                            NULL);
NULL             3365 src/gtkutil.c                            NULL);
NULL             3416 src/gtkutil.c            group = NULL;
NULL             3425 src/gtkutil.c            group = NULL;
NULL             3717 src/gtkutil.c            GtkWidget *submenu = create_menus (NULL, f,
NULL             3972 src/gtkutil.c              gtk_menu_item_set_submenu (witem, NULL);
NULL             4110 src/gtkutil.c    gtk_widget_get_preferred_size (w, NULL, &req);
NULL             4143 src/gtkutil.c    gtk_widget_get_preferred_size (x->menubar_widget, NULL, &req);
NULL             4262 src/gtkutil.c        if (gtk_widget_get_mapped (w) && gtk_widget_intersect (w, &rec, NULL))
NULL             4380 src/gtkutil.c    GtkWidget *gwdesc, *scroll_bar = NULL;
NULL             4397 src/gtkutil.c      return NULL;
NULL             4417 src/gtkutil.c    gtk_widget_style_get (wscroll, "slider-width", &w, "trough-border", &b, NULL);
NULL             4441 src/gtkutil.c    gtk_widget_style_get (wscroll, "slider-width", &w, "trough-border", &b, NULL);
NULL             4547 src/gtkutil.c  		    NULL);
NULL             4734 src/gtkutil.c                                     "x", &oldx, "y", &oldy, NULL);
NULL             4740 src/gtkutil.c        gtk_widget_style_get (wscroll, "min-slider-length", &msl, NULL);
NULL             4842 src/gtkutil.c                                     "x", &oldx, "y", &oldy, NULL);
NULL             4848 src/gtkutil.c        gtk_widget_style_get (wscroll, "min-slider-length", &msl, NULL);
NULL             5088 src/gtkutil.c        gwin = gdk_device_get_window_at_position (gdev, NULL, NULL);
NULL             5090 src/gtkutil.c        gwin = gdk_display_get_window_at_pointer (gdpy, NULL, NULL);
NULL             5130 src/gtkutil.c  static GtkPrintSettings *print_settings = NULL;
NULL             5131 src/gtkutil.c  static GtkPageSetup *page_setup = NULL;
NULL             5136 src/gtkutil.c    GtkPageSetup *new_page_setup = NULL;
NULL             5138 src/gtkutil.c    if (print_settings == NULL)
NULL             5140 src/gtkutil.c    new_page_setup = gtk_print_run_page_setup_dialog (NULL, page_setup,
NULL             5152 src/gtkutil.c    if (page_setup == NULL)
NULL             5207 src/gtkutil.c    if (print_settings != NULL)
NULL             5209 src/gtkutil.c    if (page_setup != NULL)
NULL             5214 src/gtkutil.c                                   NULL, NULL);
NULL             5217 src/gtkutil.c        if (print_settings != NULL)
NULL             5315 src/gtkutil.c    GtkWidget *c2 = clist->next ? clist->next->data : NULL;
NULL             5545 src/gtkutil.c  				   -1, NULL);
NULL             5599 src/gtkutil.c                          NULL);
NULL             5682 src/gtkutil.c        || (label ? (wlbl == NULL) : (wlbl != NULL)))
NULL             5700 src/gtkutil.c    gtk_widget_get_preferred_size (GTK_WIDGET (top_widget), NULL, &req);
NULL             5706 src/gtkutil.c                                 "position", &pos, NULL);
NULL             5717 src/gtkutil.c                                 "position", &pos, NULL);
NULL             5754 src/gtkutil.c        name = NULL;
NULL             5757 src/gtkutil.c          *icon_name = NULL;
NULL             5762 src/gtkutil.c      *icon_name = NULL;
NULL             5767 src/gtkutil.c        name = NULL;
NULL             5771 src/gtkutil.c        name = NULL;
NULL             5772 src/gtkutil.c        *icon_name = NULL;
NULL             5870 src/gtkutil.c        struct image *img = NULL;
NULL             5873 src/gtkutil.c        char *stock_name = NULL;
NULL             5874 src/gtkutil.c        char *icon_name = NULL;
NULL             5876 src/gtkutil.c        GtkWidget *wbutton = NULL;
NULL             5889 src/gtkutil.c  	  if (ti == NULL || !GTK_IS_SEPARATOR_TOOL_ITEM (ti))
NULL             5906 src/gtkutil.c  	  ti = NULL;
NULL             5947 src/gtkutil.c        if (stock_name == NULL && icon_name == NULL)
NULL             5980 src/gtkutil.c  	      || img->cr_data == NULL
NULL             5997 src/gtkutil.c  				      ? NULL
NULL             6003 src/gtkutil.c  	  ti = NULL;
NULL             6006 src/gtkutil.c        if (ti == NULL)
NULL             6013 src/gtkutil.c  	    w = NULL;
NULL             6035 src/gtkutil.c                w = xg_get_image_for_pixmap (f, img, x->widget, NULL);
NULL             6058 src/gtkutil.c  				  ? NULL
NULL             6076 src/gtkutil.c      } while (ti != NULL);
NULL             6133 src/gtkutil.c                               NULL);
NULL             6189 src/gtkutil.c    gdpy_def = NULL;
NULL             6214 src/gtkutil.c    g_object_set (settings, "gtk-key-theme-name", "Emacs", NULL);
NULL             6237 src/gtkutil.c    x_last_font_name = NULL;
NULL             6384 src/gtkutil.c    struct frame *f = NULL;
NULL             6619 src/gtkutil.c  					   NULL, NULL, &consumed);
NULL             6642 src/gtkutil.c  					   NULL, NULL, &consumed);
NULL             6674 src/gtkutil.c  		       NULL, 0);
NULL             6679 src/gtkutil.c  				      NULL);
NULL              221 src/haiku.c      time_t now = time (NULL);
NULL              449 src/haiku_draw_support.cc   BView view (bitmap->Bounds (), NULL, B_FOLLOW_NONE, 0);
NULL              161 src/haiku_font_support.cc   return NULL;
NULL              357 src/haiku_font_support.cc   while ((token = std::strtok (!tok ? style : NULL, " ")) && tok < 3)
NULL              627 src/haiku_font_support.cc   struct haiku_font_pattern *r = NULL;
NULL              643 src/haiku_font_support.cc 	      && font_family_style_matches_p (name, NULL, flags, pt))
NULL              648 src/haiku_font_support.cc 	      haiku_font_fill_pattern (p, name, NULL, flags);
NULL              652 src/haiku_font_support.cc 	      p->last = NULL;
NULL              668 src/haiku_font_support.cc 		  p = NULL;
NULL              706 src/haiku_font_support.cc 		    p->last = NULL;
NULL              760 src/haiku_font_support.cc     return NULL;
NULL              765 src/haiku_font_support.cc     return NULL;
NULL              774 src/haiku_font_support.cc       return NULL;
NULL              804 src/haiku_font_support.cc       && font_family_style_matches_p (name, NULL, flags, pat, 1))
NULL              811 src/haiku_font_support.cc       if (ft->SetFamilyAndStyle (name, NULL) != B_OK)
NULL              900 src/haiku_font_support.cc     return NULL;
NULL              939 src/haiku_font_support.cc       font_object_cache[i] = NULL;
NULL             1192 src/haiku_font_support.cc   return NULL;
NULL              213 src/haiku_io.c   if (pthread_sigmask (SIG_BLOCK, &set, NULL))
NULL               33 src/haiku_select.cc static BClipboard *primary = NULL;
NULL               36 src/haiku_select.cc static BClipboard *secondary = NULL;
NULL               40 src/haiku_select.cc static BClipboard *system_clipboard = NULL;
NULL               88 src/haiku_select.cc     return NULL;
NULL               95 src/haiku_select.cc       return NULL;
NULL              104 src/haiku_select.cc       return NULL;
NULL              115 src/haiku_select.cc       return NULL;
NULL              352 src/haiku_select.cc     return NULL;
NULL              357 src/haiku_select.cc       return NULL;
NULL              263 src/haiku_support.cc     popup_track_message = NULL;
NULL              669 src/haiku_support.cc 	    key_map = NULL;
NULL              670 src/haiku_support.cc 	    key_chars = NULL;
NULL              709 src/haiku_support.cc 		   subset_windows (NULL),
NULL              710 src/haiku_support.cc 		   parent (NULL),
NULL              717 src/haiku_support.cc 		   menus_begun (NULL),
NULL              813 src/haiku_support.cc     this->parent = NULL;
NULL              833 src/haiku_support.cc     struct child_frame *last = NULL;
NULL              963 src/haiku_support.cc 	    && threadid == find_thread (NULL))
NULL             1411 src/haiku_support.cc   EmacsMenuBar () : BMenuBar (BRect (0, 0, 0, 0), NULL)
NULL             1488 src/haiku_support.cc 	window->menus_begun = NULL;
NULL             1504 src/haiku_support.cc 	window->menus_begun = NULL;
NULL             1541 src/haiku_support.cc 		 offscreen_draw_view (NULL),
NULL             1542 src/haiku_support.cc 		 offscreen_draw_bitmap_1 (NULL),
NULL             1543 src/haiku_support.cc 		 copy_bitmap (NULL),
NULL             1545 src/haiku_support.cc 		 cr_surface (NULL),
NULL             1546 src/haiku_support.cc 		 cr_context (NULL),
NULL             1548 src/haiku_support.cc 		 wait_for_release_message (NULL),
NULL             1568 src/haiku_support.cc       grab_view = NULL;
NULL             1593 src/haiku_support.cc 	GetMouse (NULL, &buttons, false);
NULL             1606 src/haiku_support.cc 	wait_for_release_message = NULL;
NULL             1622 src/haiku_support.cc     cr_surface = NULL;
NULL             1623 src/haiku_support.cc     cr_context = NULL;
NULL             1661 src/haiku_support.cc 	    copy_bitmap = NULL;
NULL             1672 src/haiku_support.cc 	offscreen_draw_view = NULL;
NULL             1674 src/haiku_support.cc 	offscreen_draw_bitmap_1 = NULL;
NULL             1772 src/haiku_support.cc 	copy_bitmap = NULL;
NULL             1811 src/haiku_support.cc     offscreen_draw_view = new BView (Frame (), NULL, B_FOLLOW_NONE, B_WILL_DRAW);
NULL             1847 src/haiku_support.cc 		     || threadid != find_thread (NULL)))
NULL             1941 src/haiku_support.cc 	   : NULL);
NULL             1944 src/haiku_support.cc       BasicMouseDown (point, NULL, msg);
NULL             1964 src/haiku_support.cc 	  grab_view = NULL;
NULL             1977 src/haiku_support.cc 	    wait_for_release_message = NULL;
NULL             2024 src/haiku_support.cc 	   : NULL);
NULL             2027 src/haiku_support.cc       BasicMouseUp (point, NULL, msg);
NULL             2055 src/haiku_support.cc     : BScrollBar (BRect (x, y, x1, y1), NULL, NULL, 0, 0, horizontal_p ?
NULL             2265 src/haiku_support.cc     message = NULL;
NULL             2360 src/haiku_support.cc 	       : NULL);
NULL             2389 src/haiku_support.cc     GetMouse (NULL, &buttons, false);
NULL             2475 src/haiku_support.cc   EmacsTitleMenuItem (const char *str) : BMenuItem (str, NULL)
NULL             2503 src/haiku_support.cc 		 const char *help, BMessage *message = NULL)
NULL             2506 src/haiku_support.cc       menu_ptr (NULL),
NULL             2507 src/haiku_support.cc       wind_ptr (NULL),
NULL             2508 src/haiku_support.cc       key (NULL),
NULL             2509 src/haiku_support.cc       help (NULL)
NULL             2568 src/haiku_support.cc       menu->SetToolTip (highlight_p ? help : NULL);
NULL             2683 src/haiku_support.cc 		 NULL, "The quick brown fox "
NULL             2686 src/haiku_support.cc       current_font (NULL)
NULL             2750 src/haiku_support.cc 		    BView *third) : BView (NULL, B_FRAME_EVENTS),
NULL             2825 src/haiku_support.cc 	preview = NULL;
NULL             2840 src/haiku_support.cc     current_style = NULL;
NULL             3015 src/haiku_support.cc       basic_view (NULL, 0),
NULL             3020 src/haiku_support.cc       font_family_pane (BRect (0, 0, 0, 0), NULL,
NULL             3023 src/haiku_support.cc       font_style_pane (BRect (0, 0, 0, 0), NULL,
NULL             3026 src/haiku_support.cc       font_family_scroller (NULL, &font_family_pane,
NULL             3029 src/haiku_support.cc       font_style_scroller (NULL, &font_style_pane,
NULL             3039 src/haiku_support.cc       size_entry (NULL, "Size:", NULL,
NULL             3043 src/haiku_support.cc       preview (NULL)
NULL             3244 src/haiku_support.cc 	file_name = NULL;
NULL             3298 src/haiku_support.cc     file_name = NULL;
NULL             3325 src/haiku_support.cc 	      file_name = NULL;
NULL             3374 src/haiku_support.cc 					     NULL, 0, 0)
NULL             3443 src/haiku_support.cc   return bn->InitCheck () == B_OK ? (void *) bn : (void *) (delete bn, NULL);
NULL             3505 src/haiku_support.cc       *view = NULL;
NULL             3512 src/haiku_support.cc       *view = NULL;
NULL             3515 src/haiku_support.cc       return NULL;
NULL             3906 src/haiku_support.cc   vw->GetMouse (&l, NULL, 1);
NULL             4043 src/haiku_support.cc   EmacsMenuItem *it = new EmacsMenuItem (key, label, help, ptr ? msg : NULL);
NULL             4107 src/haiku_support.cc   void *ptr = NULL;
NULL             4124 src/haiku_support.cc     return NULL;
NULL             4150 src/haiku_support.cc       return NULL;
NULL             4187 src/haiku_support.cc 				     : NULL, run_help_callback_data);
NULL             4246 src/haiku_support.cc   window->SetKeyMenuBar (NULL);
NULL             4310 src/haiku_support.cc   return new BAlert (NULL, text, NULL, NULL, NULL, B_WIDTH_AS_USUAL,
NULL             4430 src/haiku_support.cc   vw->SetToolTip ((const char *) NULL);
NULL             4441 src/haiku_support.cc   vw->GetMouse (&point, NULL, 1);
NULL             4745 src/haiku_support.cc 		    NULL, NULL, (dir_only_p
NULL             4756 src/haiku_support.cc       return NULL;
NULL             4762 src/haiku_support.cc 	default_dir = NULL;
NULL             5082 src/haiku_support.cc     return NULL;
NULL             5085 src/haiku_support.cc     return NULL;
NULL             5378 src/haiku_support.cc       return NULL;
NULL             5492 src/haiku_support.cc   zoom = get_zoom_rect (NULL);
NULL             5511 src/haiku_support.cc       grab_view = NULL;
NULL              387 src/haikufns.c   struct haiku_display_info *dpyinfo = NULL;
NULL              476 src/haikufns.c   struct frame *p = NULL;
NULL              497 src/haikufns.c       FRAME_OUTPUT_DATA (f)->parent_desc = NULL;
NULL              609 src/haikufns.c       if (FRAME_IMAGE_CACHE (f) != NULL
NULL              628 src/haikufns.c   tip_window = NULL;
NULL              678 src/haikufns.c   struct haiku_display_info *dpyinfo = NULL;
NULL              686 src/haikufns.c     cascade_target = NULL;
NULL              801 src/haikufns.c 			 NULL, NULL, RES_TYPE_NUMBER);
NULL              803 src/haikufns.c 			 NULL, NULL, RES_TYPE_NUMBER);
NULL              823 src/haikufns.c                          NULL, NULL, RES_TYPE_BOOLEAN);
NULL              828 src/haikufns.c   tem = gui_display_get_arg (dpyinfo, parms, Qmin_width, NULL, NULL,
NULL              832 src/haikufns.c   tem = gui_display_get_arg (dpyinfo, parms, Qmin_height, NULL, NULL,
NULL              842 src/haikufns.c 			 NULL, NULL, RES_TYPE_BOOLEAN);
NULL              844 src/haikufns.c 			 NULL, NULL, RES_TYPE_BOOLEAN);
NULL              852 src/haikufns.c 			 NULL, NULL, RES_TYPE_NUMBER);
NULL              856 src/haikufns.c 			 NULL, NULL, RES_TYPE_NUMBER);
NULL              860 src/haikufns.c 			 NULL, NULL, RES_TYPE_NUMBER);
NULL              888 src/haikufns.c 						  Qparent_frame, NULL, NULL,
NULL              908 src/haikufns.c   gui_default_parameter (f, parms, Qundecorated, Qnil, NULL, NULL, RES_TYPE_BOOLEAN);
NULL              909 src/haikufns.c   gui_default_parameter (f, parms, Qoverride_redirect, Qnil, NULL, NULL, RES_TYPE_BOOLEAN);
NULL              963 src/haikufns.c 			 NULL, NULL, RES_TYPE_BOOLEAN);
NULL              966 src/haikufns.c 			 NULL, NULL, RES_TYPE_SYMBOL);
NULL             1047 src/haikufns.c   FRAME_OUTPUT_DATA (f)->parent_desc = NULL;
NULL             1099 src/haikufns.c                          NULL, NULL, RES_TYPE_NUMBER);
NULL             1101 src/haikufns.c                          NULL, NULL, RES_TYPE_NUMBER);
NULL             1119 src/haikufns.c                          NULL, NULL, RES_TYPE_BOOLEAN);
NULL             1317 src/haikufns.c       BView_set_tooltip (FRAME_HAIKU_VIEW (XFRAME (frame)), NULL);
NULL             1443 src/haikufns.c   be_get_window_decorator_dimensions (window, NULL, &top_off,
NULL             1646 src/haikufns.c     dpyinfo->last_mouse_motion_frame = NULL;
NULL             1648 src/haikufns.c     dpyinfo->last_mouse_frame = NULL;
NULL             1650 src/haikufns.c     dpyinfo->focus_event_frame = NULL;
NULL             1675 src/haikufns.c   FRAME_OUTPUT_DATA (f) = NULL;
NULL             1896 src/haikufns.c     INIT_USER_CURSOR (NULL,				nontext_cursor),
NULL             1897 src/haikufns.c     INIT_USER_CURSOR (NULL,				modeline_cursor),
NULL             1900 src/haikufns.c     INIT_USER_CURSOR (NULL,				horizontal_drag_cursor),
NULL             1901 src/haikufns.c     INIT_USER_CURSOR (NULL,				vertical_drag_cursor),
NULL             1902 src/haikufns.c     INIT_USER_CURSOR (NULL,				left_edge_cursor),
NULL             1903 src/haikufns.c     INIT_USER_CURSOR (NULL,				top_left_corner_cursor),
NULL             1904 src/haikufns.c     INIT_USER_CURSOR (NULL,				top_edge_cursor),
NULL             1905 src/haikufns.c     INIT_USER_CURSOR (NULL,				top_right_corner_cursor),
NULL             1906 src/haikufns.c     INIT_USER_CURSOR (NULL,				right_edge_cursor),
NULL             1907 src/haikufns.c     INIT_USER_CURSOR (NULL,				bottom_right_corner_cursor),
NULL             1908 src/haikufns.c     INIT_USER_CURSOR (NULL,				bottom_edge_cursor),
NULL             1909 src/haikufns.c     INIT_USER_CURSOR (NULL,				bottom_left_corner_cursor),
NULL             1910 src/haikufns.c     INIT_USER_CURSOR (NULL,				no_cursor),
NULL             1922 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0 },					/* left_edge_cursor */
NULL             1923 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0 },					/* top_left_corner_cursor */
NULL             1924 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0 },					/* top_edge_cursor */
NULL             1925 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0 },					/* top_right_corner_cursor */
NULL             1926 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0 },					/* right_edge_cursor */
NULL             1927 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0 },					/* bottom_right_corner_cursor */
NULL             1928 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0 },					/* bottom_edge_cursor */
NULL             1929 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0 },					/* bottom_left_corner_cursor */
NULL             1930 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0 },					/* no_cursor */
NULL             1937 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1940 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1941 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1943 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1945 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1946 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1947 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1948 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1949 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1950 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1952 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1953 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1954 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1955 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1956 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1957 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1958 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1959 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1962 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1963 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             1964 src/haikufns.c     { NULL, NULL, 0, 0, 0, 0					},
NULL             2405 src/haikufns.c       while ((tok = strtok (NULL, "\n")))
NULL             2877 src/haikufns.c 				    !NILP (dir) ? SSDATA (dir) : NULL,
NULL             2881 src/haikufns.c 				     ? SSDATA (ENCODE_UTF_8 (save_text)) : NULL),
NULL             3104 src/haikufns.c     NULL, /* x_set_border_color */
NULL             3110 src/haikufns.c     NULL, /* set icon name */
NULL             3111 src/haikufns.c     NULL, /* set icon type */
NULL             3128 src/haikufns.c     NULL, /* set scroll bar fg */
NULL             3129 src/haikufns.c     NULL, /* set scroll bar bkg */
NULL             3134 src/haikufns.c     NULL, /* x wait for wm */
NULL             3139 src/haikufns.c     NULL, /* set tool bar pos */
NULL             3143 src/haikufns.c     NULL, /* set skip taskbar */
NULL              103 src/haikufont.c     { NULL }
NULL              843 src/haikufont.c   font_info->metrics = NULL;
NULL              933 src/haikufont.c   if (info->metrics[row] == NULL)
NULL             1189 src/haikufont.c     NULL,
NULL             1409 src/haikufont.c   register_font_driver (&haikufont_driver, NULL);
NULL               31 src/haikuimage.c   const char *mime_type = NULL;
NULL               76 src/haikuimage.c   void *pixmap = NULL;
NULL               89 src/haikuimage.c   void *conv = NULL;
NULL               64 src/haikumenu.c   window = NULL;
NULL               65 src/haikumenu.c   view = NULL;
NULL               87 src/haikumenu.c 	  panes[menu_depth] = NULL;
NULL              156 src/haikumenu.c 				!NILP (def) ? aref_addr (menu_items, i) : NULL,
NULL              158 src/haikumenu.c 				!NILP (descrip) ? SSDATA (descrip) : NULL,
NULL              159 src/haikumenu.c 				NULL);
NULL              162 src/haikumenu.c 				!NILP (def) ? aref_addr (menu_items, i) : NULL,
NULL              164 src/haikumenu.c 				!NILP (descrip) ? SSDATA (descrip) : NULL,
NULL              165 src/haikumenu.c 				STRINGP (help) ? SSDATA (help) : NULL);
NULL              169 src/haikumenu.c 			    !NILP (def) ? (void *) (intptr_t) i : NULL,
NULL              171 src/haikumenu.c 			    !NILP (descrip) ? SSDATA (descrip) : NULL,
NULL              172 src/haikumenu.c 			    NULL);
NULL              175 src/haikumenu.c 			    !NILP (def) ? (void *) (intptr_t) i : NULL,
NULL              177 src/haikumenu.c 			    !NILP (descrip) ? SSDATA (descrip) : NULL,
NULL              178 src/haikumenu.c 			    STRINGP (help) ? SSDATA (help) : NULL);
NULL              201 src/haikumenu.c   *error_name = NULL;
NULL              309 src/haikumenu.c   const char *error_name = NULL;
NULL              376 src/haikumenu.c   internal_catch_all (haiku_process_pending_signals_for_menu_1, NULL,
NULL              401 src/haikumenu.c   *error_name = NULL;
NULL              415 src/haikumenu.c   menu = BPopUpMenu_new (STRINGP (title) ? SSDATA (title) : NULL);
NULL              429 src/haikumenu.c 				   haiku_process_pending_signals_for_menu, NULL);
NULL              519 src/haikumenu.c   FRAME_HAIKU_MENU_BAR (f) = NULL;
NULL              712 src/haikumenu.c 	  void *mn = NULL;
NULL              814 src/haikumenu.c       FRAME_OUTPUT_DATA (f)->saved_menu_event = NULL;
NULL              193 src/haikuselect.c   dat = !NILP (data) ? SSDATA (data) : NULL;
NULL              802 src/haikuselect.c   haiku_dnd_frame = NULL;
NULL              961 src/haikuselect.c   type = NULL;
NULL              962 src/haikuselect.c   file = NULL;
NULL              963 src/haikuselect.c   cargs = NULL;
NULL              964 src/haikuselect.c   message = NULL;
NULL             1164 src/haikuselect.c   internal_catch_all (haiku_note_drag_motion_1, NULL,
NULL             1324 src/haikuselect.c   haiku_dnd_frame = NULL;
NULL              127 src/haikuterm.c     return NULL;
NULL              137 src/haikuterm.c   return NULL;
NULL              412 src/haikuterm.c       BWindow_send_behind (FRAME_HAIKU_WINDOW (f), NULL);
NULL              423 src/haikuterm.c 			: NULL);
NULL              434 src/haikuterm.c 	return EQ (track_mouse, Qdropping) ? lm_f : NULL;
NULL              524 src/haikuterm.c     return NULL;
NULL              527 src/haikuterm.c     return NULL;
NULL              539 src/haikuterm.c   return NULL;
NULL              817 src/haikuterm.c     haiku_merge_cursor_foreground (s, &cursor_color, NULL);
NULL             1001 src/haikuterm.c 		&& (s->prev == NULL
NULL             1005 src/haikuterm.c 		 && (s->next == NULL
NULL             1010 src/haikuterm.c 			 vwidth, left_p, right_p, NULL);
NULL             1014 src/haikuterm.c 			    NULL);
NULL             1026 src/haikuterm.c       haiku_merge_cursor_foreground (s, NULL, &cursor_color);
NULL             1152 src/haikuterm.c   if (face == NULL)
NULL             1245 src/haikuterm.c       char *str = NULL;
NULL             1295 src/haikuterm.c 	    haiku_merge_cursor_foreground (s, NULL, &color);
NULL             1348 src/haikuterm.c       haiku_merge_cursor_foreground (s, NULL, &cursor_color);
NULL             1368 src/haikuterm.c 		haiku_mouse_face_colors (s, NULL, &bkg);
NULL             1378 src/haikuterm.c 		haiku_mouse_face_colors (s, NULL, &bkg);
NULL             1689 src/haikuterm.c     haiku_merge_cursor_foreground (s, NULL, &background);
NULL             2007 src/haikuterm.c         ? lookup_basic_face (NULL, f, INTERNAL_BORDER_FACE_ID)
NULL             2093 src/haikuterm.c   if (cursor_glyph == NULL)
NULL             2148 src/haikuterm.c   if (cursor_glyph == NULL)
NULL             2311 src/haikuterm.c   if (s->cmp == NULL
NULL             2815 src/haikuterm.c 	fringe_bmps[i++] = NULL;
NULL             2834 src/haikuterm.c   fringe_bmps[which] = NULL;
NULL             2900 src/haikuterm.c   f1 = NULL;
NULL             2926 src/haikuterm.c     f1 = NULL;
NULL             2949 src/haikuterm.c 	    *fp = NULL;
NULL             2996 src/haikuterm.c   Lisp_Object font_param = gui_display_get_arg (dpyinfo, parms, Qfont, NULL, NULL,
NULL             3021 src/haikuterm.c 					      NULL };
NULL             3048 src/haikuterm.c     NULL, /* update_window_begin */
NULL             3049 src/haikuterm.c     NULL, /* update_window_end */
NULL             3065 src/haikuterm.c     NULL, /* shift glyphs for insert */
NULL             3308 src/haikuterm.c 		haiku_new_focus_frame (b->activated_p ? f : NULL);
NULL             3312 src/haikuterm.c 		  x_display_list->focus_event_frame = NULL;
NULL             3392 src/haikuterm.c 		  x_display_list->last_mouse_glyph_frame = NULL;
NULL             4471 src/haikuterm.c 	    ? lookup_basic_face (NULL, f, CHILD_FRAME_BORDER_FACE_ID)
NULL             4474 src/haikuterm.c 	    ? lookup_basic_face (NULL, f, INTERNAL_BORDER_FACE_ID)
NULL             4582 src/haikuterm.c     return NULL;
NULL              300 src/haikuterm.h    : NULL)
NULL              156 src/hbfont.c     hb_tag_t *language_tags = NULL, *feature_tags = NULL;
NULL              159 src/hbfont.c       = hb_ot_layout_table_get_script_tags (face, table_tag, 0, NULL, NULL);
NULL              168 src/hbfont.c   						 NULL, NULL);
NULL              181 src/hbfont.c   						      NULL, NULL);
NULL              223 src/hbfont.c       : NULL;
NULL              229 src/hbfont.c     if (hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GSUB, 0, NULL, NULL))
NULL              231 src/hbfont.c     if (hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GPOS, 0, NULL, NULL))
NULL              358 src/hbfont.c     hb_unicode_funcs_set_combining_class_func (funcs, uni_combining, NULL, NULL);
NULL              359 src/hbfont.c     hb_unicode_funcs_set_general_category_func (funcs, uni_general, NULL, NULL);
NULL              360 src/hbfont.c     hb_unicode_funcs_set_mirroring_func (funcs, uni_mirroring, NULL, NULL);
NULL              406 src/hbfont.c     static hb_buffer_t *hb_buffer = NULL;
NULL              490 src/hbfont.c       : NULL;
NULL              494 src/hbfont.c     hb_bool_t success = hb_shape_full (hb_font, hb_buffer, NULL, 0, NULL);
NULL              511 src/hbfont.c     info = hb_buffer_get_glyph_infos (hb_buffer, NULL);
NULL              512 src/hbfont.c     pos = hb_buffer_get_glyph_positions (hb_buffer, NULL);
NULL              278 src/image.c          mask->data = NULL;
NULL              287 src/image.c      pimg->data = NULL;
NULL              295 src/image.c      cairo_pattern_t *pattern = NULL;
NULL              373 src/image.c    	  if (bm->stipple == NULL)
NULL              391 src/image.c      return NULL;
NULL              596 src/image.c      dpyinfo->bitmaps[id - 1].file = NULL;
NULL              606 src/image.c      dpyinfo->bitmaps[id - 1].stipple = NULL;
NULL              612 src/image.c      dpyinfo->bitmaps[id - 1].hinst = NULL;
NULL              683 src/image.c      GError *err = NULL;
NULL              749 src/image.c      dpyinfo->bitmaps[id - 1].stipple = NULL;
NULL              863 src/image.c      if (bm->pattern != NULL)
NULL              877 src/image.c          bm->file = NULL;
NULL             1039 src/image.c      gc = XCreateGC (FRAME_X_DISPLAY (f), mask, 0, NULL);
NULL             1475 src/image.c      Lisp_Object file = image_spec_value (spec, QCfile, NULL);
NULL             1479 src/image.c      img->type = lookup_image_type (image_spec_value (spec, QCtype, NULL));
NULL             1480 src/image.c      eassert (img->type != NULL);
NULL             1508 src/image.c          c->images[img->id] = NULL;
NULL             1539 src/image.c          if (f != NULL)
NULL             1571 src/image.c          if (img->cr_data == NULL || (cairo_pattern_get_type (img->cr_data)
NULL             1579 src/image.c    	  if (img->cr_data == NULL)
NULL             1798 src/image.c    	  img->ximg = NULL;
NULL             1816 src/image.c    	  img->mask_img = NULL;
NULL             1829 src/image.c          img->colors = NULL;
NULL             1837 src/image.c          img->cr_data = NULL;
NULL             1926 src/image.c      if (!c) return NULL;
NULL             2002 src/image.c      while ((img = search_image_cache (f, spec, hash, 0, 0, 0, NULL, true)))
NULL             2031 src/image.c          FRAME_IMAGE_CACHE (f) = NULL;
NULL             2290 src/image.c          mask = image_spec_value (spec, QCheuristic_mask, NULL);
NULL             2315 src/image.c          conversion = image_spec_value (spec, QCconversion, NULL);
NULL             2365 src/image.c      Lisp_Object value = image_spec_value (img->spec, symbol, NULL);
NULL             2384 src/image.c      Lisp_Object value = image_spec_value (img->spec, QCscale, NULL);
NULL             2591 src/image.c      if (EQ (image_spec_value (img->spec, QCtype, NULL), Qimagemagick))
NULL             2609 src/image.c      if (EQ (image_spec_value (img->spec, QCtype, NULL), Qsvg))
NULL             2623 src/image.c      flip = !NILP (image_spec_value (img->spec, QCflip, NULL));
NULL             2632 src/image.c      Lisp_Object s = image_spec_value (img->spec, QCtransform_smoothing, NULL);
NULL             2874 src/image.c      if (FRAME_FACE_CACHE (f) == NULL)
NULL             2899 src/image.c          img = NULL;
NULL             2903 src/image.c      if (img == NULL)
NULL             2922 src/image.c    	  value = image_spec_value (spec, QCwidth, NULL);
NULL             2925 src/image.c    	  value = image_spec_value (spec, QCheight, NULL);
NULL             2937 src/image.c    	  ascent = image_spec_value (spec, QCascent, NULL);
NULL             2943 src/image.c    	  margin = image_spec_value (spec, QCmargin, NULL);
NULL             2952 src/image.c    	  relief = image_spec_value (spec, QCrelief, NULL);
NULL             2963 src/image.c    	      bg = image_spec_value (img->spec, QCbackground, NULL);
NULL             3010 src/image.c        if (c->images[i] == NULL)
NULL             3028 src/image.c      img->prev = NULL;
NULL             3057 src/image.c    static struct anim_cache *anim_cache = NULL;
NULL             3063 src/image.c      cache->handle = NULL;
NULL             3064 src/image.c      cache->temp = NULL;
NULL             3067 src/image.c      cache->next = NULL;
NULL             3211 src/image.c    			depth, ZPixmap, 0, NULL, width, height,
NULL             3213 src/image.c      if (*ximg == NULL)
NULL             3222 src/image.c          *ximg = NULL;
NULL             3236 src/image.c          *ximg = NULL;
NULL             3250 src/image.c          ximg->data = NULL;
NULL             3351 src/image.c          *pimg = NULL;
NULL             3375 src/image.c          *pimg = NULL;
NULL             3384 src/image.c          *pimg = NULL;
NULL             3464 src/image.c    			      (void **) &(*pimg)->data, NULL, 0);
NULL             3469 src/image.c      if (*pixmap == NULL)
NULL             3477 src/image.c          *pimg = NULL;
NULL             3489 src/image.c          *pimg = NULL;
NULL             3514 src/image.c          pimg->data = NULL;
NULL             3539 src/image.c      gc = XCreateGC (FRAME_X_DISPLAY (f), pixmap, 0, NULL);
NULL             3561 src/image.c      Picture *picture = NULL;
NULL             3583 src/image.c          eassert (img->ximg == NULL);
NULL             3588 src/image.c          eassert (img->mask_img == NULL);
NULL             3609 src/image.c          img->ximg = NULL;
NULL             3615 src/image.c          img->mask_img = NULL;
NULL             3754 src/image.c      char *buf = NULL;
NULL             3774 src/image.c    	      buf = NULL;
NULL             4280 src/image.c        *data = NULL;
NULL             4308 src/image.c      else if (data == NULL)
NULL             4393 src/image.c          *data = NULL;
NULL             4427 src/image.c          value = image_spec_value (img->spec, QCforeground, NULL);
NULL             4433 src/image.c          value = image_spec_value (img->spec, QCbackground, NULL);
NULL             4472 src/image.c    	  && xbm_read_bitmap_data (NULL, SSDATA (data),
NULL             4474 src/image.c    				   &w, &h, NULL, 1));
NULL             4490 src/image.c      file_name = image_spec_value (img->spec, QCfile, NULL);
NULL             4503 src/image.c          if (contents == NULL)
NULL             4524 src/image.c          data = image_spec_value (img->spec, QCdata, NULL);
NULL             4791 src/image.c      xpm_color_cache = NULL;
NULL             4843 src/image.c      if (p != NULL)
NULL             4860 src/image.c      return p != NULL;
NULL             5007 src/image.c      dpyinfo->bitmaps[id - 1].file = NULL;
NULL             5013 src/image.c      dpyinfo->bitmaps[id - 1].stipple = NULL;
NULL             5039 src/image.c      xpm_XImage * xpm_image = NULL, * xpm_mask = NULL;
NULL             5076 src/image.c      color_symbols = image_spec_value (img->spec, QCcolor_symbols, NULL);
NULL             5130 src/image.c      specified_file = image_spec_value (img->spec, QCfile, NULL);
NULL             5174 src/image.c          Lisp_Object buffer = image_spec_value (img->spec, QCdata, NULL);
NULL             5498 src/image.c        hash_lookup (table, make_unibyte_string (chars_start, chars_len), NULL);
NULL             5543 src/image.c      Emacs_Pix_Container ximg = NULL, mask_img = NULL;
NULL             5615 src/image.c      color_symbols = image_spec_value (img->spec, QCcolor_symbols, NULL);
NULL             5625 src/image.c          char *color, *max_color = NULL;
NULL             5637 src/image.c          if (str == NULL)
NULL             5644 src/image.c    	  color = strtok (NULL, " \t");
NULL             5645 src/image.c    	  if (color == NULL)
NULL             5648 src/image.c    	  while ((str = strtok (NULL, " \t")) != NULL)
NULL             5739 src/image.c      if (NILP (image_spec_value (img->spec, QCbackground, NULL)))
NULL             5780 src/image.c      file_name = image_spec_value (img->spec, QCfile, NULL);
NULL             5793 src/image.c          if (contents == NULL)
NULL             5806 src/image.c          data = image_spec_value (img->spec, QCdata, NULL);
NULL             5893 src/image.c      ct_table = NULL;
NULL             5933 src/image.c      if (p == NULL)
NULL             6003 src/image.c      if (p == NULL)
NULL             6021 src/image.c          XQueryColor (NULL, cmap, &color);
NULL             6058 src/image.c          colors = NULL;
NULL             6237 src/image.c      ximage = NULL;
NULL             6427 src/image.c      GC gc = XCreateGC (dpy, pixmap, 0, NULL);
NULL             6508 src/image.c          MoveToEx (bmpdc, 0, 0, NULL);
NULL             6510 src/image.c          MoveToEx (bmpdc, 0, img->height - 1, NULL);
NULL             6517 src/image.c    	  MoveToEx (bmpdc, 0, 0, NULL);
NULL             6519 src/image.c    	  MoveToEx (bmpdc, 0, img->height - 1, NULL);
NULL             6783 src/image.c      char *contents = NULL;
NULL             6787 src/image.c      specified_file = image_spec_value (img->spec, QCfile, NULL);
NULL             6801 src/image.c          if (contents == NULL)
NULL             6813 src/image.c          data = image_spec_value (img->spec, QCdata, NULL);
NULL             7025 src/image.c      if (NILP (image_spec_value (img->spec, QCbackground, NULL)))
NULL             7117 src/image.c      Lisp_Object image_file = image_spec_value (img->spec, QCfile, NULL);
NULL             7124 src/image.c                             image_spec_value (img->spec, QCdata, NULL));
NULL             7127 src/image.c                            image_spec_value (img->spec, QCdata, NULL));
NULL             7130 src/image.c    			   image_spec_value (img->spec, QCdata, NULL));
NULL             7361 src/image.c      eassert (png_ptr != NULL);
NULL             7372 src/image.c      eassert (png_ptr != NULL);
NULL             7435 src/image.c      FILE *fp = NULL;
NULL             7439 src/image.c      png_info *info_ptr = NULL, *end_info = NULL;
NULL             7441 src/image.c      png_byte *pixels = NULL;
NULL             7442 src/image.c      png_byte **rows = NULL;
NULL             7450 src/image.c      Emacs_Pix_Container ximg, mask_img = NULL;
NULL             7453 src/image.c      specified_file = image_spec_value (img->spec, QCfile, NULL);
NULL             7454 src/image.c      specified_data = image_spec_value (img->spec, QCdata, NULL);
NULL             7510 src/image.c    				       NULL, my_png_error,
NULL             7559 src/image.c    		&interlace_type, NULL, NULL);
NULL             7579 src/image.c      if (png_get_tRNS (png_ptr, info_ptr, &trans_alpha, &num_trans, NULL))
NULL             7616 src/image.c    	= image_spec_value (img->spec, QCbackground, NULL);
NULL             7672 src/image.c          c->fp = NULL;
NULL             7727 src/image.c      if (NILP (image_spec_value (img->spec, QCbackground, NULL)))
NULL             8125 src/image.c              src->mgr.next_input_byte = NULL;
NULL             8161 src/image.c      src->mgr.next_input_byte = NULL;
NULL             8172 src/image.c      FILE *volatile fp = NULL;
NULL             8178 src/image.c      Emacs_Pix_Container ximg = NULL;
NULL             8181 src/image.c      specified_file = image_spec_value (img->spec, QCfile, NULL);
NULL             8182 src/image.c      specified_data = image_spec_value (img->spec, QCdata, NULL);
NULL             8195 src/image.c          if (fp == NULL)
NULL             8332 src/image.c      if (NILP (image_spec_value (img->spec, QCbackground, NULL)))
NULL             8632 src/image.c      specified_file = image_spec_value (img->spec, QCfile, NULL);
NULL             8633 src/image.c      specified_data = image_spec_value (img->spec, QCdata, NULL);
NULL             8655 src/image.c          if (tiff == NULL)
NULL             8690 src/image.c      image = image_spec_value (img->spec, QCindex, NULL);
NULL             8774 src/image.c      if (NILP (image_spec_value (img->spec, QCbackground, NULL)))
NULL             9035 src/image.c      GifFileType *gif = NULL;
NULL             9037 src/image.c      Lisp_Object specified_bg = image_spec_value (img->spec, QCbackground, NULL);
NULL             9038 src/image.c      Lisp_Object specified_file = image_spec_value (img->spec, QCfile, NULL);
NULL             9039 src/image.c      Lisp_Object specified_data = image_spec_value (img->spec, QCdata, NULL);
NULL             9040 src/image.c      unsigned long *pixmap = NULL;
NULL             9043 src/image.c      struct anim_cache* cache = NULL;
NULL             9045 src/image.c      Lisp_Object image_number = image_spec_value (img->spec, QCindex, NULL);
NULL             9088 src/image.c    	  if (gif == NULL)
NULL             9489 src/image.c      if (NILP (image_spec_value (img->spec, QCbackground, NULL)))
NULL             9501 src/image.c      gif_close (gif, NULL);
NULL             9504 src/image.c          cache->handle = NULL;
NULL             9505 src/image.c          cache->temp = NULL;
NULL             9648 src/image.c      fn_WebPDemuxInternal(d,0,NULL,WEBP_DEMUX_ABI_VERSION)
NULL             9677 src/image.c      WebPAnimDecoder* anim = NULL;
NULL             9680 src/image.c      Lisp_Object specified_file = image_spec_value (img->spec, QCfile, NULL);
NULL             9681 src/image.c      Lisp_Object specified_data = image_spec_value (img->spec, QCdata, NULL);
NULL             9694 src/image.c          if (contents == NULL)
NULL             9712 src/image.c      if (!WebPGetInfo (contents, size, NULL, NULL))
NULL             9721 src/image.c      Lisp_Object image_number = image_spec_value (img->spec, QCindex, NULL);
NULL             9747 src/image.c      uint8_t *decoded = NULL;
NULL             9845 src/image.c      Emacs_Pix_Container ximg, mask_img = NULL;
NULL             10082 src/image.c        return NULL;
NULL             10084 src/image.c      format = image_spec_value (spec, intern (":format"), NULL);
NULL             10087 src/image.c        return NULL;
NULL             10116 src/image.c    static struct animation_cache *animation_cache = NULL;
NULL             10192 src/image.c      if (ino == 0 || cache->wand == NULL || cache->index > ino)
NULL             10228 src/image.c    	  cache->wand = NULL;
NULL             10230 src/image.c    	  return NULL;
NULL             10239 src/image.c    	  cache->wand = NULL;
NULL             10241 src/image.c    	  return NULL;
NULL             10253 src/image.c    	     != NULL)
NULL             10319 src/image.c      PixelWand **pixels, *bg_wand = NULL;
NULL             10332 src/image.c      char *filename_hint = NULL;
NULL             10340 src/image.c      image = image_spec_value (img->spec, QCindex, NULL);
NULL             10348 src/image.c          Lisp_Object lwidth = image_spec_value (img->spec, QCwidth, NULL);
NULL             10349 src/image.c          Lisp_Object lheight = image_spec_value (img->spec, QCheight, NULL);
NULL             10371 src/image.c      if (NILP (image_spec_value (img->spec, QCrotation, NULL)))
NULL             10432 src/image.c        specified_bg = image_spec_value (img->spec, QCbackground, NULL);
NULL             10468 src/image.c      crop = image_spec_value (img->spec, QCcrop, NULL);
NULL             10504 src/image.c      value = image_spec_value (img->spec, QCrotation, NULL);
NULL             10697 src/image.c      file_name = image_spec_value (img->spec, QCfile, NULL);
NULL             10718 src/image.c          data = image_spec_value (img->spec, QCdata, NULL);
NULL             10725 src/image.c                                              SBYTES (data), NULL);
NULL             10924 src/image.c      HMODULE library, gdklib = NULL, glib = NULL, gobject = NULL, giolib = NULL;
NULL             11077 src/image.c      file_name = image_spec_value (img->spec, QCfile, NULL);
NULL             11078 src/image.c      base_uri = image_spec_value (img->spec, QCbase_uri, NULL);
NULL             11092 src/image.c          if (contents == NULL)
NULL             11110 src/image.c          data = image_spec_value (img->spec, QCdata, NULL);
NULL             11120 src/image.c                                       SSDATA (ENCODE_FILE (base_uri)) : NULL));
NULL             11186 src/image.c      GError *err = NULL;
NULL             11192 src/image.c      char *wrapped_contents = NULL;
NULL             11200 src/image.c      char *css = NULL;
NULL             11213 src/image.c        = g_memory_input_stream_new_from_data (contents, size, NULL);
NULL             11214 src/image.c      GFile *base_file = filename ? g_file_new_for_path (filename) : NULL;
NULL             11217 src/image.c    						  NULL, &err);
NULL             11230 src/image.c      Lisp_Object lcss = image_spec_value (img->spec, QCcss, NULL);
NULL             11244 src/image.c          rsvg_handle_set_stylesheet (rsvg_handle, (guint8 *)css, strlen (css), NULL);
NULL             11349 src/image.c    	  rsvg_handle_get_geometry_for_layer (rsvg_handle, NULL,
NULL             11351 src/image.c    					      &out_logical_rect, NULL);
NULL             11415 src/image.c        value = image_spec_value (img->spec, QCforeground, NULL);
NULL             11418 src/image.c        value = image_spec_value (img->spec, QCbackground, NULL);
NULL             11441 src/image.c      input_stream = g_memory_input_stream_new_from_data (wrapped_contents, wrapped_size, NULL);
NULL             11442 src/image.c      base_file = filename ? g_file_new_for_path (filename) : NULL;
NULL             11445 src/image.c    						  NULL, &err);
NULL             11458 src/image.c      rsvg_handle_set_stylesheet (rsvg_handle, (guint8 *)css, strlen (css), NULL);
NULL             11561 src/image.c      eassume (err == NULL);
NULL             11708 src/image.c      pt_width = image_spec_value (img->spec, QCpt_width, NULL);
NULL             11711 src/image.c      pt_height = image_spec_value (img->spec, QCpt_height, NULL);
NULL             11760 src/image.c      loader = image_spec_value (img->spec, QCloader, NULL);
NULL             12048 src/image.c    	return initialize_image_type (r) ? r : NULL;
NULL             12050 src/image.c      return NULL;
NULL              173 src/indent.c         return NULL;
NULL              345 src/indent.c   				     NULL, NULL, 1);
NULL              566 src/indent.c     scan = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &scan_byte, 1);
NULL              569 src/indent.c     w = ! NILP (window) ? XWINDOW (window) : NULL;
NULL              593 src/indent.c   	    find_newline (PT, PT_BYTE, ZV, ZV_BYTE, 1, NULL, NULL, 1);
NULL              641 src/indent.c   				   w, -1, NULL, Qnil);
NULL              672 src/indent.c   					w, -1, NULL, Qnil)))
NULL              800 src/indent.c     scan_for_column (&opoint, &col, NULL, NULL, NULL);
NULL              946 src/indent.c     find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &posbyte, 1);
NULL             1045 src/indent.c   			  -1, NULL, &pos_byte, 0);
NULL             1246 src/indent.c     struct region_cache *width_cache = NULL;
NULL             1367 src/indent.c   				   win, -1, NULL, Qnil);
NULL             1592 src/indent.c   					    -1, NULL, Qnil)))
NULL             2196 src/indent.c     void *itdata = NULL;
NULL              431 src/inotify.c        add_read_fd (inotifyfd, &inotify_callback, NULL);
NULL              898 src/insdel.c       prepare_to_modify_buffer (PT, PT, NULL);
NULL             1023 src/insdel.c     prepare_to_modify_buffer (PT, PT, NULL);
NULL             1159 src/insdel.c         graft_intervals_into_buffer (NULL, ins_charpos, nchars,
NULL             1249 src/insdel.c     prepare_to_modify_buffer (PT, PT, NULL);
NULL             1928 src/insdel.c     prepare_to_modify_buffer (start, end, NULL);
NULL              462 src/intervals.c   return tree ? balance_intervals_internal (tree) : NULL;
NULL              472 src/intervals.c   eassert (b != NULL);
NULL              608 src/intervals.c     return NULL;
NULL              660 src/intervals.c     return NULL;
NULL              685 src/intervals.c   return NULL;
NULL              698 src/intervals.c     return NULL;
NULL              723 src/intervals.c   return NULL;
NULL              745 src/intervals.c     return NULL;
NULL             1328 src/intervals.c       set_buffer_intervals (buffer, NULL);
NULL             1348 src/intervals.c 	  set_buffer_intervals (buffer, NULL);
NULL             2235 src/intervals.c     return NULL;
NULL             2243 src/intervals.c     return NULL;
NULL             2337 src/intervals.c       i->left = NULL;
NULL             2338 src/intervals.c       i->right = NULL;
NULL               71 src/intervals.h #define NULL_RIGHT_CHILD(i) ((i)->right == NULL)
NULL               74 src/intervals.h #define NULL_LEFT_CHILD(i) ((i)->left == NULL)
NULL               88 src/intervals.h #define LEAF_INTERVAL_P(i) ((i)->left == NULL && (i)->right == NULL)
NULL               97 src/intervals.h #define BOTH_KIDS_P(i) ((i)->left != NULL && (i)->right != NULL)
NULL              177 src/intervals.h   (i)->left = (i)->right = NULL;	      \
NULL              178 src/intervals.h   set_interval_parent (i, NULL);	      \
NULL              191 src/itree.c        return NULL;
NULL              225 src/itree.c      if (node == NULL)
NULL              229 src/itree.c      eassert (node->left == NULL || node->left->parent == node);
NULL              230 src/itree.c      eassert (node->right == NULL || node->right->parent == node);
NULL              240 src/itree.c      eassert (node->parent == NULL || node->otick <= node->parent->otick);
NULL              267 src/itree.c          eassert (node->parent == NULL || !node->red || !node->parent->red);
NULL              289 src/itree.c      eassert (tree != NULL);
NULL              291 src/itree.c      eassert ((tree->size == 0) == (tree->root == NULL));
NULL              292 src/itree.c      if (tree->root == NULL)
NULL              294 src/itree.c      eassert (tree->root->parent == NULL);
NULL              315 src/itree.c      return node != NULL && node->red;
NULL              321 src/itree.c      return node == NULL || !node->red; /* NULL nodes are black */
NULL              327 src/itree.c      eassert (node != NULL);
NULL              329 src/itree.c    	      max (node->left == NULL
NULL              332 src/itree.c    		   node->right == NULL
NULL              342 src/itree.c      if (node == NULL)
NULL              357 src/itree.c      eassert (node->parent == NULL || node->parent->otick >= node->otick);
NULL              375 src/itree.c          if (node->left != NULL)
NULL              377 src/itree.c          if (node->right != NULL)
NULL              384 src/itree.c      if (node->parent == NULL || node->parent->otick == otick)
NULL              396 src/itree.c      if (node == NULL)
NULL              406 src/itree.c          if (node->parent == NULL)
NULL              416 src/itree.c      if (tree->otick == node->otick || node == NULL)
NULL              436 src/itree.c      node->parent = NULL;
NULL              437 src/itree.c      node->left = NULL;
NULL              438 src/itree.c      node->right = NULL;
NULL              481 src/itree.c      tree->root = NULL;
NULL              500 src/itree.c      eassert (tree->root == NULL);
NULL              518 src/itree.c      eassert (node->right != NULL);
NULL              527 src/itree.c      if (right->left != NULL)
NULL              531 src/itree.c      if (right != NULL)
NULL              547 src/itree.c      if (node != NULL)
NULL              561 src/itree.c      eassert (tree && node && node->left != NULL);
NULL              569 src/itree.c      if (left->right != NULL)
NULL              572 src/itree.c      if (left != NULL)
NULL              585 src/itree.c      if (node != NULL)
NULL              679 src/itree.c      eassert (node->left == NULL && node->right == NULL
NULL              680 src/itree.c    	   && node->parent == NULL);
NULL              683 src/itree.c      struct itree_node *parent = NULL;
NULL              692 src/itree.c      while (child != NULL)
NULL              704 src/itree.c      if (parent == NULL)
NULL              713 src/itree.c      node->left = NULL;
NULL              714 src/itree.c      node->right = NULL;
NULL              717 src/itree.c      eassert (node->parent == NULL || node->parent->otick >= node->otick);
NULL              759 src/itree.c          eassert (node != NULL);
NULL              781 src/itree.c      if (node == NULL)
NULL              790 src/itree.c      if (node == NULL)
NULL              793 src/itree.c    	  node->left != NULL))
NULL              807 src/itree.c      if (parent == NULL)
NULL              810 src/itree.c        eassert (node == NULL || node->parent == parent);
NULL              812 src/itree.c      while (parent != NULL && null_safe_is_black (node))
NULL              827 src/itree.c    	  eassume (other != NULL);
NULL              834 src/itree.c    	      eassert (node != NULL);
NULL              851 src/itree.c    	      parent = NULL;
NULL              865 src/itree.c    	  eassume (other != NULL);
NULL              872 src/itree.c    	      eassert (node != NULL);
NULL              890 src/itree.c    	      parent = NULL;
NULL              895 src/itree.c      if (node != NULL)
NULL              903 src/itree.c      eassert (node != NULL);
NULL              905 src/itree.c      while (node->parent != NULL)
NULL              925 src/itree.c      eassert (tree && dest != NULL);
NULL              926 src/itree.c      eassert (source == NULL
NULL              936 src/itree.c      if (source != NULL)
NULL              953 src/itree.c      if (source->left != NULL)
NULL              956 src/itree.c      if (source->right != NULL)
NULL              974 src/itree.c        = (node->left == NULL || node->right == NULL)
NULL              981 src/itree.c      eassert (splice->left == NULL || splice->right == NULL);
NULL              983 src/itree.c        = (splice->left != NULL) ? splice->left : splice->right;
NULL             1019 src/itree.c      eassert ((tree->size == 0) == (tree->root == NULL));
NULL             1024 src/itree.c      node->right = node->left = node->parent = NULL;
NULL             1051 src/itree.c      if (!tree || length <= 0 || tree->root == NULL)
NULL             1062 src/itree.c      struct itree_node *node = NULL;
NULL             1081 src/itree.c      if (tree->root != NULL)
NULL             1092 src/itree.c    	  if (node->right != NULL)
NULL             1103 src/itree.c    	  if (node->left != NULL)
NULL             1114 src/itree.c    	      eassert (node != NULL);
NULL             1144 src/itree.c      if (!tree || length <= 0 || tree->root == NULL)
NULL             1161 src/itree.c          if (node->right != NULL)
NULL             1172 src/itree.c          if (node->left != NULL)
NULL             1180 src/itree.c    	  eassert (node != NULL);
NULL             1241 src/itree.c                return NULL;   /* No more nodes to visit. */
NULL             1254 src/itree.c            return NULL;  /* No more nodes within begin..end.  */
NULL             1267 src/itree.c                return NULL;   /* No more nodes to visit. */
NULL             1310 src/itree.c          return NULL;
NULL             1345 src/itree.c          dummy.left = NULL;
NULL             1346 src/itree.c          dummy.parent = NULL;
NULL             1347 src/itree.c          dummy.right = NULL;
NULL             1412 src/itree.c      iter->node = node ? itree_iter_next_in_subtree (node, iter) : NULL;
NULL              176 src/json.c           return NULL;
NULL              288 src/json.c       CHECK_TYPE (memchr (SDATA (object), '\0', SBYTES (object)) == NULL,
NULL              298 src/json.c       if (object == NULL)
NULL              377 src/json.c                   if (json_object_get (json, key_str) != NULL)
NULL              433 src/json.c               if (json_object_get (json, key_str) == NULL)
NULL              493 src/json.c           if (json == NULL)
NULL              585 src/json.c     DEFUN ("json--available-p", Fjson__available_p, Sjson__available_p, 0, 0, NULL,
NULL              593 src/json.c            NULL,
NULL              635 src/json.c       if (string == NULL)
NULL              713 src/json.c            NULL,
NULL              734 src/json.c       prepare_to_modify_buffer (PT, PT, NULL);
NULL              942 src/json.c            NULL,
NULL              986 src/json.c       if (object == NULL)
NULL              990 src/json.c       if (object != NULL)
NULL             1026 src/json.c            0, MANY, NULL,
NULL             1077 src/json.c       if (object == NULL)
NULL              635 src/keyboard.c   ok_to_echo_at_next_pause = NULL;
NULL              636 src/keyboard.c   echo_kboard = NULL;
NULL              894 src/keyboard.c       if (f != NULL && FRAME_KBOARD (f) != current_kboard)
NULL              910 src/keyboard.c   else if (f != NULL)
NULL             1256 src/keyboard.c     return NULL;
NULL             1264 src/keyboard.c   return NULL;
NULL             1280 src/keyboard.c   struct buffer *prev_buffer = NULL;
NULL             1500 src/keyboard.c 	    update_redisplay_ticks (0, NULL);
NULL             2004 src/keyboard.c 	  && (poll_timer == NULL
NULL             2013 src/keyboard.c 				     poll_for_input, NULL);
NULL             2685 src/keyboard.c 	  || ok_to_echo_at_next_pause == NULL))
NULL             3296 src/keyboard.c 	  c = read_char (0, Qnil, Qnil, 0, NULL);
NULL             3310 src/keyboard.c 	    c = read_char (0, Qnil, Qnil, 0, NULL);
NULL             3334 src/keyboard.c   ok_to_echo_at_next_pause = NULL;
NULL             3613 src/keyboard.c     return NULL;
NULL             3622 src/keyboard.c 	      ? FRAME_KBOARD (XFRAME (obj)) : NULL);
NULL             3994 src/keyboard.c 					   -1, 1, Qnil, NULL, 0);
NULL             4012 src/keyboard.c 	  wait_reading_process_output (0, 0, -1, do_display, Qnil, NULL, 0);
NULL             6032 src/keyboard.c 				      NULL, NULL, &dummy);
NULL             6037 src/keyboard.c 					 &column, &row, NULL, 1);
NULL             6268 src/keyboard.c 				      NULL,
NULL             6498 src/keyboard.c 				    NULL, &mouse_syms,
NULL             6523 src/keyboard.c 				    NULL, &mouse_syms,
NULL             7754 src/keyboard.c static struct user_signal_info *user_signals = NULL;
NULL             7782 src/keyboard.c   const char *special_event_name = NULL;
NULL             7834 src/keyboard.c   return NULL;
NULL             7990 src/keyboard.c 	ptrdiff_t nminor = current_minor_maps (NULL, &tmaps);
NULL             8018 src/keyboard.c 	    map_keymap_canonical (def, menu_bar_item, Qnil, NULL);
NULL             8545 src/keyboard.c       ptrdiff_t nminor = current_minor_maps (NULL, &tmaps);
NULL             8573 src/keyboard.c 	  map_keymap (keymap, process_tab_bar_item, Qnil, NULL, 1);
NULL             8929 src/keyboard.c       ptrdiff_t nminor = current_minor_maps (NULL, &tmaps);
NULL             8957 src/keyboard.c 	  map_keymap (keymap, process_tool_bar_item, Qnil, NULL, 1);
NULL             9613 src/keyboard.c 	obj = read_char (commandflag, Qnil, Qt, 0, NULL);
NULL             10086 src/keyboard.c                              &used_mouse_menu, NULL);
NULL             11582 src/keyboard.c   if (x_display_list != NULL)
NULL             11960 src/keyboard.c     if (*kbp == NULL)
NULL             12058 src/keyboard.c   poll_timer = NULL;
NULL             13199 src/keyboard.c   eassert (initial_kboard == NULL);
NULL              626 src/keymap.c     keymap = map_keymap_internal (keymap, map_keymap_call, function, NULL);
NULL              647 src/keymap.c     map_keymap (keymap, map_keymap_call, function, NULL, 1);
NULL             1517 src/keymap.c   static Lisp_Object *cmm_modes = NULL, *cmm_maps = NULL;
NULL             1623 src/keymap.c   		if (newmodes == NULL || newmaps == NULL)
NULL             2507 src/keymap.c   	  where_is_cache = Fmake_hash_table (0, NULL);
NULL              287 src/kqueue.c       int ret = kevent (kqueuefd, NULL, 0, &kev, 1, &nullts);
NULL              411 src/kqueue.c         add_read_fd (kqueuefd, kqueue_callback, NULL);
NULL              443 src/kqueue.c   	  fflags, 0, NULL);
NULL              445 src/kqueue.c     if (kevent (kqueuefd, &kev, 1, NULL, 0, NULL) < 0) {
NULL             1383 src/lisp.h       return make_lisp_ptr (NULL, Lisp_String);
NULL             1739 src/lisp.h       CHECK_TYPE (memchr (SSDATA (string), '\0', SBYTES (string)) == NULL,
NULL             4929 src/lisp.h     #define IS_DAEMON (w32_daemon_event != NULL)
NULL              180 src/lread.c    #define READCHAR readchar (readcharfun, NULL)
NULL              703 src/lread.c    		     NUMBERP (seconds) ? &end_time : NULL);
NULL             1496 src/lread.c          stream = NULL;
NULL             1608 src/lread.c          saved_strings[i].string = NULL;
NULL             2940 src/lread.c      char *heapbuf = NULL;
NULL             2988 src/lread.c      return unbind_to (count, string_to_number (read_buffer, radix, NULL));
NULL             3045 src/lread.c      char *heapbuf = NULL;
NULL             3623 src/lread.c    static struct read_stack rdstack = {NULL, 0, 0};
NULL             3712 src/lread.c      char *heapbuf = NULL;
NULL             4035 src/lread.c    			ptrdiff_t i = hash_lookup (h, make_fixnum (n), NULL);
NULL             4212 src/lread.c    	    char *longhand = NULL;
NULL             4414 src/lread.c          || hash_lookup (XHASH_TABLE (subst->completed), subtree, NULL) >= 0)
NULL             4665 src/lread.c      set_symbol_next (sym, SYMBOLP (*ptr) ? XSYMBOL (*ptr) : NULL);
NULL             4745 src/lread.c      char* longhand = NULL;
NULL             4784 src/lread.c          char *longhand = NULL;
NULL             4833 src/lread.c      char *longhand = NULL;
NULL             4949 src/lread.c      *out = NULL;
NULL              493 src/marker.c     return BUFFER_LIVE_P (b) ? b : NULL;
NULL              660 src/marker.c         marker->buffer = NULL;
NULL              682 src/marker.c         eassert (tail != NULL);
NULL              630 src/menu.c       wv = make_widget_value ("menu", NULL, true, Qnil);
NULL              716 src/menu.c     	      wv = make_widget_value (NULL, (char *) 1, true, Qnil);
NULL              796 src/menu.c     	  wv = make_widget_value (NULL, NULL, !NILP (enable),
NULL             1077 src/menu.c       pixel_to_glyph_coords (f, XFIXNUM (x), XFIXNUM (y), &col, &row, NULL, 1);
NULL             1116 src/menu.c       const char *error_name = NULL;
NULL             1534 src/menu.c       struct frame *f = NULL;
NULL             2110 src/minibuf.c        i = hash_lookup (h, string, NULL);
NULL             1082 src/msdos.c      if (FACE_FROM_ID_OR_NULL (SELECTED_FRAME (), DEFAULT_FACE_ID) == NULL)
NULL             1539 src/msdos.c      startup_screen_buffer = NULL;
NULL             1631 src/msdos.c    	  unsigned long new_color = load_color (f, NULL, val, reverse
NULL             1661 src/msdos.c    	  unsigned long new_color = load_color (f, NULL, val, reverse
NULL             1787 src/msdos.c    	  time_t now = time (NULL);
NULL             1863 src/msdos.c      term->set_terminal_window_hook = NULL;
NULL             2878 src/msdos.c      menu_help_message = NULL;
NULL             2972 src/msdos.c      menu->help_text[menu->count] = NULL;
NULL             3070 src/msdos.c        = lookup_derived_face (NULL, sf, intern ("msdos-menu-passive-face"),
NULL             3073 src/msdos.c        = lookup_derived_face (NULL, sf, intern ("msdos-menu-active-face"),
NULL             3076 src/msdos.c      faces[2] = lookup_derived_face (NULL, sf, selectface,
NULL             3078 src/msdos.c      faces[3] = lookup_derived_face (NULL, sf, selectface,
NULL             3282 src/msdos.c      menu_help_message = prev_menu_help_message = NULL;
NULL             3976 src/msdos.c          buffer = NULL;
NULL             3983 src/msdos.c    	buffer = NULL;
NULL             3999 src/msdos.c        t = time (NULL);
NULL             4125 src/msdos.c      if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
NULL             4273 src/msdos.c      ltm = gtm = time (NULL);
NULL               99 src/msdos.h    #define FRAME_X_DISPLAY(ignored) NULL
NULL              718 src/pdumper.c    eassert (emacs_ptr != NULL);
NULL              774 src/pdumper.c    eassert (nbyte == 0 || buf != NULL);
NULL              943 src/pdumper.c    return NULL;
NULL             1132 src/pdumper.c    Lisp_Object *highest_score_cons_ptr = NULL;
NULL             1239 src/pdumper.c    Lisp_Object *fancy_cons = NULL;
NULL             1794 src/pdumper.c    bool is_ptr_raw = (ptr_raw_type != NULL);
NULL             1809 src/pdumper.c        if (ptrval == NULL)
NULL             1837 src/pdumper.c        && target_offset > 0 && dump_object_emacs_ptr (value) == NULL)
NULL             1905 src/pdumper.c    dump_field_lv_or_rawptr (ctx, out, in_start, in_field, NULL, weight);
NULL             2744 src/pdumper.c    eassert (hash->next_weak == NULL);
NULL             2758 src/pdumper.c    if (buffer->base_buffer == NULL)
NULL             2772 src/pdumper.c        eassert (buffer->base_buffer->base_buffer == NULL);
NULL             2786 src/pdumper.c    if (buffer->base_buffer == NULL)
NULL             2798 src/pdumper.c          eassert (buffer->own_text.beg == NULL);
NULL             2856 src/pdumper.c    out->newline_cache = NULL;
NULL             2857 src/pdumper.c    out->width_run_cache = NULL;
NULL             2858 src/pdumper.c    out->bidi_paragraph_cache = NULL;
NULL             2865 src/pdumper.c    if (buffer->overlays && buffer->overlays->root != NULL)
NULL             2869 src/pdumper.c      out->overlays = NULL;
NULL             2915 src/pdumper.c      out.function.a0 = NULL;
NULL             2966 src/pdumper.c    out->handle = NULL;
NULL             3378 src/pdumper.c        eassert (optr != NULL);
NULL             3552 src/pdumper.c    if (*out_ptr != NULL)
NULL             3586 src/pdumper.c            if (value != NULL)
NULL             3628 src/pdumper.c            if (value == NULL)
NULL             3635 src/pdumper.c                if (dump_object_emacs_ptr (lv) != NULL)
NULL             3857 src/pdumper.c    struct emacs_reloc reloc_a = decode_emacs_reloc (NULL, lreloc_a);
NULL             3858 src/pdumper.c    struct emacs_reloc reloc_b = decode_emacs_reloc (NULL, lreloc_b);
NULL             3903 src/pdumper.c        while (merger != NULL
NULL             3972 src/pdumper.c            eassert (dump_object_emacs_ptr (arg) == NULL);
NULL             4124 src/pdumper.c    ctx->staticpro_table = Fmake_hash_table (0, NULL);
NULL             4290 src/pdumper.c      NULL
NULL             4329 src/pdumper.c    ctx->buf = NULL;
NULL             4465 src/pdumper.c    if (ret == NULL)
NULL             4528 src/pdumper.c      ret = NULL;
NULL             4545 src/pdumper.c    return NULL;
NULL             4573 src/pdumper.c    void *ret = NULL;
NULL             4574 src/pdumper.c    HANDLE section = NULL;
NULL             4602 src/pdumper.c  			       /*lpAttributes=*/NULL,
NULL             4606 src/pdumper.c  			       /*lpName=*/NULL);
NULL             4634 src/pdumper.c    if (ret == NULL)
NULL             4675 src/pdumper.c      ret = NULL;
NULL             4691 src/pdumper.c    return NULL;
NULL             4764 src/pdumper.c    map->mapping = NULL;
NULL             4765 src/pdumper.c    map->release = NULL;
NULL             4766 src/pdumper.c    map->private = NULL;
NULL             4881 src/pdumper.c    void *resv = NULL;
NULL             4895 src/pdumper.c        eassert (resv == NULL);
NULL             4896 src/pdumper.c        resv = dump_anonymous_allocate (NULL,
NULL             4912 src/pdumper.c            resv = NULL;
NULL             4929 src/pdumper.c  	  if (need_retry && map->mapping == NULL
NULL             4939 src/pdumper.c            if (map->mapping == NULL)
NULL             4947 src/pdumper.c    resv = NULL;
NULL             4987 src/pdumper.c        eassert (maps[i].mapping == NULL);
NULL             4988 src/pdumper.c        eassert (maps[i].release == NULL);
NULL             4989 src/pdumper.c        eassert (maps[i].private == NULL);
NULL             5157 src/pdumper.c    const struct dump_reloc *found = NULL;
NULL             5210 src/pdumper.c    return (reloc != NULL && dump_reloc_get_offset (*reloc) == offset)
NULL               61 src/pgtkfns.c    if (model == NULL)
NULL               82 src/pgtkfns.c    struct pgtk_display_info *dpyinfo = NULL;
NULL              243 src/pgtkfns.c  				  NULL);
NULL              743 src/pgtkfns.c        GError *err = NULL;
NULL              825 src/pgtkfns.c        gtk_css_provider_load_from_data (css_provider, "", -1, NULL);
NULL              838 src/pgtkfns.c        gtk_css_provider_load_from_data (css_provider, css, -1, NULL);
NULL              855 src/pgtkfns.c        gtk_css_provider_load_from_data (css_provider, "", -1, NULL);
NULL              871 src/pgtkfns.c        gtk_css_provider_load_from_data (css_provider, css, -1, NULL);
NULL             1001 src/pgtkfns.c      NULL,
NULL             1030 src/pgtkfns.c        if (FRAME_IMAGE_CACHE (f) != NULL
NULL             1076 src/pgtkfns.c      gui_display_get_arg (dpyinfo, parms, Qfont, NULL, NULL,
NULL             1111 src/pgtkfns.c  	NULL
NULL             1213 src/pgtkfns.c    struct pgtk_display_info *dpyinfo = NULL;
NULL             1247 src/pgtkfns.c      gui_display_get_arg (dpyinfo, parms, Qparent_id, NULL, NULL,
NULL             1271 src/pgtkfns.c      gui_display_get_arg (dpyinfo, parms, Qparent_frame, NULL, NULL,
NULL             1288 src/pgtkfns.c  	(dpyinfo, parms, Qundecorated, NULL, NULL, RES_TYPE_BOOLEAN)))
NULL             1298 src/pgtkfns.c  	(dpyinfo, parms, Qoverride_redirect, NULL, NULL, RES_TYPE_BOOLEAN)))
NULL             1445 src/pgtkfns.c  			 NULL, NULL, RES_TYPE_NUMBER);
NULL             1447 src/pgtkfns.c  			 NULL, NULL, RES_TYPE_NUMBER);
NULL             1472 src/pgtkfns.c  			 NULL, NULL, RES_TYPE_BOOLEAN);
NULL             1499 src/pgtkfns.c    tem = gui_display_get_arg (dpyinfo, parms, Qmin_width, NULL, NULL,
NULL             1503 src/pgtkfns.c    tem = gui_display_get_arg (dpyinfo, parms, Qmin_height, NULL, NULL,
NULL             1519 src/pgtkfns.c  			 NULL, NULL, RES_TYPE_NUMBER);
NULL             1523 src/pgtkfns.c  			 NULL, NULL, RES_TYPE_NUMBER);
NULL             1527 src/pgtkfns.c  			 NULL, NULL, RES_TYPE_NUMBER);
NULL             1625 src/pgtkfns.c        FRAME_GTK_OUTER_WIDGET (f) = NULL;
NULL             1626 src/pgtkfns.c        FRAME_OUTPUT_DATA (f)->vbox_widget = NULL;
NULL             1627 src/pgtkfns.c        FRAME_OUTPUT_DATA (f)->hbox_widget = NULL;
NULL             1628 src/pgtkfns.c        FRAME_OUTPUT_DATA (f)->menubar_widget = NULL;
NULL             1629 src/pgtkfns.c        FRAME_OUTPUT_DATA (f)->toolbar_widget = NULL;
NULL             1630 src/pgtkfns.c        FRAME_OUTPUT_DATA (f)->ttip_widget = NULL;
NULL             1631 src/pgtkfns.c        FRAME_OUTPUT_DATA (f)->ttip_lbl = NULL;
NULL             1632 src/pgtkfns.c        FRAME_OUTPUT_DATA (f)->ttip_window = NULL;
NULL             1640 src/pgtkfns.c        for (; w != NULL; w = w->next)
NULL             1645 src/pgtkfns.c  			 NULL, NULL, RES_TYPE_BOOLEAN);
NULL             1647 src/pgtkfns.c  			 NULL, NULL, RES_TYPE_BOOLEAN);
NULL             1720 src/pgtkfns.c  			 NULL, NULL, RES_TYPE_BOOLEAN);
NULL             1723 src/pgtkfns.c  			 NULL, NULL, RES_TYPE_SYMBOL);
NULL             1738 src/pgtkfns.c    FRAME_X_OUTPUT (f)->border_color_css_provider = NULL;
NULL             1740 src/pgtkfns.c    FRAME_X_OUTPUT (f)->cr_surface_visible_bell = NULL;
NULL             1741 src/pgtkfns.c    FRAME_X_OUTPUT (f)->atimer_visible_bell = NULL;
NULL             1869 src/pgtkfns.c  	    return NULL;	/* invalid */
NULL             1878 src/pgtkfns.c      return NULL;
NULL             1896 src/pgtkfns.c  	return NULL;		/* invalid */
NULL             1907 src/pgtkfns.c      return NULL;	/* *.schema.xml is not installed. */
NULL             1911 src/pgtkfns.c        return NULL;
NULL             1915 src/pgtkfns.c    GSettings *gs = g_settings_new_full (scm, NULL, path);
NULL             1930 src/pgtkfns.c    if (gs == NULL)
NULL             1932 src/pgtkfns.c        return NULL;
NULL             1948 src/pgtkfns.c    return holder[0] != '\0' ? holder : NULL;
NULL             1960 src/pgtkfns.c    if (gs == NULL)
NULL             1963 src/pgtkfns.c    if (value != NULL)
NULL             1985 src/pgtkfns.c    return NULL;
NULL             2001 src/pgtkfns.c    check_window_system (NULL);
NULL             2014 src/pgtkfns.c    pgtk_set_defaults_value (key, NILP (value) ? NULL : SSDATA (value));
NULL             2288 src/pgtkfns.c    check_window_system (NULL);
NULL             2292 src/pgtkfns.c      return NULL;
NULL             2295 src/pgtkfns.c    if (res == NULL)
NULL             2298 src/pgtkfns.c    if (res == NULL)
NULL             2299 src/pgtkfns.c      return NULL;
NULL             2648 src/pgtkfns.c        tip_window = NULL;
NULL             2782 src/pgtkfns.c                           NULL, NULL, RES_TYPE_NUMBER);
NULL             2784 src/pgtkfns.c                           NULL, NULL, RES_TYPE_NUMBER);
NULL             2798 src/pgtkfns.c                           NULL, NULL, RES_TYPE_BOOLEAN);
NULL             3440 src/pgtkfns.c        if (FRAME_GTK_WIDGET (f) == NULL)
NULL             3787 src/pgtkfns.c    char *default_name = NULL;
NULL               35 src/pgtkim.c     if (dpyinfo->im.context == NULL)
NULL               37 src/pgtkim.c     if (f == NULL)
NULL               75 src/pgtkim.c     if (dpyinfo->im.context == NULL)
NULL               77 src/pgtkim.c     if (f == NULL)
NULL              111 src/pgtkim.c         if (ul != NULL)
NULL              123 src/pgtkim.c   	  if (pac != NULL)
NULL              132 src/pgtkim.c         if (pac != NULL)
NULL              138 src/pgtkim.c         if (pac != NULL)
NULL              159 src/pgtkim.c     if (dpyinfo->im.context == NULL)
NULL              161 src/pgtkim.c     if (f == NULL)
NULL              176 src/pgtkim.c     if (dpyinfo->im.context != NULL)
NULL              193 src/pgtkim.c         if (dpyinfo->im.context != NULL)
NULL              197 src/pgtkim.c   	  gtk_im_context_set_client_window (dpyinfo->im.context, NULL);
NULL              199 src/pgtkim.c         dpyinfo->im.focused_frame = NULL;
NULL              207 src/pgtkim.c     if (dpyinfo->im.context != NULL)
NULL              220 src/pgtkim.c     if (dpyinfo->im.context != NULL && dpyinfo->im.focused_frame == f)
NULL              232 src/pgtkim.c         if (dpyinfo->im.context != NULL)
NULL              236 src/pgtkim.c   	  gtk_im_context_set_client_window (dpyinfo->im.context, NULL);
NULL              239 src/pgtkim.c   	  dpyinfo->im.context = NULL;
NULL              244 src/pgtkim.c         if (dpyinfo->im.context == NULL)
NULL              274 src/pgtkim.c     dpyinfo->im.context = NULL;
NULL              282 src/pgtkim.c     if (dpyinfo->im.context != NULL)
NULL              284 src/pgtkim.c     dpyinfo->im.context = NULL;
NULL              174 src/pgtkmenu.c   show_help_event (popup_activated_flag <= 1 ? cb_data->cl_data->f : NULL,
NULL              341 src/pgtkmenu.c       wv = make_widget_value ("menubar", NULL, true, Qnil);
NULL              407 src/pgtkmenu.c       wv = make_widget_value ("menubar", NULL, true, Qnil);
NULL              420 src/pgtkmenu.c 	  wv = make_widget_value (SSDATA (string), NULL, true, Qnil);
NULL              609 src/pgtkmenu.c   *error_name = NULL;
NULL              621 src/pgtkmenu.c   wv = make_widget_value ("menu", NULL, true, Qnil);
NULL              678 src/pgtkmenu.c 	      wv = make_widget_value (pane_string, NULL, true, Qnil);
NULL              723 src/pgtkmenu.c 	  wv = make_widget_value (SSDATA (item_name), NULL, !NILP (enable),
NULL              757 src/pgtkmenu.c       widget_value *wv_sep1 = make_widget_value ("--", NULL, false, Qnil);
NULL              758 src/pgtkmenu.c       widget_value *wv_sep2 = make_widget_value ("--", NULL, false, Qnil);
NULL              768 src/pgtkmenu.c       wv_title = make_widget_value (SSDATA (title), NULL, true, Qnil);
NULL              913 src/pgtkmenu.c   *error_name = NULL;
NULL              983 src/pgtkmenu.c     wv = make_widget_value (dialog_name, NULL, false, Qnil);
NULL              104 src/pgtkselect.c   return NULL;
NULL              369 src/pgtkselect.c   frame->converted_selections = NULL;
NULL              405 src/pgtkselect.c   frame->converted_selections = NULL;
NULL              702 src/pgtkselect.c 	  cs->wait_object = NULL;
NULL              712 src/pgtkselect.c   cs->data = NULL;
NULL              715 src/pgtkselect.c   cs->wait_object = NULL;
NULL              817 src/pgtkselect.c 					   NULL,
NULL              837 src/pgtkselect.c 					     NULL,
NULL              942 src/pgtkselect.c 				   property_change_reply, NULL, 0);
NULL             1049 src/pgtkselect.c 				  NULL);
NULL             1058 src/pgtkselect.c 			       reading_selection_reply, NULL, 0);
NULL             1110 src/pgtkselect.c   data = NULL;
NULL             1118 src/pgtkselect.c       *data_ret = NULL;
NULL             1410 src/pgtkselect.c   eassert (cs != NULL);
NULL             1425 src/pgtkselect.c       cs->data = NULL;
NULL             1697 src/pgtkselect.c   gdk_selection_owner_set_for_display (dpyinfo->display, NULL,
NULL              218 src/pgtkterm.c   dpyinfo->devices = NULL;
NULL              252 src/pgtkterm.c 					  &test_rect, NULL);
NULL              323 src/pgtkterm.c       frame = NULL;
NULL              471 src/pgtkterm.c   if (FRAME_X_OUTPUT (f)->scale_factor_atimer != NULL)
NULL              474 src/pgtkterm.c       FRAME_X_OUTPUT (f)->scale_factor_atimer = NULL;
NULL              510 src/pgtkterm.c   if (FRAME_X_OUTPUT (f)->border_color_css_provider != NULL)
NULL              516 src/pgtkterm.c       FRAME_X_OUTPUT (f)->border_color_css_provider = NULL;
NULL              519 src/pgtkterm.c   if (FRAME_X_OUTPUT (f)->scrollbar_foreground_css_provider != NULL)
NULL              524 src/pgtkterm.c       FRAME_X_OUTPUT (f)->scrollbar_foreground_css_provider = NULL;
NULL              527 src/pgtkterm.c   if (FRAME_X_OUTPUT (f)->scrollbar_background_css_provider != NULL)
NULL              532 src/pgtkterm.c       FRAME_X_OUTPUT (f)->scrollbar_background_css_provider = NULL;
NULL              537 src/pgtkterm.c   if (FRAME_X_OUTPUT (f)->cr_surface_visible_bell != NULL)
NULL              540 src/pgtkterm.c       FRAME_X_OUTPUT (f)->cr_surface_visible_bell = NULL;
NULL              543 src/pgtkterm.c   if (FRAME_X_OUTPUT (f)->atimer_visible_bell != NULL)
NULL              546 src/pgtkterm.c       FRAME_X_OUTPUT (f)->atimer_visible_bell = NULL;
NULL              550 src/pgtkterm.c   f->output_data.pgtk = NULL;
NULL              564 src/pgtkterm.c   if (dpyinfo->gdpy != NULL)
NULL              706 src/pgtkterm.c   for (GtkWidget * w = FRAME_GTK_WIDGET (f); w != NULL;
NULL              730 src/pgtkterm.c     FRAME_DISPLAY_INFO (f)->highlight_frame = NULL;
NULL              909 src/pgtkterm.c   if (FRAME_GTK_WIDGET (f) != NULL)
NULL              939 src/pgtkterm.c   struct frame *p = NULL;
NULL              954 src/pgtkterm.c       if (p != NULL)
NULL              968 src/pgtkterm.c       FRAME_X_OUTPUT (f)->border_color_css_provider = NULL;
NULL              971 src/pgtkterm.c 	if (provider != NULL)
NULL              984 src/pgtkterm.c 	    FRAME_GTK_OUTER_WIDGET (f) = NULL;
NULL              985 src/pgtkterm.c 	    FRAME_OUTPUT_DATA (f)->vbox_widget = NULL;
NULL              986 src/pgtkterm.c 	    FRAME_OUTPUT_DATA (f)->hbox_widget = NULL;
NULL              987 src/pgtkterm.c 	    FRAME_OUTPUT_DATA (f)->menubar_widget = NULL;
NULL              988 src/pgtkterm.c 	    FRAME_OUTPUT_DATA (f)->toolbar_widget = NULL;
NULL              989 src/pgtkterm.c 	    FRAME_OUTPUT_DATA (f)->ttip_widget = NULL;
NULL              990 src/pgtkterm.c 	    FRAME_OUTPUT_DATA (f)->ttip_lbl = NULL;
NULL              991 src/pgtkterm.c 	    FRAME_OUTPUT_DATA (f)->ttip_window = NULL;
NULL              995 src/pgtkterm.c       if (p == NULL)
NULL             1021 src/pgtkterm.c       if (provider != NULL)
NULL             1026 src/pgtkterm.c       if (old != NULL)
NULL             1111 src/pgtkterm.c   dpyinfo->highlight_frame = dpyinfo->x_focus_frame = NULL;
NULL             1281 src/pgtkterm.c   if (s->cmp == NULL
NULL             1583 src/pgtkterm.c       char *str = NULL;
NULL             1641 src/pgtkterm.c   s->char2b = NULL;
NULL             2011 src/pgtkterm.c 		&& (s->prev == NULL || s->prev->hl != s->hl)));
NULL             2014 src/pgtkterm.c 		 && (s->next == NULL || s->next->hl != s->hl)));
NULL             2791 src/pgtkterm.c   if (cursor_glyph == NULL)
NULL             2838 src/pgtkterm.c   if (cursor_glyph == NULL)
NULL             3213 src/pgtkterm.c   if (FRAME_DISPLAY_INFO (f)->bitmaps[bitmap_id - 1].img != NULL)
NULL             3231 src/pgtkterm.c       gtk_window_set_icon (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)), NULL);
NULL             3398 src/pgtkterm.c   dpyinfo->last_mouse_scroll_bar = NULL;
NULL             3412 src/pgtkterm.c       if (win != NULL)
NULL             3426 src/pgtkterm.c   if (f1 == NULL || !FRAME_PGTK_P (f1))
NULL             3439 src/pgtkterm.c   if (f1 != NULL)
NULL             3447 src/pgtkterm.c       *fp = !return_frame_flag ? f1 : NULL;
NULL             3593 src/pgtkterm.c static struct atimer *hourglass_atimer = NULL;
NULL             3606 src/pgtkterm.c   if (x->hourglass_widget != NULL)
NULL             3624 src/pgtkterm.c       if (hourglass_atimer != NULL)
NULL             3627 src/pgtkterm.c 	= start_atimer (ATIMER_CONTINUOUS, ts, hourglass_cb, NULL);
NULL             3637 src/pgtkterm.c       if (hourglass_atimer != NULL)
NULL             3640 src/pgtkterm.c 	  hourglass_atimer = NULL;
NULL             3643 src/pgtkterm.c   if (x->hourglass_widget != NULL)
NULL             3646 src/pgtkterm.c       x->hourglass_widget = NULL;
NULL             3666 src/pgtkterm.c   NULL, /* gui_update_window_begin, */
NULL             3667 src/pgtkterm.c   NULL, /* gui_update_window_end, */
NULL             3683 src/pgtkterm.c   NULL,				/* pgtk_shift_glyphs_for_insert, */
NULL             3707 src/pgtkterm.c   if (FRAME_X_OUTPUT (f)->cr_surface_visible_bell != NULL)
NULL             3710 src/pgtkterm.c       FRAME_X_OUTPUT (f)->cr_surface_visible_bell = NULL;
NULL             3713 src/pgtkterm.c   if (FRAME_X_OUTPUT (f)->atimer_visible_bell != NULL)
NULL             3714 src/pgtkterm.c     FRAME_X_OUTPUT (f)->atimer_visible_bell = NULL;
NULL             3789 src/pgtkterm.c   if (FRAME_X_OUTPUT (f)->atimer_visible_bell != NULL)
NULL             3792 src/pgtkterm.c       FRAME_X_OUTPUT (f)->atimer_visible_bell = NULL;
NULL             4481 src/pgtkterm.c       if (dpyinfo->last_click_event != NULL)
NULL             4484 src/pgtkterm.c 	  dpyinfo->last_click_event = NULL;
NULL             4497 src/pgtkterm.c       dpyinfo->gdpy = NULL;
NULL             4610 src/pgtkterm.c   gtk_css_provider_load_from_data (css_provider, css, -1, NULL);
NULL             4617 src/pgtkterm.c   if (old != NULL)
NULL             4645 src/pgtkterm.c   gtk_css_provider_load_from_data (css_provider, css, -1, NULL);
NULL             4652 src/pgtkterm.c   if (old != NULL)
NULL             4868 src/pgtkterm.c   struct frame *f, *found = NULL;
NULL             4870 src/pgtkterm.c   if (window == NULL)
NULL             4871 src/pgtkterm.c     return NULL;
NULL             4956 src/pgtkterm.c 	    ? lookup_basic_face (NULL, f, CHILD_FRAME_BORDER_FACE_ID)
NULL             4959 src/pgtkterm.c 	    ? lookup_basic_face (NULL, f, INTERNAL_BORDER_FACE_ID)
NULL             4996 src/pgtkterm.c   if (win != NULL)
NULL             4998 src/pgtkterm.c       cairo_surface_t *src = NULL;
NULL             5000 src/pgtkterm.c       if (f != NULL)
NULL             5003 src/pgtkterm.c 	  if (src == NULL && FRAME_CR_ACTIVE_CONTEXT (f) != NULL)
NULL             5006 src/pgtkterm.c       if (src != NULL)
NULL             5131 src/pgtkterm.c   uptr = ustr = g_utf8_to_ucs4 (str, -1, NULL, NULL, NULL);
NULL             5132 src/pgtkterm.c   if (ustr == NULL)
NULL             5409 src/pgtkterm.c   return NULL;
NULL             5651 src/pgtkterm.c           pgtk_new_focus_frame (dpyinfo, NULL);
NULL             5670 src/pgtkterm.c   if (frame == NULL)
NULL             5698 src/pgtkterm.c   if (frame == NULL)
NULL             5746 src/pgtkterm.c   if (frame == NULL)
NULL             5770 src/pgtkterm.c   if (frame == NULL)
NULL             5814 src/pgtkterm.c       dpyinfo->last_mouse_scroll_bar = NULL;
NULL             5816 src/pgtkterm.c       dpyinfo->last_mouse_glyph_frame = NULL;
NULL             5831 src/pgtkterm.c       dpyinfo->last_mouse_scroll_bar = NULL;
NULL             6004 src/pgtkterm.c   dpyinfo->last_mouse_glyph_frame = NULL;
NULL             6082 src/pgtkterm.c       if (dpyinfo->last_click_event != NULL)
NULL             6473 src/pgtkterm.c 			G_CALLBACK (pgtk_handle_draw), NULL);
NULL             6477 src/pgtkterm.c   gtk_drag_dest_set (FRAME_GTK_WIDGET (f), 0, NULL, 0,
NULL             6485 src/pgtkterm.c 			NULL);
NULL             6487 src/pgtkterm.c 			G_CALLBACK (delete_event), NULL);
NULL             6489 src/pgtkterm.c 			G_CALLBACK (pgtk_handle_event), NULL);
NULL             6491 src/pgtkterm.c 			G_CALLBACK (configure_event), NULL);
NULL             6495 src/pgtkterm.c 		    G_CALLBACK (map_event), NULL);
NULL             6499 src/pgtkterm.c 		    G_CALLBACK (key_press_event), NULL);
NULL             6501 src/pgtkterm.c 		    G_CALLBACK (key_release_event), NULL);
NULL             6503 src/pgtkterm.c 		    G_CALLBACK (focus_in_event), NULL);
NULL             6505 src/pgtkterm.c 		    G_CALLBACK (focus_out_event), NULL);
NULL             6507 src/pgtkterm.c 		    G_CALLBACK (enter_notify_event), NULL);
NULL             6509 src/pgtkterm.c 		    G_CALLBACK (leave_notify_event), NULL);
NULL             6511 src/pgtkterm.c 		    G_CALLBACK (motion_notify_event), NULL);
NULL             6513 src/pgtkterm.c 		    G_CALLBACK (button_event), NULL);
NULL             6515 src/pgtkterm.c 		    G_CALLBACK (button_event), NULL);
NULL             6517 src/pgtkterm.c 		    G_CALLBACK (scroll_event), NULL);
NULL             6519 src/pgtkterm.c 		    G_CALLBACK (configure_event), NULL);
NULL             6521 src/pgtkterm.c 		    G_CALLBACK (drag_leave), NULL);
NULL             6523 src/pgtkterm.c 		    G_CALLBACK (drag_motion), NULL);
NULL             6525 src/pgtkterm.c 		    G_CALLBACK (drag_drop), NULL);
NULL             6527 src/pgtkterm.c 		    G_CALLBACK (pgtk_handle_draw), NULL);
NULL             6529 src/pgtkterm.c 		    G_CALLBACK (pgtk_selection_event), NULL);
NULL             6531 src/pgtkterm.c 		    G_CALLBACK (pgtk_selection_event), NULL);
NULL             6533 src/pgtkterm.c 		    G_CALLBACK (pgtk_selection_event), NULL);
NULL             6535 src/pgtkterm.c 		    G_CALLBACK (pgtk_selection_event), NULL);
NULL             6537 src/pgtkterm.c 		    G_CALLBACK (pgtk_handle_event), NULL);
NULL             6610 src/pgtkterm.c   return NULL;
NULL             6712 src/pgtkterm.c   static char *initial_display = NULL;
NULL             6714 src/pgtkterm.c   static void *handle = NULL;
NULL             6736 src/pgtkterm.c   if (strlen (dpy_name) == 0 && initial_display != NULL)
NULL             6774 src/pgtkterm.c 				| G_LOG_FLAG_RECURSION, my_log_handler, NULL);
NULL             6891 src/pgtkterm.c     handle = dlopen (NULL, RTLD_LAZY);
NULL             7303 src/pgtkterm.c   if (FRAME_CR_CONTEXT (f) != NULL)
NULL             7306 src/pgtkterm.c       FRAME_CR_CONTEXT (f) = NULL;
NULL             7325 src/pgtkterm.c   void (*surface_set_size_func) (cairo_surface_t *, double, double) = NULL;
NULL              104 src/print.c      print_buffer.buffer = NULL;
NULL              177 src/print.c          if (print_buffer.buffer != NULL)
NULL              600 src/print.c      eassert (current_buffer->overlays == NULL);
NULL             1122 src/print.c          sep = NULL;
NULL             1332 src/print.c    static struct print_pp_stack ppstack = {NULL, 0, 0};
NULL             1437 src/print.c    					      print_preprocess_string, NULL);
NULL             1982 src/print.c    	if (symbol == NULL)
NULL             1988 src/print.c            if (data != NULL)
NULL             1991 src/print.c            if (file != NULL)
NULL             2157 src/print.c    static struct print_stack prstack = {NULL, 0, 0};
NULL              489 src/process.c    eassert (fd_callback_info[fd].func == NULL);
NULL              533 src/process.c    eassert (fd_callback_info[fd].func == NULL);
NULL              589 src/process.c        if (fd_callback_info[fd].thread != NULL
NULL              592 src/process.c        if (fd_callback_info[fd].waiting_thread != NULL
NULL              612 src/process.c        if (fd_callback_info[fd].thread != NULL
NULL              615 src/process.c        if (fd_callback_info[fd].waiting_thread != NULL
NULL              636 src/process.c        if (fd_callback_info[fd].thread != NULL
NULL              639 src/process.c        if (fd_callback_info[fd].waiting_thread != NULL
NULL              660 src/process.c        if (fd_callback_info[fd].thread != NULL
NULL              663 src/process.c        if (fd_callback_info[fd].waiting_thread != NULL
NULL              683 src/process.c  	fd_callback_info[fd].waiting_thread = NULL;
NULL              973 src/process.c  	    fd_callback_info[proc->infd].thread = NULL;
NULL              976 src/process.c  	    fd_callback_info[proc->outfd].thread = NULL;
NULL              990 src/process.c    p->dns_request = NULL;
NULL             1105 src/process.c  	  while (gai_suspend (&req, 1, NULL) != 0)
NULL             1119 src/process.c        status_notify (p, NULL);
NULL             1139 src/process.c  	  status_notify (p, NULL);
NULL             1449 src/process.c      tstate = NULL;
NULL             2254 src/process.c                     pty_in || pty_out ? SSDATA (lisp_pty_name) : NULL,
NULL             2686 src/process.c    register unsigned char *cp = NULL;
NULL             3405 src/process.c    struct sockaddr *sa = NULL;
NULL             3571 src/process.c  	  sc = pselect (s + 1, NULL, &fdset, NULL, NULL, NULL);
NULL             3942 src/process.c    struct gaicb *dns_request = NULL;
NULL             4128 src/process.c  	  dns_request->ar_result = NULL;
NULL             4135 src/process.c  	  int ret = getaddrinfo_a (GAI_NOWAIT, &dns_request, 1, NULL);
NULL             4289 src/process.c    for (struct ifaddrs *it = ifap; it != NULL; it = it->ifa_next)
NULL             4298 src/process.c        if (it->ifa_addr == NULL)
NULL             4516 src/process.c        for (struct ifaddrs *it = ifap; it != NULL; it = it->ifa_next)
NULL             4670 src/process.c        if (service == NULL)
NULL             4730 src/process.c    msg = network_lookup_address_info_1 (name, NULL, &hints, &res);
NULL             4892 src/process.c  				   !NILP (process) ? XPROCESS (process) : NULL,
NULL             5150 src/process.c        wait_reading_process_output (0, 20 * 1000 * 1000, 0, 0, Qnil, NULL, 0);
NULL             5160 src/process.c        wait_reading_process_output (0, 20 * 1000 * 1000, 0, 0, Qnil, NULL, 0);
NULL             5172 src/process.c        wait_reading_process_output (0, 20 * 1000 * 1000, 0, 0, Qnil, NULL, 0);
NULL             5255 src/process.c    eassert (wait_proc == NULL
NULL             5443 src/process.c  			      (num_pending_connects > 0 ? &Ctemp : NULL),
NULL             5444 src/process.c  			      NULL, &timeout, NULL)
NULL             5450 src/process.c  	      got_some_output = status_notify (NULL, wait_proc);
NULL             5686 src/process.c  			    NULL, &timeout, NULL);
NULL             5691 src/process.c  			    NULL, &timeout, NULL);
NULL             5696 src/process.c  				NULL, &timeout, NULL);
NULL             6689 src/process.c  					       0, 0, Qnil, NULL, 0);
NULL             6875 src/process.c        cc_t *sig_char = NULL;
NULL             6951 src/process.c  	  status_notify (NULL, NULL);
NULL             7201 src/process.c    struct coding_system *coding = NULL;
NULL             7359 src/process.c    add_read_fd (fds[0], child_signal_read, NULL);
NULL             7979 src/process.c  	  nfds = pselect (1, &waitchannels, NULL, NULL, &timeout, NULL);
NULL             8057 src/process.c    add_read_fd (fd, timerfd_callback, NULL);
NULL              391 src/ralloc.c     new_bloc->variable = NULL;
NULL              657 src/ralloc.c         bloc->variable = NULL;
NULL              790 src/ralloc.c   	    return NULL;
NULL              984 src/ralloc.c   	      bloc->variable = NULL;
NULL              987 src/ralloc.c   	    return NULL;
NULL              992 src/ralloc.c   	    return NULL;
NULL             1173 src/ralloc.c     if (break_value == NULL)
NULL              505 src/regex-emacs.c   if (start == NULL)
NULL              770 src/regex-emacs.c   if (where == NULL)
NULL             1043 src/regex-emacs.c 	     || FAILURE_STR (failure) == NULL))				\
NULL             1152 src/regex-emacs.c #define REG_UNSET(e) ((e) == NULL)
NULL             1915 src/regex-emacs.c 		      (simple || !analyze_first (laststart, b, NULL, false))
NULL             1962 src/regex-emacs.c 		    bool emptyp = !!analyze_first (laststart, b, NULL, false);
NULL             2479 src/regex-emacs.c 		beg_interval = NULL;
NULL             2487 src/regex-emacs.c 	       beg_interval = NULL;
NULL             3177 src/regex-emacs.c   return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
NULL             3547 src/regex-emacs.c       p = NULL;
NULL             3591 src/regex-emacs.c   re_char *p = *pp, *rtp = NULL;
NULL             3977 src/regex-emacs.c   re_char *match_end = NULL;
NULL             4024 src/regex-emacs.c 	*apos = NULL;
NULL             4029 src/regex-emacs.c   if (size2 == 0 && string1 != NULL)
NULL             4243 src/regex-emacs.c 	    update_redisplay_ticks (nchars / 50 + 1, NULL);
NULL             4603 src/regex-emacs.c 	  PUSH_FAILURE_POINT (p - 3, NULL);
NULL             5073 src/regex-emacs.c 	      eassert (str == NULL);
NULL             5113 src/regex-emacs.c     update_redisplay_ticks (nchars / 50 + 1, NULL);
NULL             5176 src/regex-emacs.c     return NULL;
NULL              119 src/search.c       SSDATA (Vsearch_spaces_regexp) : NULL;
NULL              201 src/search.c     for (cpp = &searchbuf_head, lru_nonbusy = NULL; ; cpp = &cp->next)
NULL              282 src/search.c       modify_match_data ? &search_regs : NULL,
NULL              316 src/search.c   		  modify_match_data ? &search_regs : NULL,
NULL              403 src/search.c   		       modify_match_data ? &search_regs : NULL,
NULL              414 src/search.c   		   (modify_match_data ? &search_regs : NULL));
NULL              545 src/search.c         p1 = NULL;
NULL              584 src/search.c   		    pos_byte, NULL, limit_byte);
NULL              626 src/search.c         return NULL;
NULL             1002 src/search.c     return find_newline (from, frombyte, 0, -1, cnt, NULL, bytepos, 0);
NULL             2649 src/search.c   	  const unsigned char *add_stuff = NULL;
NULL             3304 src/search.c     struct buffer *buf, *old = NULL;
NULL             3322 src/search.c         || buf->newline_cache == NULL)
NULL             3326 src/search.c     if (old != NULL)
NULL             3331 src/search.c   		TYPE_MAXIMUM (ptrdiff_t), &nl_count_cache, NULL, true);
NULL             3343 src/search.c   				NULL, true);
NULL             3352 src/search.c   		 TYPE_MAXIMUM (ptrdiff_t), &nl_count_buf, NULL, true);
NULL             3361 src/search.c   				 NULL, true);
NULL             3371 src/search.c     if (old != NULL)
NULL              385 src/sort.c       eassume (ms != NULL);
NULL              395 src/sort.c       ms->reloc = (struct reloc){NULL, NULL, NULL, 0};
NULL              407 src/sort.c       eassume (ms != NULL);
NULL              409 src/sort.c       if (ms->reloc.size != NULL && *ms->reloc.size > 0)
NULL              411 src/sort.c           eassume (ms->reloc.src != NULL);
NULL              425 src/sort.c       eassume (ms != NULL);
NULL              435 src/sort.c           eassume (*ms->reloc.src != NULL && *ms->reloc.dst != NULL);
NULL              454 src/sort.c       eassume (ms != NULL);
NULL              595 src/sort.c       ms->reloc = (struct reloc){NULL, NULL, NULL, 0};
NULL              602 src/sort.c       ms->reloc = (struct reloc){NULL, NULL, NULL, 0};
NULL              722 src/sort.c       ms->reloc = (struct reloc){NULL, NULL, NULL, 0};
NULL              728 src/sort.c       ms->reloc = (struct reloc){NULL, NULL, NULL, 0};
NULL              742 src/sort.c       eassume (ms != NULL);
NULL              839 src/sort.c       eassume (ms != NULL);
NULL              865 src/sort.c       eassume (ms != NULL);
NULL              784 src/sound.c          ioctl (sd->fd, SNDCTL_DSP_SYNC, NULL);
NULL              860 src/sound.c      sd->period_size = NULL;
NULL              910 src/sound.c      p->handle = NULL;
NULL              911 src/sound.c      p->hwparams = NULL;
NULL              912 src/sound.c      p->swparams = NULL;
NULL             1008 src/sound.c      p->hwparams = NULL;
NULL             1010 src/sound.c      p->swparams = NULL;
NULL             1027 src/sound.c                  && snd_mixer_selem_register (handle, NULL, NULL) >= 0)
NULL             1193 src/sound.c      snd_lib_error_set_handler (NULL);
NULL             1268 src/sound.c    				      sz_ret_buf_a, sizeof (sz_ret_buf_a), NULL);
NULL             1286 src/sound.c    				  sz_ret_buf_w, ARRAYELTS (sz_ret_buf_w) , NULL);
NULL             1326 src/sound.c    			      NULL);
NULL             1339 src/sound.c    			      NULL);
NULL              313 src/sqlite.c     if (sqlite3_open_v2 (SSDATA (name), &sdb, flags, NULL) != SQLITE_OK)
NULL              316 src/sqlite.c     return make_sqlite (false, sdb, NULL, xstrdup (SSDATA (name)));
NULL              325 src/sqlite.c     XSQLITE (db)->db = NULL;
NULL              381 src/sqlite.c   				       NULL);
NULL              386 src/sqlite.c   				       NULL);
NULL              410 src/sqlite.c     return NULL;
NULL              501 src/sqlite.c     sqlite3_stmt *stmt = NULL;
NULL              506 src/sqlite.c     int ret = sqlite3_prepare_v2 (sdb, SSDATA (encoded), -1, &stmt, NULL);
NULL              509 src/sqlite.c         if (stmt != NULL)
NULL              523 src/sqlite.c         if (err != NULL)
NULL              596 src/sqlite.c     sqlite3_stmt *stmt = NULL;
NULL              598 src/sqlite.c   				&stmt, NULL);
NULL              611 src/sqlite.c         if (err != NULL)
NULL              647 src/sqlite.c     int ret = sqlite3_exec (sdb, query, NULL, NULL, NULL);
NULL              721 src/sqlite.c       NULL
NULL              755 src/sqlite.c   				  NULL);
NULL              758 src/sqlite.c         result = sqlite3_load_extension (sdb, ext_fn, NULL, NULL);
NULL              760 src/sqlite.c         sqlite3_db_config (sdb, SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION, 0, NULL);
NULL              818 src/sqlite.c     XSQLITE (set)->db = NULL;
NULL              462 src/syntax.c     eassert (i == NULL); /* This property goes to the end.  */
NULL             3485 src/syntax.c       update_redisplay_ticks ((from - started_from) / 10 + 1, NULL);
NULL              257 src/sysdep.c         setvbuf (buferr, NULL, _IOLBF, 0);
NULL              303 src/sysdep.c         return NULL;
NULL              329 src/sysdep.c   	    return NULL;
NULL              334 src/sysdep.c   	    return NULL;
NULL              352 src/sysdep.c         return NULL;
NULL              734 src/sysdep.c         pid = _spawnlp (_P_WAIT, sh, sh, NULL);
NULL             1310 src/sysdep.c     setvbuf (tty_out->output, NULL, _IOFBF, buffer_size);
NULL             1607 src/sysdep.c     char *hostname_alloc = NULL;
NULL             1903 src/sysdep.c     if (sigaltstack (&ss, NULL) < 0)
NULL             1909 src/sysdep.c     if (sigaction (SIGSEGV, &sa, NULL) < 0)
NULL             3142 src/sysdep.c     if (sysctl (mib, mibsize, NULL, &len, NULL, 0) != 0 || len == 0)
NULL             3146 src/sysdep.c     if (sysctl (mib, mibsize, procs, &len, NULL, 0) != 0 || len == 0)
NULL             3359 src/sysdep.c     char *cmdline = NULL;
NULL             3414 src/sysdep.c         if (p != NULL)
NULL             3418 src/sysdep.c   	  if (q != NULL)
NULL             3425 src/sysdep.c   	q = NULL;
NULL             3741 src/sysdep.c     if (sysctl (mib, 4, &proc, &proclen, NULL, 0) != 0 || proclen == 0)
NULL             3796 src/sysdep.c     ttyname = proc.ki_tdev == NODEV ? NULL : devname (proc.ki_tdev, S_IFCHR);
NULL             3835 src/sysdep.c     if (sysctlbyname ("kern.fscale", &fscale, &len, NULL, 0) == 0)
NULL             3840 src/sysdep.c         if (sysctlbyname ("kern.ccpu", &ccpu, &len, NULL, 0) == 0)
NULL             3849 src/sysdep.c     if (sysctlbyname ("hw.availpages", &npages, &len, NULL, 0) == 0)
NULL             3859 src/sysdep.c     if (sysctl (mib, 4, args, &len, NULL, 0) == 0 && len != 0)
NULL             3907 src/sysdep.c     if (sysctl (mib, 6, &proc, &len, NULL, 0) != 0)
NULL             3960 src/sysdep.c     ttyname = proc.p_tdev == NODEV ? NULL : devname (proc.p_tdev, S_IFCHR);
NULL             4009 src/sysdep.c     if (sysctl (mib, 2, &fscale, &len, NULL, 0) != -1)
NULL             4018 src/sysdep.c     if (sysctl (mib, 2, &uvmexp, &len, NULL, 0) != -1)
NULL             4029 src/sysdep.c     if (sysctl (mib, 4, &args, &len, NULL, 0) == 0 && len != 0)
NULL             4037 src/sysdep.c         for (i = 0; argv[i] != NULL; ++i)
NULL             4039 src/sysdep.c   	  if (argv[i+1] != NULL)
NULL             4083 src/sysdep.c     if (sysctl (mib, 4, &proc, &len, NULL, 0) != 0 || len == 0)
NULL             4154 src/sysdep.c     ttyname = tdev == NODEV ? NULL : devname (tdev, S_IFCHR);
NULL             4218 src/sysdep.c     if (sysctl (mib, 3, &args, &len, NULL, 0) == 0 && len != 0)
NULL             4366 src/sysdep.c     char *oldloc = emacs_setlocale (LC_COLLATE, NULL);
NULL             4397 src/sysdep.c     char *oldloc = emacs_setlocale (LC_CTYPE, NULL);
NULL             4498 src/sysdep.c     char *loc = STRINGP (locale) ? SSDATA (locale) : NULL;
NULL              122 src/systhread.c   attr_ptr = NULL;
NULL              154 src/systhread.c   int error = pthread_cond_init (cond, NULL);
NULL              310 src/systhread.c   cond->events[CONDV_SIGNAL] = CreateEvent (NULL, FALSE, FALSE, NULL);
NULL              312 src/systhread.c   cond->events[CONDV_BROADCAST] = CreateEvent (NULL, TRUE, FALSE, NULL);
NULL              130 src/term.c     struct tty_display_info *gpm_tty = NULL;
NULL              559 src/term.c     	      cmp = NULL;
NULL              585 src/term.c     		if (! char_charset (c, charset_list, NULL))
NULL              599 src/term.c     		if (char_charset (c, charset_list, NULL))
NULL              656 src/term.c     		  || char_charset (c, charset_list, NULL))
NULL              700 src/term.c           return NULL;
NULL              860 src/term.c       struct glyph *glyph = NULL;
NULL             1638 src/term.c           if (char_charset (it->char_to_display, charset_list, NULL)
NULL             1751 src/term.c     						   it->cmp_it.to, NULL);
NULL             1966 src/term.c               p = tparam (ts, NULL, 0, fg, 0, 0, 0);
NULL             1974 src/term.c               p = tparam (ts, NULL, 0, bg, 0, 0, 0);
NULL             2135 src/term.c     	tty->TS_set_foreground = tty->TS_set_background = tty->TS_orig_pair = NULL;
NULL             2196 src/term.c       return t? t->display_info.tty->type: NULL;
NULL             2653 src/term.c            ? (f)->terminal->display_info.tty : NULL);
NULL             2690 src/term.c       gpm_tty = NULL;
NULL             2701 src/term.c            ? (f)->terminal->display_info.tty : NULL);
NULL             2862 src/term.c       menu_help_message = NULL;
NULL             2895 src/term.c     			     menu->submenu[j] != NULL);
NULL             2913 src/term.c       menu->help_text[menu->count] = NULL;
NULL             3169 src/term.c         = lookup_derived_face (NULL, sf, intern ("tty-menu-disabled-face"),
NULL             3172 src/term.c         = lookup_derived_face (NULL, sf, intern ("tty-menu-enabled-face"),
NULL             3175 src/term.c       faces[2] = lookup_derived_face (NULL, sf, selectface,
NULL             3177 src/term.c       faces[3] = lookup_derived_face (NULL, sf, selectface,
NULL             3326 src/term.c     			  state[statecount].screen_behind = NULL;
NULL             3415 src/term.c       menu_help_message = prev_menu_help_message = NULL;
NULL             3652 src/term.c     	  help_string = STRINGP (help) ? SSDATA (help) : NULL;
NULL             3969 src/term.c       struct tty_display_info *tty = NULL;
NULL             3970 src/term.c       struct terminal *terminal = NULL;
NULL             3984 src/term.c       if (name == NULL)
NULL             4000 src/term.c       terminal = create_terminal (output_termcap, NULL);
NULL             4041 src/term.c     	 ? NULL
NULL             4110 src/term.c       ColPosition (tty) = NULL; /* tgetstr ("ch", address); */
NULL             4169 src/term.c         tty->TS_enter_strike_through_mode = NULL;
NULL             4223 src/term.c     		 || ((bg = getenv ("COLORTERM")) != NULL
NULL             4613 src/term.c       default_orig_pair = NULL;
NULL             4614 src/term.c       default_set_foreground = NULL;
NULL             4615 src/term.c       default_set_background = NULL;
NULL             4618 src/term.c       encode_terminal_src = NULL;
NULL             4619 src/term.c       encode_terminal_dst = NULL;
NULL               79 src/termcap.c    return NULL;
NULL              108 src/termcap.c      return NULL;
NULL              151 src/termcap.c      return NULL;
NULL              356 src/termcap.c    char *tcenv = NULL;		/* TERMCAP value, if it contains :tc=.  */
NULL              357 src/termcap.c    char *indirect = NULL;	/* Terminal type in :tc= in TERMCAP value.  */
NULL              383 src/termcap.c      termcap_name = NULL;
NULL              413 src/termcap.c   	  termcap_name = NULL;
NULL              520 src/termcap.c        end = NULL;
NULL              212 src/terminal.c        : FRAMEP (terminal) ? FRAME_TERMINAL (XFRAME (terminal)) : NULL);
NULL              213 src/terminal.c   return t && t->name ? t : NULL;
NULL              236 src/terminal.c   return (t->type == output_termcap || t->type == output_msdos_raw) ? t : NULL;
NULL              257 src/terminal.c   return NULL;
NULL              322 src/terminal.c   terminal->name = NULL;
NULL              349 src/terminal.c   terminal->keyboard_coding = NULL;
NULL              351 src/terminal.c   terminal->terminal_coding = NULL;
NULL              356 src/terminal.c       terminal->kboard = NULL;
NULL              626 src/terminal.c   initial_terminal = create_terminal (output_initial, NULL);
NULL              649 src/terminal.c   initial_terminal = NULL;
NULL               85 src/textprop.c   prepare_to_modify_buffer_1 (b, e, NULL);
NULL              142 src/textprop.c     return NULL;
NULL              163 src/textprop.c 	return NULL;
NULL              177 src/textprop.c 	return NULL;
NULL              531 src/textprop.c     return NULL;
NULL              553 src/textprop.c     return NULL;
NULL              639 src/textprop.c       struct sortvec *result = NULL;
NULL             1419 src/textprop.c       set_string_intervals (object, NULL);
NULL             1486 src/textprop.c   INTERVAL prev_changed = NULL;
NULL             2213 src/textprop.c       INTERVAL prev = NULL;
NULL               76 src/thread.c   #define thread_live_p(STATE) ((STATE)->m_specpdl != NULL)
NULL              119 src/thread.c         if (prev_thread != NULL)
NULL              180 src/thread.c     mutex->owner = NULL;
NULL              205 src/thread.c     if (mutex->owner == NULL)
NULL              220 src/thread.c     while (mutex->owner != NULL && (new_count != 0
NULL              223 src/thread.c     self->wait_condvar = NULL;
NULL              255 src/thread.c     mutex->owner = NULL;
NULL              272 src/thread.c     mutex->owner = NULL;
NULL              451 src/thread.c         self->wait_condvar = NULL;
NULL              698 src/thread.c     flush_stack_call_func (mark_threads_callback, NULL);
NULL              723 src/thread.c     flush_stack_call_func (yield_callback, NULL);
NULL              784 src/thread.c     handlerlist_sentinel->nextfree = NULL;
NULL              785 src/thread.c     handlerlist_sentinel->next = NULL;
NULL              793 src/thread.c     self->m_specpdl = NULL;
NULL              794 src/thread.c     self->m_specpdl_ptr = NULL;
NULL              795 src/thread.c     self->m_specpdl_end = NULL;
NULL              808 src/thread.c     current_thread = NULL;
NULL              825 src/thread.c     return NULL;
NULL              882 src/thread.c     char const *c_name = !NILP (name) ? SSDATA (ENCODE_SYSTEM (name)) : NULL;
NULL              886 src/thread.c       new_thread->thread_name = NULL;
NULL             1025 src/thread.c     self->wait_condvar = NULL;
NULL             1122 src/thread.c     if (current_thread == NULL)
NULL             1372 src/timefns.c        len = emacs_nmemftime (NULL, SIZE_MAX, format, formatlen, tmp, tz, ns);
NULL             1979 src/timefns.c        tzval = xpalloc (NULL, &tzvalbufsize,
NULL               49 src/tparam.c     return tparam1 (string, outstring, len, NULL, NULL, arg);
NULL               62 src/tparam.c       return NULL;
NULL              611 src/treesit.c    error = NULL;
NULL              612 src/treesit.c    handle = NULL;
NULL              620 src/treesit.c        if (error == NULL)
NULL              624 src/treesit.c    if (error != NULL)
NULL              629 src/treesit.c        return NULL;
NULL              633 src/treesit.c    eassume (handle != NULL);
NULL              647 src/treesit.c    if (error != NULL)
NULL              651 src/treesit.c        return NULL;
NULL              664 src/treesit.c        return NULL;
NULL              683 src/treesit.c    if (treesit_load_language (language, &signal_symbol, &signal_data) == NULL)
NULL              732 src/treesit.c        if (ts_language == NULL)
NULL              792 src/treesit.c        if (tree != NULL)
NULL              911 src/treesit.c    if (tree == NULL)
NULL             1060 src/treesit.c    if (new_tree == NULL)
NULL             1109 src/treesit.c        beg = NULL;
NULL             1115 src/treesit.c        beg = NULL;
NULL             1189 src/treesit.c    lisp_query->query = NULL;
NULL             1260 src/treesit.c    if (treesit_query != NULL)
NULL             1270 src/treesit.c    if (treesit_lang == NULL)
NULL             1271 src/treesit.c      return NULL;
NULL             1283 src/treesit.c    if (treesit_query == NULL)
NULL             1413 src/treesit.c    if (lang == NULL)
NULL             1421 src/treesit.c  						 parser, NULL,
NULL             2039 src/treesit.c    if (name == NULL)
NULL             2657 src/treesit.c        if (treesit_query == NULL)
NULL             2758 src/treesit.c        if (treesit_query == NULL)
NULL             2772 src/treesit.c        if (treesit_query == NULL)
NULL              198 src/unexaix.c    f_thdr = NULL; f_dhdr = NULL; f_bhdr = NULL;
NULL              199 src/unexaix.c    f_lhdr = NULL; f_tchdr = NULL; f_dbhdr = NULL; f_xhdr = NULL;
NULL              376 src/unexcoff.c   __atexit_ptr = NULL;
NULL              281 src/unexelf.c    old_base = mmap (NULL, old_file_size, PROT_READ | PROT_WRITE,
NULL              373 src/unexelf.c    new_base = mmap (NULL, new_file_size, PROT_READ | PROT_WRITE,
NULL              520 src/unexmacosx.c 	  unexec_region_info *prev = cur == unexec_regions ? NULL : cur - 1;
NULL             1397 src/unexmacosx.c   if (ptr == NULL)
NULL               88 src/unexw32.c    file = CreateFileA (filename, GENERIC_READ | GENERIC_WRITE, 0, NULL,
NULL               93 src/unexw32.c    file_mapping = CreateFileMapping (file, NULL, PAGE_READWRITE,
NULL               94 src/unexw32.c  				    0, size, NULL);
NULL              129 src/unexw32.c    return NULL;
NULL              150 src/unexw32.c    return NULL;
NULL              198 src/unexw32.c  #define PTR_TO_RVA(ptr) ((DWORD_PTR)(ptr) - (DWORD_PTR) GetModuleHandle (NULL))
NULL              231 src/unexw32.c    if (nt_header == NULL)
NULL              375 src/unexw32.c    int be_verbose = GetEnvironmentVariable ("DEBUG_DUMP", NULL, 0) > 0;
NULL              592 src/unexw32.c    if (!GetModuleFileNameA (NULL, in_filename, MAX_PATH))
NULL              605 src/unexw32.c    if ((p = strrchr (out_filename, '/')) == NULL)
NULL              609 src/unexw32.c    if ((q = strrchr (new_name_a, '/')) == NULL)
NULL              363 src/w16select.c 	last_clipboard_text == NULL ? &null_char : last_clipboard_text;
NULL              450 src/w16select.c   unsigned char *src, *dst = NULL;
NULL              477 src/w16select.c       dst = NULL;	/* so we don't try to free a random pointer */
NULL              552 src/w16select.c   unsigned char *htext = NULL;
NULL              382 src/w32.c      GetProcessTimes_Proc get_process_times_fn = NULL;
NULL              620 src/w32.c        static OpenProcessToken_Proc s_pfn_Open_Process_Token = NULL;
NULL              621 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL              633 src/w32.c        if (s_pfn_Open_Process_Token == NULL)
NULL              652 src/w32.c        static GetTokenInformation_Proc s_pfn_Get_Token_Information = NULL;
NULL              653 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL              665 src/w32.c        if (s_pfn_Get_Token_Information == NULL)
NULL              688 src/w32.c        static LookupAccountSid_Proc s_pfn_Lookup_Account_Sid = NULL;
NULL              689 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL              701 src/w32.c        if (s_pfn_Lookup_Account_Sid == NULL)
NULL              720 src/w32.c        static GetSidSubAuthority_Proc s_pfn_Get_Sid_Sub_Authority = NULL;
NULL              722 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL              734 src/w32.c        if (s_pfn_Get_Sid_Sub_Authority == NULL)
NULL              744 src/w32.c        static GetSidSubAuthorityCount_Proc s_pfn_Get_Sid_Sub_Authority_Count = NULL;
NULL              746 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL              758 src/w32.c        if (s_pfn_Get_Sid_Sub_Authority_Count == NULL)
NULL              775 src/w32.c        static GetSecurityInfo_Proc s_pfn_Get_Security_Info = NULL;
NULL              776 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL              788 src/w32.c        if (s_pfn_Get_Security_Info == NULL)
NULL              804 src/w32.c        static GetFileSecurityA_Proc s_pfn_Get_File_SecurityA = NULL;
NULL              805 src/w32.c        static GetFileSecurityW_Proc s_pfn_Get_File_SecurityW = NULL;
NULL              806 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL              823 src/w32.c            if (s_pfn_Get_File_SecurityW == NULL)
NULL              844 src/w32.c            if (s_pfn_Get_File_SecurityA == NULL)
NULL              861 src/w32.c        static SetFileSecurityW_Proc s_pfn_Set_File_SecurityW = NULL;
NULL              862 src/w32.c        static SetFileSecurityA_Proc s_pfn_Set_File_SecurityA = NULL;
NULL              863 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL              880 src/w32.c            if (s_pfn_Set_File_SecurityW == NULL)
NULL              900 src/w32.c            if (s_pfn_Set_File_SecurityA == NULL)
NULL              920 src/w32.c        static SetNamedSecurityInfoW_Proc s_pfn_Set_Named_Security_InfoW = NULL;
NULL              921 src/w32.c        static SetNamedSecurityInfoA_Proc s_pfn_Set_Named_Security_InfoA = NULL;
NULL              922 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL              939 src/w32.c            if (s_pfn_Set_Named_Security_InfoW == NULL)
NULL              960 src/w32.c            if (s_pfn_Set_Named_Security_InfoA == NULL)
NULL              977 src/w32.c        static GetSecurityDescriptorOwner_Proc s_pfn_Get_Security_Descriptor_Owner = NULL;
NULL              978 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL              991 src/w32.c        if (s_pfn_Get_Security_Descriptor_Owner == NULL)
NULL             1005 src/w32.c        static GetSecurityDescriptorGroup_Proc s_pfn_Get_Security_Descriptor_Group = NULL;
NULL             1006 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             1019 src/w32.c        if (s_pfn_Get_Security_Descriptor_Group == NULL)
NULL             1034 src/w32.c        static GetSecurityDescriptorDacl_Proc s_pfn_Get_Security_Descriptor_Dacl = NULL;
NULL             1035 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             1048 src/w32.c        if (s_pfn_Get_Security_Descriptor_Dacl == NULL)
NULL             1061 src/w32.c        static IsValidSid_Proc s_pfn_Is_Valid_Sid = NULL;
NULL             1062 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             1074 src/w32.c        if (s_pfn_Is_Valid_Sid == NULL)
NULL             1084 src/w32.c        static EqualSid_Proc s_pfn_Equal_Sid = NULL;
NULL             1085 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             1097 src/w32.c        if (s_pfn_Equal_Sid == NULL)
NULL             1107 src/w32.c        static GetLengthSid_Proc s_pfn_Get_Length_Sid = NULL;
NULL             1108 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             1120 src/w32.c        if (s_pfn_Get_Length_Sid == NULL)
NULL             1130 src/w32.c        static CopySid_Proc s_pfn_Copy_Sid = NULL;
NULL             1131 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             1143 src/w32.c        if (s_pfn_Copy_Sid == NULL)
NULL             1159 src/w32.c        static GetNativeSystemInfo_Proc s_pfn_Get_Native_System_Info = NULL;
NULL             1169 src/w32.c            if (s_pfn_Get_Native_System_Info != NULL)
NULL             1181 src/w32.c        static GetSystemTimes_Proc s_pfn_Get_System_times = NULL;
NULL             1193 src/w32.c        if (s_pfn_Get_System_times == NULL)
NULL             1203 src/w32.c        static CreateSymbolicLinkW_Proc s_pfn_Create_Symbolic_LinkW = NULL;
NULL             1204 src/w32.c        static CreateSymbolicLinkA_Proc s_pfn_Create_Symbolic_LinkA = NULL;
NULL             1223 src/w32.c            if (s_pfn_Create_Symbolic_LinkW == NULL)
NULL             1258 src/w32.c            if (s_pfn_Create_Symbolic_LinkA == NULL)
NULL             1288 src/w32.c        static IsValidSecurityDescriptor_Proc s_pfn_Is_Valid_Security_Descriptor_Proc = NULL;
NULL             1303 src/w32.c        if (s_pfn_Is_Valid_Security_Descriptor_Proc == NULL)
NULL             1319 src/w32.c        static ConvertSecurityDescriptorToStringSecurityDescriptor_Proc s_pfn_Convert_SD_To_SDDL = NULL;
NULL             1343 src/w32.c        if (s_pfn_Convert_SD_To_SDDL == NULL)
NULL             1364 src/w32.c        static ConvertStringSecurityDescriptorToSecurityDescriptor_Proc s_pfn_Convert_SDDL_To_SD = NULL;
NULL             1388 src/w32.c        if (s_pfn_Convert_SDDL_To_SD == NULL)
NULL             1405 src/w32.c        static GetAdaptersInfo_Proc s_pfn_Get_Adapters_Info = NULL;
NULL             1406 src/w32.c        HMODULE hm_iphlpapi = NULL;
NULL             1419 src/w32.c        if (s_pfn_Get_Adapters_Info == NULL)
NULL             1427 src/w32.c        static GetAdaptersAddresses_Proc s_pfn_Get_Adapters_Addresses = NULL;
NULL             1428 src/w32.c        HMODULE hm_iphlpapi = NULL;
NULL             1441 src/w32.c        if (s_pfn_Get_Adapters_Addresses == NULL)
NULL             1446 src/w32.c        return s_pfn_Get_Adapters_Addresses (family, flags, NULL, pAdapterAddresses, pOutBufLen);
NULL             1453 src/w32.c        static RegOpenKeyExW_Proc s_pfn_Reg_Open_Key_Ex_w = NULL;
NULL             1454 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             1467 src/w32.c        if (s_pfn_Reg_Open_Key_Ex_w == NULL)
NULL             1477 src/w32.c        static RegQueryValueExW_Proc s_pfn_Reg_Query_Value_Ex_w = NULL;
NULL             1478 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             1491 src/w32.c        if (s_pfn_Reg_Query_Value_Ex_w == NULL)
NULL             1500 src/w32.c        static ExpandEnvironmentStringsW_Proc s_pfn_Expand_Environment_Strings_w = NULL;
NULL             1501 src/w32.c        HMODULE hm_kernel32 = NULL;
NULL             1514 src/w32.c        if (s_pfn_Expand_Environment_Strings_w == NULL)
NULL             1525 src/w32.c        static GetUserDefaultUILanguage_Proc s_pfn_GetUserDefaultUILanguage = NULL;
NULL             1526 src/w32.c        HMODULE hm_kernel32 = NULL;
NULL             1539 src/w32.c        if (s_pfn_GetUserDefaultUILanguage == NULL)
NULL             1715 src/w32.c      	  char *cp = NULL, *end;
NULL             1782 src/w32.c      				     fn_out, MAX_UTF8_PATH, NULL, NULL);
NULL             1813 src/w32.c            int codepage = codepage_for_filenames (NULL);
NULL             1816 src/w32.c      				      fn_out, MAX_PATH, NULL, NULL);
NULL             1844 src/w32.c        int codepage = codepage_for_filenames (NULL);
NULL             1914 src/w32.c            return NULL;
NULL             1919 src/w32.c            return NULL;
NULL             1924 src/w32.c        return NULL;
NULL             2074 src/w32.c        time_t now = time (NULL);
NULL             2198 src/w32.c        return NULL;
NULL             2206 src/w32.c        return NULL;
NULL             2240 src/w32.c      	return NULL;
NULL             2259 src/w32.c        HANDLE       token = NULL;
NULL             2261 src/w32.c        unsigned char *buf = NULL;
NULL             2270 src/w32.c            result = get_token_information (token, TokenUser, NULL, 0, &blen);
NULL             2279 src/w32.c      	      result = lookup_account_sid (NULL, user_token.User.Sid,
NULL             2319 src/w32.c      	      if (lookup_account_sid (NULL, group_token.PrimaryGroup,
NULL             2320 src/w32.c      				      gname, &glength, NULL, &dlength,
NULL             2354 src/w32.c            if (home == NULL)
NULL             2356 src/w32.c            if (shell == NULL)
NULL             2366 src/w32.c            if (home == NULL)
NULL             2368 src/w32.c            if (shell == NULL)
NULL             2383 src/w32.c        if (!CryptAcquireContext (&w32_crypto_hprov, NULL, NULL, PROV_RSA_FULL,
NULL             2557 src/w32.c        if (name == NULL)
NULL             2679 src/w32.c        while (p != NULL && *p)
NULL             2689 src/w32.c      	  if (p != NULL)
NULL             2782 src/w32.c        if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
NULL             2810 src/w32.c        if (name_end == NULL)
NULL             2922 src/w32.c            {"PRELOAD_WINSOCK", NULL},
NULL             2924 src/w32.c            {"EMACSLOADPATH", NULL},
NULL             2926 src/w32.c            {"EMACSDATA", NULL},
NULL             2927 src/w32.c            {"EMACSPATH", NULL},
NULL             2928 src/w32.c            {"INFOPATH", NULL},
NULL             2929 src/w32.c            {"EMACSDOC", NULL},
NULL             2931 src/w32.c            {"LANG", NULL},
NULL             2959 src/w32.c      	if (get_folder_path != NULL)
NULL             2961 src/w32.c      	    profile_result = get_folder_path (NULL, CSIDL_APPDATA, NULL,
NULL             3022 src/w32.c            if (!GetModuleFileNameA (NULL, modname, MAX_PATH))
NULL             3024 src/w32.c            if ((p = _mbsrchr (modname, '\\')) == NULL)
NULL             3060 src/w32.c      	    if ((lpval = w32_get_resource (REG_ROOT, env_vars[i].name, &dwType)) == NULL
NULL             3188 src/w32.c          if (!GetModuleFileNameA (NULL, modname, MAX_PATH))
NULL             3210 src/w32.c        if (p == NULL)
NULL             3213 src/w32.c        root_dir[parse_root (root_dir, NULL)] = '\0';
NULL             3321 src/w32.c      static volume_info_data *volume_cache = NULL;
NULL             3356 src/w32.c        if (root_dir == NULL)
NULL             3396 src/w32.c        if (info == NULL || ! VOLINFO_STILL_VALID (root_dir, info))
NULL             3416 src/w32.c      	    return NULL;
NULL             3435 src/w32.c      	    return NULL;
NULL             3442 src/w32.c            if (info == NULL)
NULL             3478 src/w32.c        char *rootname = NULL;  /* default to current volume */
NULL             3482 src/w32.c        if (name == NULL)
NULL             3495 src/w32.c        if (info != NULL)
NULL             3624 src/w32.c          (p != NULL
NULL             3663 src/w32.c          return NULL;
NULL             3665 src/w32.c          return NULL;
NULL             3674 src/w32.c      	return NULL;
NULL             3678 src/w32.c          return NULL;
NULL             3684 src/w32.c        strncpy (dir_pathname, map_w32_filename (filename, NULL), MAX_UTF8_PATH - 1);
NULL             3689 src/w32.c        dir_is_fat = is_fat_volume (filename, NULL);
NULL             3722 src/w32.c      	return NULL;
NULL             3800 src/w32.c      	  return NULL;
NULL             3808 src/w32.c      	  return NULL;
NULL             3816 src/w32.c      	  return NULL;
NULL             3876 src/w32.c        const char *fn = map_w32_filename (path, NULL);
NULL             3889 src/w32.c            nrw.lpLocalName = NULL;
NULL             3892 src/w32.c            nrw.lpComment = NULL;
NULL             3893 src/w32.c            nrw.lpProvider = NULL;
NULL             3907 src/w32.c            nra.lpLocalName = NULL;
NULL             3910 src/w32.c            nra.lpComment = NULL;
NULL             3911 src/w32.c            nra.lpProvider = NULL;
NULL             3944 src/w32.c      	return NULL;
NULL             3961 src/w32.c      	return NULL;
NULL             4017 src/w32.c          drvtype = GetDriveType (NULL);
NULL             4052 src/w32.c            resourcew.lpLocalName = NULL;
NULL             4055 src/w32.c            resourcew.lpProvider = NULL;
NULL             4057 src/w32.c            val = WNetAddConnection2W (&resourcew, NULL, NULL, CONNECT_INTERACTIVE);
NULL             4068 src/w32.c            resourcea.lpLocalName = NULL;
NULL             4071 src/w32.c            resourcea.lpProvider = NULL;
NULL             4073 src/w32.c            val = WNetAddConnection2A (&resourcea, NULL, NULL, CONNECT_INTERACTIVE);
NULL             4131 src/w32.c        path = map_w32_filename (path, NULL);
NULL             4226 src/w32.c            void *read_result = NULL;
NULL             4237 src/w32.c            return read_result != NULL || GetLastError () == ERROR_NO_MORE_ITEMS;
NULL             4242 src/w32.c        strcpy (pattern, map_w32_filename (dirname, NULL));
NULL             4367 src/w32.c        path = map_w32_filename (path, NULL);
NULL             4408 src/w32.c        path = chase_symlinks (map_w32_filename (path, NULL));
NULL             4415 src/w32.c        path = map_w32_filename (path, NULL);
NULL             4422 src/w32.c        path = map_w32_filename (path, NULL);
NULL             4455 src/w32.c          return NULL;
NULL             4476 src/w32.c        path = map_w32_filename (path, NULL);
NULL             4492 src/w32.c          return NULL;
NULL             4507 src/w32.c        if (old == NULL || new == NULL)
NULL             4513 src/w32.c        strcpy (oldname, map_w32_filename (old, NULL));
NULL             4514 src/w32.c        strcpy (newname, map_w32_filename (new, NULL));
NULL             4519 src/w32.c            fileh = CreateFileW (oldname_w, 0, 0, NULL, OPEN_EXISTING,
NULL             4520 src/w32.c      			   FILE_FLAG_BACKUP_SEMANTICS, NULL);
NULL             4525 src/w32.c            fileh = CreateFileA (oldname_a, 0, 0, NULL, OPEN_EXISTING,
NULL             4526 src/w32.c      			   FILE_FLAG_BACKUP_SEMANTICS, NULL);
NULL             4551 src/w32.c      	  LPVOID context = NULL;
NULL             4564 src/w32.c      	      && BackupWrite (fileh, NULL, 0, &wbytes, TRUE, FALSE, &context))
NULL             4619 src/w32.c        path = map_w32_filename (path, NULL);
NULL             4640 src/w32.c        const char* mpath = map_w32_filename (path, NULL);
NULL             4745 src/w32.c        strcpy (temp, map_w32_filename (oldname, NULL));
NULL             4757 src/w32.c            oldname = map_w32_filename (oldname, NULL);
NULL             4796 src/w32.c        newname = map_w32_filename (newname, NULL);
NULL             4929 src/w32.c        path = map_w32_filename (path, NULL);
NULL             4952 src/w32.c        path = map_w32_filename (path, NULL);
NULL             5060 src/w32.c        PSECURITY_DESCRIPTOR psd = NULL;
NULL             5066 src/w32.c      			   NULL, NULL, NULL, NULL, &psd);
NULL             5068 src/w32.c          return NULL;
NULL             5076 src/w32.c        PSECURITY_DESCRIPTOR psd = NULL;
NULL             5085 src/w32.c      	return NULL;
NULL             5092 src/w32.c            return NULL;
NULL             5127 src/w32.c        for (found = NULL, tail = w32_idlist; tail; tail = tail->next)
NULL             5174 src/w32.c        PSID sid = NULL;
NULL             5195 src/w32.c            if (!lookup_account_sid (NULL, sid, name, &name_len,
NULL             5252 src/w32.c          devtype = GetDriveType (NULL); /* use root of current drive */
NULL             5285 src/w32.c        PSECURITY_DESCRIPTOR psd = NULL;
NULL             5294 src/w32.c        if (path == NULL || buf == NULL)
NULL             5356 src/w32.c      	  fh = CreateFileW (name_w, access_rights, 0, NULL, OPEN_EXISTING,
NULL             5357 src/w32.c      			   file_flags, NULL);
NULL             5361 src/w32.c      	    fh = CreateFileW (name_w, 0, 0, NULL, OPEN_EXISTING,
NULL             5362 src/w32.c      			     file_flags, NULL);
NULL             5367 src/w32.c      	  fh = CreateFileA (name_a, access_rights, 0, NULL, OPEN_EXISTING,
NULL             5368 src/w32.c      			   file_flags, NULL);
NULL             5370 src/w32.c      	    fh = CreateFileA (name_a, 0, 0, NULL, OPEN_EXISTING,
NULL             5371 src/w32.c      			     file_flags, NULL);
NULL             5463 src/w32.c      	get_file_owner_and_group (NULL, buf);
NULL             5479 src/w32.c      	    get_file_owner_and_group (NULL, buf);
NULL             5639 src/w32.c            get_file_owner_and_group (NULL, buf);
NULL             5776 src/w32.c          get_file_owner_and_group (NULL, buf);
NULL             5779 src/w32.c            PSECURITY_DESCRIPTOR psd = NULL;
NULL             5788 src/w32.c      	get_file_owner_and_group (NULL, buf);
NULL             5817 src/w32.c            if (p != NULL &&
NULL             5863 src/w32.c        if (times == NULL)
NULL             5903 src/w32.c      			0, OPEN_EXISTING, flags_and_attrs, NULL);
NULL             5914 src/w32.c      			0, OPEN_EXISTING, flags_and_attrs, NULL);
NULL             5920 src/w32.c      	patime = NULL;
NULL             5927 src/w32.c      	pmtime = NULL;
NULL             5933 src/w32.c            if (!SetFileTime (fh, NULL, patime, pmtime))
NULL             6021 src/w32.c        if (filename == NULL || linkname == NULL)
NULL             6037 src/w32.c        strcpy (linkfn, map_w32_filename (linkname, NULL));
NULL             6077 src/w32.c        tgtfn = (char *)map_w32_filename (filename, NULL);
NULL             6229 src/w32.c        if (name == NULL)
NULL             6240 src/w32.c        path = map_w32_filename (name, NULL);
NULL             6277 src/w32.c            sh = CreateFileW (path_w, 0, 0, NULL, OPEN_EXISTING,
NULL             6280 src/w32.c      			NULL);
NULL             6287 src/w32.c            sh = CreateFileA (path_a, 0, 0, NULL, OPEN_EXISTING,
NULL             6290 src/w32.c      			NULL);
NULL             6298 src/w32.c            if (!DeviceIoControl (sh, FSCTL_GET_REPARSE_POINT, NULL, 0,
NULL             6300 src/w32.c      			    &retbytes, NULL))
NULL             6423 src/w32.c            if (GetFullPathNameW (file_w, MAX_PATH, link_w, NULL) == 0)
NULL             6432 src/w32.c            if (GetFullPathNameA (file_a, MAX_PATH, link_a, NULL) == 0)
NULL             6467 src/w32.c      	    link_len = GetFullPathNameW (target_w, MAX_PATH, link_w, NULL);
NULL             6474 src/w32.c      	    link_len = GetFullPathNameA (target_a, MAX_PATH, link_a, NULL);
NULL             6495 src/w32.c            && get_volume_info (file, NULL)
NULL             6518 src/w32.c        char *retval = NULL;
NULL             6543 src/w32.c        PSECURITY_DESCRIPTOR psd, retval = NULL;
NULL             6572 src/w32.c        PSECURITY_DESCRIPTOR psd = NULL;
NULL             6584 src/w32.c            filename = map_w32_filename (fname, NULL);
NULL             6612 src/w32.c      		  psd = NULL;
NULL             6668 src/w32.c        filename = map_w32_filename (fname, NULL);
NULL             6717 src/w32.c      				       psidOwner, psidGroup, pacl, NULL);
NULL             6737 src/w32.c      	      char *acl_from = acl_to_text (current_acl, NULL);
NULL             6738 src/w32.c      	      char *acl_to = acl_to_text (acl, NULL);
NULL             6824 src/w32.c        return NULL;
NULL             6831 src/w32.c        acl_t acl = NULL;
NULL             6842 src/w32.c            if (acl == NULL && acl_errno_valid (errno))
NULL             6924 src/w32.c        if (acl != NULL)
NULL             6945 src/w32.c        static CreateToolhelp32Snapshot_Proc s_pfn_Create_Toolhelp32_Snapshot = NULL;
NULL             6954 src/w32.c        if (s_pfn_Create_Toolhelp32_Snapshot == NULL)
NULL             6964 src/w32.c        static Process32First_Proc s_pfn_Process32_First = NULL;
NULL             6973 src/w32.c        if (s_pfn_Process32_First == NULL)
NULL             6983 src/w32.c        static Process32Next_Proc s_pfn_Process32_Next = NULL;
NULL             6992 src/w32.c        if (s_pfn_Process32_Next == NULL)
NULL             7005 src/w32.c        static OpenThreadToken_Proc s_pfn_Open_Thread_Token = NULL;
NULL             7006 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             7019 src/w32.c        if (s_pfn_Open_Thread_Token == NULL)
NULL             7036 src/w32.c        static ImpersonateSelf_Proc s_pfn_Impersonate_Self = NULL;
NULL             7037 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             7049 src/w32.c        if (s_pfn_Impersonate_Self == NULL)
NULL             7059 src/w32.c        static RevertToSelf_Proc s_pfn_Revert_To_Self = NULL;
NULL             7060 src/w32.c        HMODULE hm_advapi32 = NULL;
NULL             7072 src/w32.c        if (s_pfn_Revert_To_Self == NULL)
NULL             7084 src/w32.c        static GetProcessMemoryInfo_Proc s_pfn_Get_Process_Memory_Info = NULL;
NULL             7085 src/w32.c        HMODULE hm_psapi = NULL;
NULL             7098 src/w32.c        if (s_pfn_Get_Process_Memory_Info == NULL)
NULL             7111 src/w32.c          s_pfn_Get_Process_Working_Set_Size = NULL;
NULL             7124 src/w32.c        if (s_pfn_Get_Process_Working_Set_Size == NULL)
NULL             7134 src/w32.c        static GlobalMemoryStatus_Proc s_pfn_Global_Memory_Status = NULL;
NULL             7147 src/w32.c        if (s_pfn_Global_Memory_Status == NULL)
NULL             7157 src/w32.c        static GlobalMemoryStatusEx_Proc s_pfn_Global_Memory_Status_Ex = NULL;
NULL             7170 src/w32.c        if (s_pfn_Global_Memory_Status_Ex == NULL)
NULL             7212 src/w32.c        HANDLE h_token = NULL;
NULL             7231 src/w32.c            LookupPrivilegeValue (NULL, priv_name, &priv.Privileges[0].Luid);
NULL             7247 src/w32.c        HANDLE h_token = NULL;
NULL             7254 src/w32.c            if (AdjustTokenPrivileges (h_token, FALSE, priv, priv_size, NULL, NULL)
NULL             7336 src/w32.c        HANDLE token = NULL;
NULL             7338 src/w32.c        unsigned char *buf = NULL;
NULL             7423 src/w32.c      	  result = get_token_information (token, TokenUser, NULL, 0, &blen);
NULL             7435 src/w32.c      		      result = lookup_account_sid (NULL, user_token.User.Sid,
NULL             7478 src/w32.c      			lookup_account_sid (NULL, group_token.PrimaryGroup,
NULL             7479 src/w32.c      					    gname, &glength, NULL, &dlength,
NULL             7717 src/w32.c        if (winsock_lib != NULL && winsock_inuse == 0)
NULL             7727 src/w32.c      	  winsock_lib = NULL;
NULL             7739 src/w32.c        if (winsock_lib != NULL)
NULL             7748 src/w32.c        if (winsock_lib != NULL)
NULL             7753 src/w32.c            if ((pfn_##fn = (void *) get_proc_addr (winsock_lib, #fn)) == NULL) \
NULL             7794 src/w32.c            if (pfn_getaddrinfo == NULL)
NULL             7795 src/w32.c      	pfn_freeaddrinfo = NULL;
NULL             7796 src/w32.c            else if (pfn_freeaddrinfo == NULL)
NULL             7797 src/w32.c      	pfn_getaddrinfo = NULL;
NULL             7815 src/w32.c      	      winsock_lib = NULL;
NULL             7823 src/w32.c            winsock_lib = NULL;
NULL             7841 src/w32.c        if (winsock_lib == NULL)
NULL             7866 src/w32.c        if (winsock_lib != NULL)
NULL             7943 src/w32.c        {-1, NULL}
NULL             7976 src/w32.c        if (winsock_lib == NULL)
NULL             8068 src/w32.c      	  if (fd_info[ fd ].cp != NULL)
NULL             8093 src/w32.c        if (winsock_lib == NULL)
NULL             8114 src/w32.c        if (winsock_lib == NULL)
NULL             8145 src/w32.c        return (winsock_lib != NULL) ?
NULL             8152 src/w32.c        return (winsock_lib != NULL) ?
NULL             8158 src/w32.c        return (winsock_lib != NULL) ?
NULL             8165 src/w32.c        return (winsock_lib != NULL) ?
NULL             8172 src/w32.c        return (winsock_lib != NULL) ?
NULL             8179 src/w32.c        if (winsock_lib != NULL)
NULL             8203 src/w32.c        if (winsock_lib == NULL)
NULL             8207 src/w32.c            return NULL;
NULL             8227 src/w32.c        if (winsock_lib == NULL)
NULL             8230 src/w32.c            return NULL;
NULL             8243 src/w32.c        if (winsock_lib == NULL)
NULL             8267 src/w32.c        if (winsock_lib == NULL)
NULL             8344 src/w32.c            gai_storage->addrinfo.ai_next = NULL;
NULL             8356 src/w32.c        if (winsock_lib == NULL)
NULL             8367 src/w32.c            eassert (ai->ai_next == NULL);
NULL             8375 src/w32.c        if (winsock_lib == NULL)
NULL             8396 src/w32.c        if (winsock_lib == NULL)
NULL             8418 src/w32.c        if (winsock_lib == NULL)
NULL             8441 src/w32.c        if (winsock_lib == NULL)
NULL             8462 src/w32.c        if (winsock_lib == NULL)
NULL             8493 src/w32.c        if (winsock_lib == NULL)
NULL             8515 src/w32.c        if (winsock_lib == NULL)
NULL             8547 src/w32.c            if (winsock_lib == NULL)
NULL             8578 src/w32.c      	  if (!SetNamedPipeHandleState (h, &pipe_mode, NULL, NULL))
NULL             8618 src/w32.c            if (cp->thrd != NULL
NULL             8623 src/w32.c            fd_info[fd].cp = NULL;
NULL             8640 src/w32.c      		  if (winsock_lib == NULL) emacs_abort ();
NULL             8658 src/w32.c      	      if (cp->procinfo.hProcess == NULL)
NULL             8816 src/w32.c        if (cp == NULL || cp->fd != fd || cp->status != STATUS_READ_READY)
NULL             8926 src/w32.c        if (cp == NULL || cp->fd != fd || cp->status != STATUS_READ_READY)
NULL             8941 src/w32.c            pfn_WSAEventSelect (SOCK_HANDLE (fd), NULL, 0);
NULL             8961 src/w32.c        if (cp == NULL || cp->fd != fd || cp->status != STATUS_READ_READY)
NULL             8996 src/w32.c            pfn_WSAEventSelect (SOCK_HANDLE (fd), NULL, 0);
NULL             9094 src/w32.c      	      PeekNamedPipe ((HANDLE) _get_osfhandle (fd), NULL, 0, NULL, &waiting, NULL);
NULL             9147 src/w32.c      	      if (winsock_lib == NULL) emacs_abort ();
NULL             9336 src/w32.c            if (winsock_lib == NULL) emacs_abort ();
NULL             9343 src/w32.c            if (cp != NULL && (fd_info[fd].flags & FILE_CONNECT) != 0)
NULL             9405 src/w32.c      				NULL, &pipe_buffer_size, NULL, NULL))
NULL             9857 src/w32.c                if (ifa_addr == NULL)
NULL             9984 src/w32.c        HKEY hkey = NULL;
NULL             9989 src/w32.c        const char *key, *value_name = NULL;
NULL             10017 src/w32.c      	  || (status = reg_query_value_ex_w (hkey, value_w, NULL, NULL, NULL,
NULL             10048 src/w32.c      	  || (status = RegQueryValueEx (hkey, value_name, NULL,
NULL             10049 src/w32.c      					NULL, NULL, &vsize)) != ERROR_SUCCESS)
NULL             10059 src/w32.c          status = reg_query_value_ex_w (hkey, value_w, NULL, &vtype, pvalue, &vsize);
NULL             10061 src/w32.c          status = RegQueryValueEx (hkey, value_name, NULL, &vtype, pvalue, &vsize);
NULL             10242 src/w32.c        HMODULE dll_handle = NULL;
NULL             10338 src/w32.c      	openp (Vload_path, init_file, Fget_load_suffixes (), NULL, Qnil, 0, 0);
NULL             10362 src/w32.c      					 buffer, -1, NULL, 0);
NULL             10370 src/w32.c      					     NULL, 0, NULL, NULL);
NULL             10376 src/w32.c      					NULL, NULL);
NULL             10380 src/w32.c      	  MessageBox (NULL,
NULL             10425 src/w32.c        winsock_lib = NULL;
NULL             10427 src/w32.c        if (getenv ("PRELOAD_WINSOCK") != NULL)
NULL             10494 src/w32.c            sigprocmask (SIG_SETMASK, &initial_mask, NULL);
NULL             10515 src/w32.c          volume_cache = NULL;
NULL             10592 src/w32.c      	  button = MessageBox (NULL,
NULL             10640 src/w32.c            if (GetModuleFileNameA (NULL, relocated_dir, MAX_PATH))
NULL             10647 src/w32.c      	      if ((p = _mbsrchr (relocated_dir, '\\')) != NULL)
NULL             10668 src/w32.c        if (!GetModuleFileNameA (NULL, exename, MAX_PATH))
NULL             10669 src/w32.c          return NULL;
NULL             10673 src/w32.c        if (get_volume_info (exename, NULL)
NULL             10707 src/w32.c      	  if (GetFullPathNameW (file_w, MAX_PATH, tgt_w, NULL) == 0)
NULL             10708 src/w32.c      	    return NULL;
NULL             10716 src/w32.c      	  if (GetFullPathNameA (file_a, MAX_PATH, tgt_a, NULL) == 0)
NULL             10717 src/w32.c      	    return NULL;
NULL             10731 src/w32.c        static GetCurrentConsoleFont_Proc s_pfn_Get_Current_Console_Font = NULL;
NULL             10732 src/w32.c        static GetConsoleFontSize_Proc s_pfn_Get_Console_Font_Size = NULL;
NULL             10822 src/w32.c        status = CreateProcess (NULL,		/* no program, take from command line */
NULL             10824 src/w32.c      			  NULL,
NULL             10825 src/w32.c      			  NULL,		/* thread attributes */
NULL             10828 src/w32.c      			  NULL,		/* environment */
NULL             10960 src/w32.c        if (fd_info[ fd ].cp != NULL)
NULL             10965 src/w32.c        cp->ovl_read.hEvent = CreateEvent (NULL, TRUE, FALSE, NULL);
NULL             10966 src/w32.c        if (cp->ovl_read.hEvent == NULL)
NULL             10968 src/w32.c        cp->ovl_write.hEvent = CreateEvent (NULL, TRUE, FALSE, NULL);
NULL             10969 src/w32.c        if (cp->ovl_write.hEvent == NULL)
NULL             11138 src/w32.c        if (fd_info[ infd ].cp != NULL)
NULL              113 src/w32.h      #define CHILD_ACTIVE(cp) ((cp)->char_avail != NULL)
NULL              159 src/w32console.c 	glyphs = NULL;
NULL              551 src/w32console.c   return NULL;
NULL              559 src/w32console.c struct tty_display_info *current_tty = NULL;
NULL              680 src/w32console.c   term->set_terminal_window_hook = NULL;
NULL              713 src/w32console.c 					  0, NULL,
NULL              715 src/w32console.c 					  NULL);
NULL              734 src/w32console.c     if (lines != NULL && columns != NULL)
NULL              807 src/w32console.c       glyphs = NULL;
NULL              207 src/w32fns.c   TrackMouseEvent_Proc track_mouse_event_fn = NULL;
NULL              208 src/w32fns.c   ImmGetCompositionString_Proc get_composition_string_fn = NULL;
NULL              209 src/w32fns.c   ImmGetContext_Proc get_ime_context_fn = NULL;
NULL              210 src/w32fns.c   ImmGetOpenStatus_Proc get_ime_open_status_fn = NULL;
NULL              211 src/w32fns.c   ImmSetOpenStatus_Proc set_ime_open_status_fn = NULL;
NULL              212 src/w32fns.c   ImmReleaseContext_Proc release_ime_context_fn = NULL;
NULL              213 src/w32fns.c   ImmSetCompositionWindow_Proc set_ime_composition_window_fn = NULL;
NULL              214 src/w32fns.c   MonitorFromPoint_Proc monitor_from_point_fn = NULL;
NULL              215 src/w32fns.c   GetMonitorInfo_Proc get_monitor_info_fn = NULL;
NULL              216 src/w32fns.c   MonitorFromWindow_Proc monitor_from_window_fn = NULL;
NULL              217 src/w32fns.c   EnumDisplayMonitors_Proc enum_display_monitors_fn = NULL;
NULL              218 src/w32fns.c   GetTitleBarInfo_Proc get_title_bar_info_fn = NULL;
NULL              219 src/w32fns.c   IsDebuggerPresent_Proc is_debugger_present = NULL;
NULL              220 src/w32fns.c   SetThreadDescription_Proc set_thread_description = NULL;
NULL              221 src/w32fns.c   SetWindowTheme_Proc SetWindowTheme_fn = NULL;
NULL              222 src/w32fns.c   DwmSetWindowAttribute_Proc DwmSetWindowAttribute_fn = NULL;
NULL              285 src/w32fns.c   HINSTANCE hinst = NULL;
NULL              859 src/w32fns.c   			    NULL, NULL, (LPBYTE)color_buffer, &color_size)
NULL             1094 src/w32fns.c   	  if (entry == NULL && alloc_p)
NULL             1099 src/w32fns.c   	      entry->next = NULL;
NULL             1543 src/w32fns.c   	    ? lookup_basic_face (NULL, f, CHILD_FRAME_BORDER_FACE_ID)
NULL             1546 src/w32fns.c   	    ? lookup_basic_face (NULL, f, INTERNAL_BORDER_FACE_ID)
NULL             1907 src/w32fns.c   					   -1, NULL, 0);
NULL             2124 src/w32fns.c     struct frame *p = NULL;
NULL             2138 src/w32fns.c         HWND hwnd_parent = p ? FRAME_W32_WINDOW (p) : NULL;
NULL             2290 src/w32fns.c     HCURSOR cursor = LoadImage ((HINSTANCE) GetModuleHandle (NULL),
NULL             2296 src/w32fns.c         cursor = LoadImage (NULL, name, IMAGE_CURSOR, 0, 0,
NULL             2312 src/w32fns.c     (WC).hbrBackground = NULL;                      \
NULL             2313 src/w32fns.c     (WC).lpszMenuName = NULL;                       \
NULL             2346 src/w32fns.c   	SetWindowTheme_fn (hwnd, DARK_MODE_APP_NAME, NULL);
NULL             2373 src/w32fns.c   		       FRAME_W32_WINDOW (f), NULL, hinst, NULL);
NULL             2390 src/w32fns.c   		       FRAME_W32_WINDOW (f), NULL, hinst, NULL);
NULL             2399 src/w32fns.c     HWND hwnd = NULL, parent_hwnd = NULL;
NULL             2461 src/w32fns.c   		    parent_hwnd, NULL, hinst, NULL);
NULL             2532 src/w32fns.c     if (focus == NULL && kbdhook.console != NULL)
NULL             2544 src/w32fns.c         if (focus != NULL && (w == WM_KEYDOWN || w == WM_SYSKEYDOWN))
NULL             2605 src/w32fns.c   		  else if (focus != NULL)
NULL             2671 src/w32fns.c         && focus != NULL
NULL             2736 src/w32fns.c         if (get_console != NULL)
NULL             2746 src/w32fns.c   	  if (oldTitle != NULL && StringFromGUID2 (&guid, newTitle, 64))
NULL             2753 src/w32fns.c   		  kbdhook.console = FindWindowW (NULL, newTitle);
NULL             2754 src/w32fns.c   		  if (kbdhook.console != NULL)
NULL             2764 src/w32fns.c   				       GetModuleHandle (NULL), 0);
NULL             2776 src/w32fns.c         kbdhook.hook = NULL;
NULL             2786 src/w32fns.c     char *tbl = NULL;
NULL             2801 src/w32fns.c     if (tbl != NULL && vkey >= 0 && vkey <= 255)
NULL             2953 src/w32fns.c     if (GetFocus () == NULL)
NULL             3336 src/w32fns.c     while ((w32_unicode_gui ? GetMessageW : GetMessageA) (&msg, NULL, 0, 0))
NULL             3342 src/w32fns.c         if (msg.hwnd == NULL)
NULL             3356 src/w32fns.c   	      CoInitialize (NULL);
NULL             3374 src/w32fns.c   	      if (focus_window != NULL)
NULL             3383 src/w32fns.c   	      if (focus_window != NULL)
NULL             3468 src/w32fns.c     for (item = deferred_msg_head; item != NULL; item = item->next)
NULL             3490 src/w32fns.c     if (find_deferred_msg (hwnd, msg) != NULL)
NULL             3521 src/w32fns.c     if (msg_buf == NULL)
NULL             3541 src/w32fns.c     for (item = deferred_msg_head; item != NULL; item = item->next)
NULL             3563 src/w32fns.c     PeekMessage (&msg, NULL, 0, 0, PM_NOREMOVE);
NULL             3569 src/w32fns.c     dummy_buf.w32msg.msg.hwnd = NULL;
NULL             3808 src/w32fns.c         const char *type_CtrlAlt = NULL;
NULL             4586 src/w32fns.c   	  size = get_composition_string_fn (context, GCS_RESULTSTR, NULL, 0);
NULL             4729 src/w32fns.c   			w32_mouse_button_tolerance, NULL);
NULL             4922 src/w32fns.c   		    w32_mouse_move_interval, NULL);
NULL             4989 src/w32fns.c   	      && current_popup_menu == NULL)
NULL             5036 src/w32fns.c   	      || f->output_data.w32->menubar_widget == NULL))
NULL             5044 src/w32fns.c   	if (find_deferred_msg (hwnd, msg) != NULL)
NULL             5061 src/w32fns.c         if (f && menubar_in_use && current_popup_menu == NULL)
NULL             5062 src/w32fns.c   	menu_free_timer = SetTimer (hwnd, MENU_FREE_ID, MENU_FREE_DELAY, NULL);
NULL             5159 src/w32fns.c   				 wcslen ((WCHAR *) title), NULL);
NULL             5166 src/w32fns.c   				title, strlen (title), NULL);
NULL             5207 src/w32fns.c         track_mouse_window = NULL;
NULL             5240 src/w32fns.c   	  w32_visible_system_caret_hwnd = NULL;
NULL             5241 src/w32fns.c   	  w32_system_caret_hwnd = NULL;
NULL             5319 src/w32fns.c   		SetCursor (NULL);
NULL             5340 src/w32fns.c   		  SetCursor (NULL);
NULL             5376 src/w32fns.c   	foreground_thread = GetWindowThreadProcessId (foreground_window, NULL);
NULL             5417 src/w32fns.c         w32_system_caret_hwnd = NULL;
NULL             5418 src/w32fns.c         w32_visible_system_caret_hwnd = NULL;
NULL             5423 src/w32fns.c         if (w32_system_caret_hwnd == NULL)
NULL             5428 src/w32fns.c   	  CreateCaret (hwnd, NULL, 0,
NULL             5445 src/w32fns.c   	  w32_visible_system_caret_hwnd = NULL;
NULL             5476 src/w32fns.c   			    0, hwnd, NULL))
NULL             5565 src/w32fns.c     GetMessage (&msg, NULL, WM_EMACS_DONE, WM_EMACS_DONE);
NULL             5593 src/w32fns.c   		    NULL,
NULL             5595 src/w32fns.c   		    NULL);
NULL             5702 src/w32fns.c       = XCreateGC (NULL, FRAME_W32_WINDOW (f),
NULL             5736 src/w32fns.c         if (FRAME_IMAGE_CACHE (f) != NULL
NULL             5747 src/w32fns.c         eassert ((dpyinfo->terminal->image_cache == NULL
NULL             5749 src/w32fns.c   	       || (dpyinfo->terminal->image_cache != NULL
NULL             5769 src/w32fns.c                                                   parms, Qfont, NULL, NULL,
NULL             5786 src/w32fns.c   	    NULL };
NULL             5813 src/w32fns.c     struct w32_display_info *dpyinfo = NULL;
NULL             5853 src/w32fns.c     parent = gui_display_get_arg (dpyinfo, parameters, Qparent_id, NULL, NULL,
NULL             5882 src/w32fns.c                                         NULL, NULL,
NULL             5896 src/w32fns.c     tem = gui_display_get_arg (dpyinfo, parameters, Qundecorated, NULL, NULL,
NULL             5901 src/w32fns.c     tem = gui_display_get_arg (dpyinfo, parameters, Qskip_taskbar, NULL, NULL,
NULL             6027 src/w32fns.c                            NULL, NULL, RES_TYPE_NUMBER);
NULL             6029 src/w32fns.c                            NULL, NULL, RES_TYPE_NUMBER);
NULL             6053 src/w32fns.c                            NULL, NULL, RES_TYPE_BOOLEAN);
NULL             6055 src/w32fns.c                            NULL, NULL, RES_TYPE_BOOLEAN);
NULL             6057 src/w32fns.c                            NULL, NULL, RES_TYPE_BOOLEAN);
NULL             6084 src/w32fns.c     tem = gui_display_get_arg (dpyinfo, parameters, Qmin_width, NULL, NULL,
NULL             6088 src/w32fns.c     tem = gui_display_get_arg (dpyinfo, parameters, Qmin_height, NULL, NULL,
NULL             6104 src/w32fns.c                                NULL, NULL, RES_TYPE_NUMBER);
NULL             6113 src/w32fns.c                            NULL, NULL, RES_TYPE_NUMBER);
NULL             6118 src/w32fns.c                            NULL, NULL, RES_TYPE_NUMBER);
NULL             6199 src/w32fns.c                            NULL, NULL, RES_TYPE_SYMBOL);
NULL             6398 src/w32fns.c     hdc = GetDC (NULL);
NULL             6401 src/w32fns.c     ReleaseDC (NULL, hdc);
NULL             6414 src/w32fns.c     hdc = GetDC (NULL);
NULL             6417 src/w32fns.c     ReleaseDC (NULL, hdc);
NULL             6480 src/w32fns.c     if (!enum_display_monitors_fn (NULL, NULL, w32_monitor_enum,
NULL             6527 src/w32fns.c         hdc = CreateDCA ("DISPLAY", mi.szDevice, NULL, NULL);
NULL             6528 src/w32fns.c         if (hdc == NULL)
NULL             6596 src/w32fns.c     hdc = GetDC (NULL);
NULL             6603 src/w32fns.c     ReleaseDC (NULL, hdc);
NULL             6699 src/w32fns.c     dpyinfo = w32_term_init (name, NULL, SSDATA (Vx_resource_name));
NULL             6726 src/w32fns.c     if (window_system_available (NULL))
NULL             6755 src/w32fns.c       xrm_option = NULL;
NULL             6891 src/w32fns.c     char *tmp_data = NULL;
NULL             6908 src/w32fns.c         tmp_data = NULL;
NULL             6967 src/w32fns.c         tip_window = NULL;
NULL             7099 src/w32fns.c                            NULL, NULL, RES_TYPE_BOOLEAN);
NULL             7699 src/w32fns.c   	  if (edit_control == NULL)
NULL             7916 src/w32fns.c   				    SSDATA (prompt), -1, NULL, 0);
NULL             7934 src/w32fns.c   				    SSDATA (prompt), -1, NULL, 0);
NULL             7940 src/w32fns.c   	len = pWideCharToMultiByte (CP_ACP, 0, prompt_w, -1, NULL, 0, NULL, NULL);
NULL             7944 src/w32fns.c   	pWideCharToMultiByte (CP_ACP, 0, prompt_w, -1, prompt_a, len, NULL, NULL);
NULL             8129 src/w32fns.c         path = map_w32_filename (SSDATA (encoded_file), NULL);
NULL             8290 src/w32fns.c     wchar_t *doc_w = NULL, *params_w = NULL, *ops_w = NULL;
NULL             8295 src/w32fns.c     char *doc_a = NULL, *params_a = NULL, *ops_a = NULL;
NULL             8320 src/w32fns.c     result = (intptr_t) ShellExecuteW (NULL, ops_w, doc_w, params_w,
NULL             8425 src/w32fns.c   				 SSDATA (document), -1, NULL, 0);
NULL             8443 src/w32fns.c   				      SSDATA (parameters), -1, NULL, 0);
NULL             8474 src/w32fns.c         shexinfo_w.hwnd = NULL;
NULL             8488 src/w32fns.c         int codepage = codepage_for_filenames (NULL);
NULL             8489 src/w32fns.c         int ldoc_a = pWideCharToMultiByte (codepage, 0, doc_w, -1, NULL, 0,
NULL             8490 src/w32fns.c   					 NULL, NULL);
NULL             8493 src/w32fns.c         pWideCharToMultiByte (codepage, 0, doc_w, -1, doc_a, ldoc_a, NULL, NULL);
NULL             8509 src/w32fns.c         shexinfo_a.hwnd = NULL;
NULL             8753 src/w32fns.c   	  GetMessage (&msg, NULL, WM_EMACS_DONE, WM_EMACS_DONE);
NULL             8835 src/w32fns.c         GetMessage (&msg, NULL, WM_EMACS_DONE, WM_EMACS_DONE);
NULL             8855 src/w32fns.c     hnd = FindWindow (STRINGP (class) ? ((LPCTSTR) SDATA (class)) : NULL,
NULL             8856 src/w32fns.c   		    STRINGP (name)  ? ((LPCTSTR) SDATA (name))  : NULL);
NULL             9148 src/w32fns.c       window = GetTopWindow (NULL);
NULL             9267 src/w32fns.c       SystemParametersInfo (SPI_SETMOUSETRAILS, trail_num, NULL, 0);
NULL             9420 src/w32fns.c     PRINTER_INFO_2W *ppi2w = NULL;
NULL             9421 src/w32fns.c     PRINTER_INFO_2A *ppi2a = NULL;
NULL             9434 src/w32fns.c     if (!OpenPrinter (pname_buf, &hPrn, NULL))
NULL             9438 src/w32fns.c       GetPrinterW (hPrn, 2, NULL, 0, &dwNeeded);
NULL             9440 src/w32fns.c       GetPrinterA (hPrn, 2, NULL, 0, &dwNeeded);
NULL             9533 src/w32fns.c   		       NULL,
NULL             9536 src/w32fns.c   		       buf, sizeof (buf), NULL);
NULL             9575 src/w32fns.c     hinst = GetModuleHandle (NULL);
NULL             9791 src/w32fns.c   					(LPSTR)ansi_code, 4, NULL, NULL);
NULL             9996 src/w32fns.c   	      nidw.hIcon = LoadImageW (NULL, icon_w, IMAGE_ICON, 0, 0,
NULL             10008 src/w32fns.c   	      nidw.hIcon = LoadImageA (NULL, icon_a, IMAGE_ICON, 0, 0,
NULL             10296 src/w32fns.c       : NULL;
NULL             10409 src/w32fns.c     HKEY hrootkey = NULL;
NULL             10417 src/w32fns.c         lpvalue = NULL;
NULL             10419 src/w32fns.c         if (RegQueryValueEx (hrootkey, name, NULL, NULL, NULL, &cbData) == ERROR_SUCCESS
NULL             10420 src/w32fns.c   	  && (lpvalue = xmalloc (cbData)) != NULL
NULL             10421 src/w32fns.c   	  && RegQueryValueEx (hrootkey, name, NULL, lpdwtype, lpvalue, &cbData) == ERROR_SUCCESS)
NULL             10434 src/w32fns.c         lpvalue = NULL;
NULL             10436 src/w32fns.c         if (RegQueryValueEx (hrootkey, name, NULL, NULL, NULL, &cbData) == ERROR_SUCCESS
NULL             10437 src/w32fns.c   	  && (lpvalue = xmalloc (cbData)) != NULL
NULL             10438 src/w32fns.c   	  && RegQueryValueEx (hrootkey, name, NULL, lpdwtype, lpvalue, &cbData) == ERROR_SUCCESS)
NULL             10449 src/w32fns.c     return (NULL);
NULL             10459 src/w32fns.c   SystemParametersInfoW_Proc system_parameters_info_w_fn = NULL;
NULL             10577 src/w32fns.c     track_mouse_window = NULL;
NULL             10579 src/w32fns.c     w32_visible_system_caret_hwnd = NULL;
NULL             11023 src/w32fns.c     if (resetstkoflw == NULL)
NULL             11028 src/w32fns.c     if (resetstkoflw != NULL)
NULL             11093 src/w32fns.c     static CaptureStackBackTrace_proc s_pfn_CaptureStackBackTrace = NULL;
NULL             11094 src/w32fns.c     HMODULE hm_kernel32 = NULL;
NULL             11104 src/w32fns.c   					buffer, NULL);
NULL             11119 src/w32fns.c       button = MessageBox (NULL,
NULL             11303 src/w32fns.c   			  NULL);
NULL             11312 src/w32fns.c     resetstkoflw = NULL;
NULL              153 src/w32font.c    static GetOutlineTextMetricsW_Proc s_pfn_Get_Outline_Text_MetricsW = NULL;
NULL              154 src/w32font.c    HMODULE hm_unicows = NULL;
NULL              163 src/w32font.c    eassert (s_pfn_Get_Outline_Text_MetricsW != NULL);
NULL              170 src/w32font.c    static GetTextMetricsW_Proc s_pfn_Get_Text_MetricsW = NULL;
NULL              171 src/w32font.c    HMODULE hm_unicows = NULL;
NULL              180 src/w32font.c    eassert (s_pfn_Get_Text_MetricsW != NULL);
NULL              188 src/w32font.c    static GetGlyphOutlineW_Proc s_pfn_Get_Glyph_OutlineW = NULL;
NULL              189 src/w32font.c    HMODULE hm_unicows = NULL;
NULL              198 src/w32font.c    eassert (s_pfn_Get_Glyph_OutlineW != NULL);
NULL              206 src/w32font.c    static GetCharWidth32W_Proc s_pfn_Get_Char_Width_32W = NULL;
NULL              207 src/w32font.c    HMODULE hm_unicows = NULL;
NULL              216 src/w32font.c    eassert (s_pfn_Get_Char_Width_32W != NULL);
NULL              351 src/w32font.c        w32_font->hfont = NULL;
NULL              361 src/w32font.c  	  w32_font->cached_metrics = NULL;
NULL              442 src/w32font.c    HFONT old_font = NULL;
NULL              443 src/w32font.c    HDC dc = NULL;
NULL              488 src/w32font.c  	  if (dc == NULL)
NULL              537 src/w32font.c        if (dc != NULL)
NULL              572 src/w32font.c    if (dc == NULL)
NULL              637 src/w32font.c    HRGN orig_clip = NULL;
NULL              652 src/w32font.c  	  orig_clip = NULL;
NULL              711 src/w32font.c  	  ExtTextOutW (s->hdc, x + i, y, options, NULL, &c, 1, NULL);
NULL              724 src/w32font.c        ExtTextOutW (s->hdc, x, y, options, NULL, chars, len, NULL);
NULL              962 src/w32font.c    OUTLINETEXTMETRICW* metrics = NULL;
NULL              986 src/w32font.c    if (hfont == NULL)
NULL              994 src/w32font.c    len = get_outline_metrics_w (dc, 0, NULL);
NULL             1002 src/w32font.c          metrics = NULL;
NULL             1008 src/w32font.c    w32_font->cached_metrics = NULL;
NULL             1503 src/w32font.c        return strstr ("helvetica", full_iname) != NULL;
NULL             1511 src/w32font.c        return strstr ("helv", full_iname) != NULL;
NULL             1867 src/w32font.c      char * best_match = NULL;
NULL             1979 src/w32font.c    charset = w32_to_x_charset (w32_charset, NULL);
NULL             2603 src/w32font.c    if (get_glyph_outline_w (dc, code, options, &gm, 0, NULL, &transform)
NULL             2694 src/w32font.c    NULL,
NULL             2701 src/w32font.c    NULL,
NULL             2718 src/w32font.c      NULL, /* free_entity */
NULL             2721 src/w32font.c      NULL, /* prepare_face */
NULL             2722 src/w32font.c      NULL, /* done_face */
NULL             2727 src/w32font.c      NULL, /* get_bitmap */
NULL             2728 src/w32font.c      NULL, /* free_bitmap */
NULL             2729 src/w32font.c      NULL, /* anchor_point */
NULL             2730 src/w32font.c      NULL, /* otf_capability */
NULL             2731 src/w32font.c      NULL, /* otf_drive */
NULL             2732 src/w32font.c      NULL, /* start_for_frame */
NULL             2733 src/w32font.c      NULL, /* end_for_frame */
NULL             2734 src/w32font.c      NULL, /* shape */
NULL             2735 src/w32font.c      NULL, /* check */
NULL             2736 src/w32font.c      NULL, /* get_variation_glyphs */
NULL             2738 src/w32font.c      NULL, /* cached_font_ok */
NULL             2935 src/w32font.c    register_font_driver (&w32font_driver, NULL);
NULL              133 src/w32heap.c  unsigned char *data_region_base = NULL;
NULL              134 src/w32heap.c  unsigned char *data_region_end = NULL;
NULL              185 src/w32heap.c  HANDLE heap = NULL;
NULL              195 src/w32heap.c    void *p = size <= PTRDIFF_MAX ? HeapAlloc (heap, 0, size | !size) : NULL;
NULL              206 src/w32heap.c  	     : NULL);
NULL              282 src/w32heap.c        if (s_pfn_Heap_Set_Information != NULL)
NULL              328 src/w32heap.c        if (s_pfn_Rtl_Create_Heap == NULL)
NULL              333 src/w32heap.c        heap = s_pfn_Rtl_Create_Heap (0, data_region_base, 0, 0, NULL, &params);
NULL              561 src/w32heap.c    if (p == NULL)
NULL              577 src/w32heap.c        if (p == NULL)
NULL              580 src/w32heap.c        if (ptr != NULL &&
NULL              595 src/w32heap.c        if (p != NULL)
NULL              672 src/w32heap.c    void *p = NULL;
NULL              683 src/w32heap.c      p = VirtualAlloc (NULL, ROUND_UP (nbytes * 2, get_allocation_unit ()),
NULL              688 src/w32heap.c    if (p == NULL)
NULL              689 src/w32heap.c      p = VirtualAlloc (NULL, ROUND_UP (nbytes, get_allocation_unit ()),
NULL              692 src/w32heap.c    if (p != NULL)
NULL              696 src/w32heap.c        if (*var == NULL)
NULL              723 src/w32heap.c        *var = NULL;
NULL              733 src/w32heap.c    if (*var == NULL)
NULL              790 src/w32heap.c  	  return NULL;
NULL              226 src/w32image.c       input.DebugEventCallback = NULL;
NULL              327 src/w32image.c       if (propertyItem != NULL)
NULL              418 src/w32image.c       const char *fn = map_w32_filename (SSDATA (spec_file), NULL);
NULL              427 src/w32image.c       if (pStream != NULL)
NULL              635 src/w32inevt.c   struct notifications_set *ns = NULL;
NULL              648 src/w32inevt.c       ns = NULL;
NULL               86 src/w32menu.c  GetMenuItemInfoA_Proc get_menu_item_info = NULL;
NULL               87 src/w32menu.c  SetMenuItemInfoA_Proc set_menu_item_info = NULL;
NULL               88 src/w32menu.c  AppendMenuW_Proc unicode_append_menu = NULL;
NULL               89 src/w32menu.c  MessageBoxW_Proc unicode_message_box = NULL;
NULL              365 src/w32menu.c        wv = make_widget_value ("menubar", NULL, true, Qnil);
NULL              429 src/w32menu.c        wv = make_widget_value ("menubar", NULL, true, Qnil);
NULL              442 src/w32menu.c  	  wv = make_widget_value (SSDATA (string), NULL, true, Qnil);
NULL              491 src/w32menu.c      if (old_widget == NULL)
NULL              525 src/w32menu.c      SetMenu (FRAME_W32_WINDOW (f), NULL);
NULL              526 src/w32menu.c      f->output_data.w32->menubar_widget = NULL;
NULL              564 src/w32menu.c    *error = NULL;
NULL              584 src/w32menu.c    wv = make_widget_value ("menu", NULL, true, Qnil);
NULL              645 src/w32menu.c  	      wv = make_widget_value (pane_string, NULL, true, Qnil);
NULL              693 src/w32menu.c  	  wv = make_widget_value (SSDATA (item_name), NULL, !NILP (enable),
NULL              726 src/w32menu.c        widget_value *wv_sep = make_widget_value ("--", NULL, false, Qnil);
NULL              737 src/w32menu.c        wv_title = make_widget_value (SSDATA (title), NULL, true, Qnil);
NULL              886 src/w32menu.c    *error = NULL;
NULL              960 src/w32menu.c      wv = make_widget_value (dialog_name, NULL, false, Qnil);
NULL             1249 src/w32menu.c        out_string = NULL;
NULL             1258 src/w32menu.c        if (wv->key != NULL)
NULL             1323 src/w32menu.c        if (item != NULL)
NULL             1362 src/w32menu.c  					  item != NULL ? (UINT_PTR) item
NULL             1377 src/w32menu.c  			item != NULL ? (UINT_PTR) item: (UINT_PTR) wv->call_data,
NULL             1383 src/w32menu.c  	    unicode_append_menu = NULL;
NULL             1395 src/w32menu.c  		    item != NULL ? (UINT_PTR) item : (UINT_PTR) wv->call_data,
NULL             1437 src/w32menu.c  			      item != NULL ? (UINT_PTR) item : (UINT_PTR) wv->call_data,
NULL             1449 src/w32menu.c    for ( ; wv != NULL; wv = wv->next)
NULL             1455 src/w32menu.c  	  if (sub_menu == NULL)
NULL             1467 src/w32menu.c  	  if (!add_menu_item (menu, wv, NULL))
NULL             1582 src/w32menu.c    current_popup_menu = NULL;
NULL             1601 src/w32menu.c    current_popup_menu = NULL;
NULL              192 src/w32notify.c   struct notifications_set *ns = NULL;
NULL              247 src/w32notify.c 	  ns = NULL;
NULL              250 src/w32notify.c   if (ns == NULL)
NULL              303 src/w32notify.c 	  dirwatch->dir = NULL;
NULL              314 src/w32notify.c   dirwatch->dir = NULL;
NULL              337 src/w32notify.c   dirwatch->terminate = CreateEvent(NULL, FALSE, FALSE, NULL);
NULL              343 src/w32notify.c   dirwatch->thr = CreateThread (NULL, 64 * 1024, watch_worker, (void *)dirwatch,
NULL              344 src/w32notify.c 				0x00010000, NULL);
NULL              365 src/w32notify.c   struct notification *dirwatch = NULL;
NULL              368 src/w32notify.c     return NULL;
NULL              392 src/w32notify.c 			  NULL, OPEN_EXISTING, crflags,
NULL              393 src/w32notify.c 			  NULL);
NULL              408 src/w32notify.c 			  NULL, OPEN_EXISTING, crflags,
NULL              409 src/w32notify.c 			  NULL);
NULL              412 src/w32notify.c     return NULL;
NULL              414 src/w32notify.c   if ((dirwatch = start_watching (file, hdir, subdirs, flags)) == NULL)
NULL              417 src/w32notify.c       dirwatch->dir = NULL;
NULL              469 src/w32notify.c 	  dirwatch->thr = NULL;
NULL              566 src/w32notify.c   struct notification *dirwatch = NULL;
NULL              694 src/w32notify.c 	  && dirwatch->dir != NULL)
NULL              141 src/w32proc.c    if (GetEnvironmentVariable ("EMACS_DEBUG", NULL, 0) > 0)
NULL              408 src/w32proc.c        && s_pfn_Get_Thread_Times != NULL)
NULL              457 src/w32proc.c    HANDLE hth = (which == ITIMER_REAL) ? NULL : itimer->caller_thread;
NULL              587 src/w32proc.c    if (itimer->timer_thread == NULL)
NULL              609 src/w32proc.c    itimer->timer_thread = NULL;
NULL              613 src/w32proc.c        itimer->caller_thread = NULL;
NULL              642 src/w32proc.c    s_pfn_Get_Thread_Times = NULL; /* in case dumped Emacs comes with a value */
NULL              676 src/w32proc.c        itimer->timer_thread = NULL;
NULL              681 src/w32proc.c        itimer->caller_thread = NULL;
NULL              699 src/w32proc.c    itimer->timer_thread = CreateThread (NULL, 64 * 1024, timer_loop,
NULL              705 src/w32proc.c        itimer->caller_thread = NULL;
NULL              749 src/w32proc.c  				  ? NULL
NULL              795 src/w32proc.c        for (t1 = w32_get_timer_time (NULL);
NULL              796 src/w32proc.c  	   (t2 = w32_get_timer_time (NULL)) == t1; )
NULL             1032 src/w32proc.c      if (!CHILD_ACTIVE (cp) && cp->procinfo.hProcess == NULL)
NULL             1037 src/w32proc.c        child_process *dead_cp = NULL;
NULL             1057 src/w32proc.c  		cp->procinfo.hProcess = NULL;
NULL             1059 src/w32proc.c  		cp->procinfo.hThread = NULL;
NULL             1077 src/w32proc.c      return NULL;
NULL             1090 src/w32proc.c    cp->procinfo.hProcess = NULL;
NULL             1094 src/w32proc.c    cp->char_avail = CreateEvent (NULL, TRUE, FALSE, NULL);
NULL             1097 src/w32proc.c        cp->char_consumed = CreateEvent (NULL, FALSE, FALSE, NULL);
NULL             1117 src/w32proc.c  	  cp->thrd = CreateThread (NULL, 64 * 1024, reader_thread, cp,
NULL             1124 src/w32proc.c    return NULL;
NULL             1137 src/w32proc.c    if (!CHILD_ACTIVE (cp) && cp->procinfo.hProcess == NULL)
NULL             1164 src/w32proc.c        cp->thrd = NULL;
NULL             1169 src/w32proc.c        cp->char_avail = NULL;
NULL             1174 src/w32proc.c        cp->char_consumed = NULL;
NULL             1182 src/w32proc.c  	    || child_procs[i].procinfo.hProcess != NULL)
NULL             1199 src/w32proc.c      if ((CHILD_ACTIVE (cp) || cp->procinfo.hProcess != NULL)
NULL             1202 src/w32proc.c    return NULL;
NULL             1232 src/w32proc.c    if (cp == NULL
NULL             1329 src/w32proc.c    if (cp == NULL) emacs_abort ();
NULL             1350 src/w32proc.c    if (!SetSecurityDescriptorDacl (&sec_desc, TRUE, NULL, FALSE))
NULL             1354 src/w32proc.c    sec_attrs.lpSecurityDescriptor = NULL /* &sec_desc */;
NULL             1373 src/w32proc.c        exe = NULL;
NULL             1380 src/w32proc.c    if (!CreateProcessA (exe, cmdline, &sec_attrs, NULL, TRUE,
NULL             1410 src/w32proc.c    if (cp == NULL)
NULL             1427 src/w32proc.c    if (fd_info[fd].cp != NULL)
NULL             1449 src/w32proc.c        cp->procinfo.hProcess = NULL;
NULL             1451 src/w32proc.c        cp->procinfo.hThread = NULL;
NULL             1652 src/w32proc.c    file = CreateFileA (filename, GENERIC_READ, FILE_SHARE_READ, NULL,
NULL             1658 src/w32proc.c    file_mapping = CreateFileMapping (file, NULL, PAGE_READONLY,
NULL             1659 src/w32proc.c  				    0, size, NULL);
NULL             1701 src/w32proc.c    return NULL;
NULL             1711 src/w32proc.c    SetFilePointer (p_file->file, p_file->size, NULL, FILE_BEGIN);
NULL             1792 src/w32proc.c            IMAGE_DATA_DIRECTORY *data_dir = NULL;
NULL             1912 src/w32proc.c    *nptr = NULL;
NULL             1930 src/w32proc.c    char *extra_env[] = {ppid_env_var_buffer, NULL};
NULL             2122 src/w32proc.c  	  else if (strchr (sepchars, *p) != NULL)
NULL             2156 src/w32proc.c  	    if ((strchr (sepchars, *p) != NULL) || *p == '"')
NULL             2256 src/w32proc.c    if (cp == NULL)
NULL             2317 src/w32proc.c    if (rfds == NULL && wfds == NULL && efds == NULL && timeout != NULL)
NULL             2324 src/w32proc.c    if ((rfds == NULL && wfds == NULL) || efds != NULL)
NULL             2379 src/w32proc.c  		if (handle_file_notifications (NULL))
NULL             2392 src/w32proc.c  		cp = NULL;
NULL             2493 src/w32proc.c  	  if (handle_file_notifications (NULL))
NULL             2524 src/w32proc.c  	  if (handle_file_notifications (NULL))
NULL             2659 src/w32proc.c        if (handle_file_notifications (NULL))
NULL             2740 src/w32proc.c        if (proc_hand == NULL)
NULL             2760 src/w32proc.c    if (cp == NULL)
NULL             2772 src/w32proc.c        if (proc_hand == NULL)
NULL             2816 src/w32proc.c  		GetWindowThreadProcessId (foreground_window, NULL);
NULL             2822 src/w32proc.c                child_thread = GetWindowThreadProcessId (cp->hwnd, NULL);
NULL             2878 src/w32proc.c        static DebugBreakProcess_Proc s_pfn_Debug_Break_Process = NULL;
NULL             2888 src/w32proc.c        if (s_pfn_Debug_Break_Process == NULL)
NULL             3096 src/w32proc.c        if (winsock_lib != NULL)
NULL             3218 src/w32proc.c        if (cp != NULL)
NULL             3229 src/w32proc.c    if (proc_handle != NULL)
NULL             3316 src/w32proc.c    static char *nl_langinfo_buf = NULL;
NULL             3330 src/w32proc.c  				    NULL, 0);
NULL             3468 src/w32proc.c    while (*s && (p = strchr (hex, *s)) != NULL)
NULL             3661 src/w32proc.c    int num_layouts = GetKeyboardLayoutList (0, NULL);
NULL             3717 src/w32proc.c  	  GetMessage (&msg, NULL, WM_EMACS_DONE, WM_EMACS_DONE);
NULL             3852 src/w32proc.c    needed = pMultiByteToWideChar (CP_UTF8, MB_ERR_INVALID_CHARS, s1, -1, NULL, 0);
NULL             3865 src/w32proc.c    needed = pMultiByteToWideChar (CP_UTF8, MB_ERR_INVALID_CHARS, s2, -1, NULL, 0);
NULL               75 src/w32reg.c     return NULL;
NULL               81 src/w32reg.c     LPBYTE lpvalue = NULL;
NULL               82 src/w32reg.c     HKEY hrootkey = NULL;
NULL               99 src/w32reg.c         if (RegQueryValueEx (hrootkey, name, NULL, &dwType, NULL, &cbData) == ERROR_SUCCESS
NULL              104 src/w32reg.c         else if (RegQueryValueEx (hrootkey, class, NULL, &dwType, NULL, &cbData) == ERROR_SUCCESS
NULL              111 src/w32reg.c   	  keyname = NULL;
NULL              115 src/w32reg.c   	    && (lpvalue = xmalloc (cbData)) != NULL
NULL              116 src/w32reg.c   	    && RegQueryValueEx (hrootkey, keyname, NULL, NULL, lpvalue, &cbData) == ERROR_SUCCESS);
NULL              128 src/w32reg.c   	  lpvalue = NULL;
NULL              162 src/w32reg.c       return NULL;
NULL              147 src/w32select.c   HGLOBAL htext = NULL;
NULL              164 src/w32select.c   if ((htext = GlobalAlloc (GMEM_MOVEABLE | GMEM_DDESHARE, truelen)) == NULL)
NULL              165 src/w32select.c     return NULL;
NULL              167 src/w32select.c   if ((dst = (unsigned char *) GlobalLock (htext)) == NULL)
NULL              170 src/w32select.c       return NULL;
NULL              208 src/w32select.c   unsigned char *dst = NULL;
NULL              222 src/w32select.c   if (htext != NULL)
NULL              225 src/w32select.c   if (dst != NULL)
NULL              243 src/w32select.c   HGLOBAL htext = NULL;
NULL              276 src/w32select.c   if (htext == NULL)
NULL              279 src/w32select.c   if (SetClipboardData (format, htext) == NULL)
NULL              291 src/w32select.c   HANDLE hlocale = NULL;
NULL              300 src/w32select.c   if (hlocale == NULL)
NULL              303 src/w32select.c   if ((lcid_ptr = (LCID *) GlobalLock (hlocale)) == NULL)
NULL              312 src/w32select.c   if (SetClipboardData (CF_LOCALE, hlocale) == NULL)
NULL              333 src/w32select.c   OpenClipboard (NULL);
NULL              445 src/w32select.c 	clipboard_owner = NULL;
NULL              463 src/w32select.c   return CreateWindow (CLASSNAME, CLASSNAME, 0, 0, 0, 0, 0, NULL, NULL,
NULL              464 src/w32select.c 		       NULL, NULL);
NULL              473 src/w32select.c   if (clipboard_owner != NULL)
NULL              476 src/w32select.c       clipboard_owner = NULL;
NULL              518 src/w32select.c   if (cp != NULL && (cp == coding_name || cp[-1] == '-'))
NULL              566 src/w32select.c   lcid = strtoul (loc_string, NULL, 16);
NULL              599 src/w32select.c   cp = strtoul (buffer, NULL, 10);
NULL              740 src/w32select.c       if (clipboard_owner == NULL)
NULL              755 src/w32select.c 	  SetClipboardData (CF_UNICODETEXT, NULL);
NULL              756 src/w32select.c 	  SetClipboardData (CF_TEXT, NULL);
NULL              757 src/w32select.c 	  SetClipboardData (CF_OEMTEXT, NULL);
NULL              818 src/w32select.c   if ((htext = GetClipboardData (actual_clipboard_type)) == NULL)
NULL              827 src/w32select.c 	  if (htext != NULL)
NULL              834 src/w32select.c   if (htext == NULL)
NULL              844 src/w32select.c     if ((src = (unsigned char *) GlobalLock (htext)) == NULL)
NULL              897 src/w32select.c 	    if (hlocale != NULL)
NULL              901 src/w32select.c 		if (lcid_ptr != NULL)
NULL              960 src/w32select.c 	while ((dst = memchr (dst, '\r', nbytes - (dst - src))) != NULL)
NULL             1034 src/w32select.c       if (OpenClipboard (NULL))
NULL             1106 src/w32select.c       if (OpenClipboard (NULL))
NULL              151 src/w32term.c  HANDLE hWindowsThread = NULL;
NULL              153 src/w32term.c  HANDLE hMainThread = NULL;
NULL              327 src/w32term.c        FRAME_OUTPUT_DATA (f)->paint_buffer = NULL;
NULL              328 src/w32term.c        FRAME_OUTPUT_DATA (f)->paint_dc = NULL;
NULL              329 src/w32term.c        FRAME_OUTPUT_DATA (f)->paint_buffer_handle = NULL;
NULL              357 src/w32term.c      SelectClipRgn (hdc, NULL);
NULL              458 src/w32term.c    MoveToEx (s->hdc, x1, y1, NULL);
NULL              640 src/w32term.c  			  0, 6000, NULL);
NULL              738 src/w32term.c  			  0, 6000, NULL);
NULL              824 src/w32term.c  	? lookup_basic_face (NULL, f, INTERNAL_BORDER_FACE_ID)
NULL              940 src/w32term.c    w32_set_clip_rectangle (hdc, NULL);
NULL             1049 src/w32term.c  	XChangeGC (NULL, FRAME_DISPLAY_INFO (s->f)->scratch_cursor_gc,
NULL             1053 src/w32term.c  	  = XCreateGC (NULL, FRAME_W32_WINDOW (s->f), mask, &egc);
NULL             1081 src/w32term.c  	XChangeGC (NULL, FRAME_DISPLAY_INFO (s->f)->scratch_cursor_gc,
NULL             1085 src/w32term.c  	  = XCreateGC (NULL, FRAME_W32_WINDOW (s->f), mask, &egc);
NULL             1196 src/w32term.c    if (s->cmp == NULL)
NULL             1478 src/w32term.c        char buf[7], *str = NULL;
NULL             1676 src/w32term.c        relief->gc = XCreateGC (NULL, FRAME_W32_WINDOW (f), mask, &egc);
NULL             1679 src/w32term.c      XChangeGC (NULL, relief->gc, mask, &egc);
NULL             1771 src/w32term.c    w32_set_clip_rectangle (hdc, NULL);
NULL             1813 src/w32term.c    w32_set_clip_rectangle (s->hdc, NULL);
NULL             1864 src/w32term.c  		&& (s->prev == NULL
NULL             1868 src/w32term.c  		 && (s->next == NULL
NULL             1887 src/w32term.c    return pfnPlgBlt != NULL;
NULL             2015 src/w32term.c  		SetBrushOrgEx (s->hdc, 0, 0, NULL);
NULL             2039 src/w32term.c  			      orig_width, orig_height, NULL, 0, 0))
NULL             2051 src/w32term.c  		SetBrushOrgEx (s->hdc, 0, 0, NULL);
NULL             2075 src/w32term.c        w32_set_clip_rectangle (s->hdc, NULL);
NULL             2814 src/w32term.c                  w32_set_clip_rectangle (prev->hdc, NULL);
NULL             2839 src/w32term.c                  w32_set_clip_rectangle (next->hdc, NULL);
NULL             2848 src/w32term.c    w32_set_clip_rectangle (s->hdc, NULL);
NULL             2957 src/w32term.c    HRGN expect_dirty = NULL;
NULL             3018 src/w32term.c  		      NULL, SW_INVALIDATE);
NULL             3082 src/w32term.c  	dpyinfo->w32_pending_autoraise_frame = NULL;
NULL             3378 src/w32term.c  	  Lisp_Object window = window_from_coordinates (f, p.x, p.y, NULL,
NULL             3469 src/w32term.c    num_files = DragQueryFile (hdrop, 0xFFFFFFFF, NULL, 0);
NULL             3476 src/w32term.c  	  eassert (DragQueryFileW (hdrop, i, NULL, 0) < MAX_PATH);
NULL             3491 src/w32term.c  	  eassert (DragQueryFileA (hdrop, i, NULL, 0) < MAX_PATH);
NULL             3557 src/w32term.c    struct notifications_set *ns = NULL;
NULL             3570 src/w32term.c        ns = NULL;
NULL             3671 src/w32term.c        dpyinfo->last_mouse_scroll_bar = NULL;
NULL             3673 src/w32term.c        dpyinfo->last_mouse_glyph_frame = NULL;
NULL             3684 src/w32term.c        dpyinfo->last_mouse_scroll_bar = NULL;
NULL             3760 src/w32term.c        struct frame *f1 = NULL;
NULL             3766 src/w32term.c        dpyinfo->last_mouse_scroll_bar = NULL;
NULL             3807 src/w32term.c  	      : NULL);
NULL             4064 src/w32term.c  			     (WPARAM) hwnd, (LPARAM) how, 0, 6000, NULL);
NULL             4083 src/w32term.c  		      0, 6000, NULL);
NULL             4094 src/w32term.c  		      (WPARAM) hwnd, 0, 0, 6000, NULL);
NULL             4102 src/w32term.c  		      0, 6000, NULL);
NULL             4110 src/w32term.c  		      (WPARAM) hwnd, 0, 0, 6000, NULL);
NULL             4117 src/w32term.c  		      0, 6000, NULL);
NULL             4261 src/w32term.c              InvalidateRect (hwnd, NULL, FALSE);
NULL             4363 src/w32term.c              InvalidateRect (hwnd, NULL, FALSE);
NULL             4837 src/w32term.c    dpyinfo->last_mouse_scroll_bar = NULL;
NULL             4888 src/w32term.c    dpyinfo->last_mouse_scroll_bar = NULL;
NULL             4968 src/w32term.c  			: NULL);
NULL             4978 src/w32term.c  	return EQ (track_mouse, Qdropping) ? lm_f : NULL;
NULL             5038 src/w32term.c        f = NULL;
NULL             5518 src/w32term.c  		    struct frame *f1 = FRAMEP (frame1) ? XFRAME (frame1) : NULL;
NULL             5646 src/w32term.c  	      tip_window = NULL;
NULL             6013 src/w32term.c        dpyinfo->w32_pending_autoraise_frame = NULL;
NULL             6133 src/w32term.c    if (cursor_glyph == NULL)
NULL             6157 src/w32term.c    w32_set_clip_rectangle (hdc, NULL);
NULL             6180 src/w32term.c    if (cursor_glyph == NULL)
NULL             6249 src/w32term.c        w32_set_clip_rectangle (hdc, NULL);
NULL             6383 src/w32term.c    HANDLE small_icon = NULL;
NULL             6393 src/w32term.c        main_icon = LoadImage (NULL, (LPCTSTR) SDATA (icon), IMAGE_ICON, 0, 0,
NULL             6396 src/w32term.c        small_icon = LoadImage (NULL, (LPCSTR) SDATA (icon), IMAGE_ICON,
NULL             6420 src/w32term.c        main_icon = LoadIcon (NULL, name);
NULL             6425 src/w32term.c    if (main_icon == NULL)
NULL             6676 src/w32term.c      my_set_window_pos (FRAME_W32_WINDOW (f), NULL,
NULL             6848 src/w32term.c  	my_set_window_pos (FRAME_W32_WINDOW (f), NULL,
NULL             6904 src/w32term.c      SystemParametersInfo (SPI_SETMOUSETRAILS, trail_num, NULL, 0);
NULL             7196 src/w32term.c  		      0, 6000, NULL);
NULL             7229 src/w32term.c    f->output_data.w32 = NULL;
NULL             7291 src/w32term.c    eassert (font != NULL && ! NILP (font->props[FONT_TYPE_INDEX]));
NULL             7321 src/w32term.c      SetCursor (NULL);
NULL             7608 src/w32term.c    dpyinfo->rdb = xrm_option ? w32_make_rdb (xrm_option) : NULL;
NULL             7614 src/w32term.c    hdc = GetDC (NULL);
NULL             7622 src/w32term.c    ReleaseDC (NULL, hdc);
NULL             7671 src/w32term.c      dpyinfo->color_list = NULL;
NULL             7704 src/w32term.c    w32_system_caret_hwnd = NULL;
NULL             7760 src/w32term.c      PeekMessage (&msg, NULL, 0, 0, PM_NOREMOVE);
NULL             7762 src/w32term.c      hWindowsThread = CreateThread (NULL, 0,
NULL             7766 src/w32term.c      GetMessage (&msg, NULL, WM_EMACS_DONE, WM_EMACS_DONE);
NULL              182 src/w32uniscribe.c   uniscribe_font->cache = NULL;
NULL              212 src/w32uniscribe.c   uniscribe_font->cache = NULL;
NULL              301 src/w32uniscribe.c   struct frame * f = NULL;
NULL              302 src/w32uniscribe.c   HDC context = NULL;
NULL              303 src/w32uniscribe.c   HFONT old_font = NULL;
NULL              328 src/w32uniscribe.c   while ((result = ScriptItemize (chars, nchars, max_items, NULL, NULL,
NULL              600 src/w32uniscribe.c   HDC context = NULL;
NULL              601 src/w32uniscribe.c   struct frame *f = NULL;
NULL              602 src/w32uniscribe.c   HFONT old_font = NULL;
NULL              633 src/w32uniscribe.c       if (SUCCEEDED (ScriptItemize (ch, len, 2, NULL, NULL, items, &nitems)))
NULL              869 src/w32uniscribe.c   SCRIPT_CACHE cache = NULL;
NULL              877 src/w32uniscribe.c   rslt = script_get_font_scripts_fn (context, &cache, NULL, max_tags,
NULL              900 src/w32uniscribe.c       rslt = script_get_font_languages_fn (context, &cache, NULL, script_tag,
NULL              928 src/w32uniscribe.c       rslt = script_get_font_features_fn (context, &cache, NULL,
NULL             1272 src/w32uniscribe.c   char *font_data = NULL;
NULL             1275 src/w32uniscribe.c   hb_blob_t *blob = NULL;
NULL             1306 src/w32uniscribe.c   hb_font_t *hb_font = NULL;
NULL             1309 src/w32uniscribe.c     hb_face_create_for_tables (w32hb_get_font_table, font_handle, NULL);
NULL             1449 src/w32uniscribe.c     NULL, /* free_entity */
NULL             1452 src/w32uniscribe.c     NULL, /* prepare_face */
NULL             1453 src/w32uniscribe.c     NULL, /* done_face */
NULL             1458 src/w32uniscribe.c     NULL, /* get_bitmap */
NULL             1459 src/w32uniscribe.c     NULL, /* free_bitmap */
NULL             1460 src/w32uniscribe.c     NULL, /* anchor_point */
NULL             1462 src/w32uniscribe.c     NULL, /* otf_drive - use shape instead.  */
NULL             1463 src/w32uniscribe.c     NULL, /* start_for_frame */
NULL             1464 src/w32uniscribe.c     NULL, /* end_for_frame */
NULL             1466 src/w32uniscribe.c     NULL, /* check */
NULL             1467 src/w32uniscribe.c     NULL, /* get_variation_glyphs */
NULL             1468 src/w32uniscribe.c     NULL, /* filter_properties */
NULL             1469 src/w32uniscribe.c     NULL, /* cached_font_ok */
NULL             1516 src/w32uniscribe.c   register_font_driver (&uniscribe_font_driver, NULL);
NULL             1557 src/w32uniscribe.c   register_font_driver (&harfbuzz_font_driver, NULL);
NULL               39 src/w32xfns.c  HANDLE input_available = NULL;
NULL               40 src/w32xfns.c  HANDLE interrupt_handle = NULL;
NULL               49 src/w32xfns.c    input_available = CreateEvent (NULL, TRUE, FALSE, NULL);
NULL               76 src/w32xfns.c    interrupt_handle = CreateEvent (NULL, TRUE, FALSE, NULL);
NULL               87 src/w32xfns.c        input_available = NULL;
NULL               92 src/w32xfns.c        interrupt_handle = NULL;
NULL              136 src/w32xfns.c      f->output_data.w32->old_palette = NULL;
NULL              254 src/w32xfns.c  int_msg *lpHead = NULL;
NULL              255 src/w32xfns.c  int_msg *lpTail = NULL;
NULL              291 src/w32xfns.c            int_msg * lpPrev = NULL;
NULL              292 src/w32xfns.c            int_msg * lpNext = NULL;
NULL              365 src/w32xfns.c    lpNew->lpNext = NULL;
NULL              414 src/w32xfns.c    while (PeekMessage (&msg, NULL, 0, 0, PM_REMOVE))
NULL              308 src/widget.c   		 NULL);
NULL              400 src/widget.c     XtAddRawEventHandler (widget, StructureNotifyMask, False, resize_cb, NULL);
NULL             1069 src/window.c   	  int face_id = lookup_named_face (NULL, f, Qdefault, true);
NULL             1114 src/window.c   	  int face_id = lookup_named_face (NULL, f, Qdefault, true);
NULL             1841 src/window.c         struct buffer *old_buffer = NULL;
NULL             1842 src/window.c         void *itdata = NULL;
NULL             2408 src/window.c     struct Lisp_Char_Table *dp = NULL;
NULL             3084 src/window.c       f = NULL;
NULL             4829 src/window.c     struct window *m = WINDOWP (mini) ? XWINDOW (mini) : NULL;
NULL             5724 src/window.c     void *itdata = NULL;
NULL             5748 src/window.c         init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);
NULL             5759 src/window.c   	  init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);
NULL             6576 src/window.c     void *itdata = NULL;
NULL             6584 src/window.c       old_buffer = NULL;
NULL             6663 src/window.c   	    composition_table[i]->font = NULL;
NULL             7527 src/window.c       return NULL;
NULL             7531 src/window.c       return NULL;
NULL             7547 src/window.c       glyph = NULL;
NULL             7778 src/window.c   	return NULL;
NULL             7781 src/window.c       return NULL;
NULL             7835 src/window.c       return NULL;
NULL             7886 src/window.c   	return NULL;
NULL             7954 src/window.c       return NULL;
NULL             8031 src/window.c         return changed ? w : NULL;
NULL              505 src/xdisp.c    #define FRAME_OUTPUT_DATA(f) (NULL)
NULL              849 src/xdisp.c        CACHE = NULL;				\
NULL             1017 src/xdisp.c      {0,				0,			NULL}
NULL             1521 src/xdisp.c    	  it->glyph_row = NULL;
NULL             1544 src/xdisp.c      struct buffer *old_buffer = NULL;
NULL             1689 src/xdisp.c      struct buffer *old_buffer = NULL;
NULL             1778 src/xdisp.c    	  void *it2data = NULL;
NULL             1808 src/xdisp.c          void *save_it_data = NULL;
NULL             1859 src/xdisp.c    		  it2.glyph_row = NULL;
NULL             1903 src/xdisp.c    		   && handle_display_spec (NULL, spec, Qnil, Qnil, &tpos,
NULL             1983 src/xdisp.c    		  it3.glyph_row = NULL;
NULL             2070 src/xdisp.c          void *it2data = NULL;
NULL             2212 src/xdisp.c      eassert (s != NULL);
NULL             2373 src/xdisp.c      struct glyph_row *row = NULL;
NULL             2381 src/xdisp.c    	return NULL;
NULL             2391 src/xdisp.c        return NULL;
NULL             2429 src/xdisp.c        return NULL;
NULL             3207 src/xdisp.c      eassert (w != NULL && it != NULL);
NULL             3237 src/xdisp.c      if (row == NULL)
NULL             3290 src/xdisp.c      if (FRAME_FACE_CACHE (it->f) == NULL)
NULL             3348 src/xdisp.c    	  eassert (it->glyph_row == NULL);
NULL             3355 src/xdisp.c    	  eassert (it->glyph_row == NULL);
NULL             3513 src/xdisp.c    	  bidi_unshelve_cache (NULL, false);
NULL             3669 src/xdisp.c    				1, &found, NULL, false);
NULL             3891 src/xdisp.c      init_iterator (it, w, charpos, bytepos, NULL, DEFAULT_FACE_ID);
NULL             3950 src/xdisp.c    	  it->bidi_it.string.s = NULL;
NULL             3998 src/xdisp.c          if (it->dpvec == NULL)
NULL             4076 src/xdisp.c      it->dpvec = NULL;
NULL             4429 src/xdisp.c          && (rv = handle_display_spec (NULL, spec, object1, Qnil, &tpos, bufpos,
NULL             4456 src/xdisp.c    	   || !(rv = handle_display_spec (NULL, spec, object1, Qnil, &tpos,
NULL             4530 src/xdisp.c          && it->s == NULL
NULL             4794 src/xdisp.c    				  && (old_face == NULL || !old_face->box));
NULL             4833 src/xdisp.c      void *it_copy_data = NULL;
NULL             4835 src/xdisp.c      eassert (it->s == NULL);
NULL             5495 src/xdisp.c    	      struct font *font = NULL;
NULL             5500 src/xdisp.c    					  font, true, NULL);
NULL             5509 src/xdisp.c    					  NULL, true, NULL);
NULL             5780 src/xdisp.c      void *itdata = NULL;
NULL             6221 src/xdisp.c    	      it->bidi_it.string.s = NULL;
NULL             6291 src/xdisp.c      return (handle_display_spec (NULL, prop, Qnil, overlay,
NULL             6643 src/xdisp.c    	  it->bidi_it.string.s = NULL;
NULL             6876 src/xdisp.c    	push_it (it, NULL);
NULL             6906 src/xdisp.c    	  it->bidi_it.string.s = NULL;
NULL             7058 src/xdisp.c    				  && (prev_face == NULL
NULL             7458 src/xdisp.c    	void *it2data = NULL;
NULL             7475 src/xdisp.c    	bidi_unshelve_cache (NULL, false);
NULL             7539 src/xdisp.c    				  on_newline_p ? &bidi_it_prev : NULL);
NULL             7552 src/xdisp.c    				      on_newline_p ? &bidi_it_prev : NULL);
NULL             7691 src/xdisp.c      eassert (it->s == NULL);
NULL             7698 src/xdisp.c      it->dpvec = NULL;
NULL             7718 src/xdisp.c          bidi_unshelve_cache (NULL, false);
NULL             7720 src/xdisp.c          it->bidi_it.string.s = NULL;
NULL             7784 src/xdisp.c      if (s == NULL)
NULL             7788 src/xdisp.c          it->s = NULL;
NULL             7796 src/xdisp.c    	  it->bidi_it.string.s = NULL;
NULL             7874 src/xdisp.c      if (s == NULL && it->multibyte_p)
NULL             7992 src/xdisp.c    static struct frame *last_escape_glyph_frame = NULL;
NULL             8017 src/xdisp.c    static struct frame *last_glyphless_glyph_frame = NULL;
NULL             8046 src/xdisp.c      last_escape_glyph_frame = NULL;
NULL             8048 src/xdisp.c      last_glyphless_glyph_frame = NULL;
NULL             8087 src/xdisp.c          if (success_p && it->dpvec == NULL)
NULL             8362 src/xdisp.c          && it->s == NULL)
NULL             8659 src/xdisp.c    	  it->dpvec = NULL;
NULL             8684 src/xdisp.c          eassert (it->s == NULL && STRINGP (it->string));
NULL             9434 src/xdisp.c    	       && it->bidi_it.string.s == NULL));
NULL             9711 src/xdisp.c      void *wrap_data = NULL, *atpos_data = NULL, *atx_data = NULL;
NULL             9712 src/xdisp.c      void *ppos_data = NULL;
NULL             9722 src/xdisp.c      it->glyph_row = NULL;
NULL             10032 src/xdisp.c    				  void *tem_data = NULL;
NULL             10393 src/xdisp.c          void *save_data = NULL;
NULL             10437 src/xdisp.c      void *backup_data = NULL;
NULL             10797 src/xdisp.c      void *it2data = NULL, *it3data = NULL;
NULL             10893 src/xdisp.c    				  find_newline_no_quit (cp, bp, -1, NULL),
NULL             11061 src/xdisp.c          void *it2data = NULL;
NULL             11170 src/xdisp.c      void *it_data = NULL;
NULL             11260 src/xdisp.c      void *itdata = NULL;
NULL             11397 src/xdisp.c    	  void *it1data = NULL;
NULL             11459 src/xdisp.c      void *it2data = NULL;
NULL             11628 src/xdisp.c      struct buffer *old_b = NULL;
NULL             11726 src/xdisp.c    	  it.glyph_row = NULL;
NULL             12398 src/xdisp.c      if (echo_kboard == NULL && EQ (buffer, echo_message_buffer))
NULL             12748 src/xdisp.c          || (FRAME_X_P (f) && FRAME_OUTPUT_DATA (f) == NULL))
NULL             12762 src/xdisp.c          struct buffer *old_current_buffer = NULL;
NULL             12771 src/xdisp.c          init_iterator (&it, w, BEGV, BEGV_BYTE, NULL, DEFAULT_FACE_ID);
NULL             12813 src/xdisp.c    	      init_iterator (&it, w, ZV, ZV_BYTE, NULL, DEFAULT_FACE_ID);
NULL             13610 src/xdisp.c    		     NULL, DEFAULT_FACE_ID);
NULL             14152 src/xdisp.c    	display_string (NULL, string, Qnil, 0, 0, &it,
NULL             14362 src/xdisp.c      reseat_to_string (&it, NULL, f->desired_tab_bar_string,
NULL             14402 src/xdisp.c    	  height = tab_bar_height (f, NULL, !NILP (pixelwise));
NULL             14476 src/xdisp.c      reseat_to_string (&it, NULL, f->desired_tab_bar_string, 0, 0, 0,
NULL             14644 src/xdisp.c      if (*glyph == NULL)
NULL             15297 src/xdisp.c      reseat_to_string (&it, NULL, f->desired_tool_bar_string,
NULL             15340 src/xdisp.c    	  height = tool_bar_height (f, NULL, !NILP (pixelwise));
NULL             15388 src/xdisp.c      reseat_to_string (&it, NULL, f->desired_tool_bar_string,
NULL             15567 src/xdisp.c      if (*glyph == NULL)
NULL             16936 src/xdisp.c    			 NULL, DEFAULT_FACE_ID);
NULL             17363 src/xdisp.c        update_redisplay_ticks (0, NULL);
NULL             17719 src/xdisp.c      struct glyph *cursor = NULL;
NULL             18173 src/xdisp.c    	  if (cursor == NULL
NULL             18203 src/xdisp.c      if (cursor != NULL)
NULL             18652 src/xdisp.c    	  void *it1data = NULL;
NULL             18991 src/xdisp.c          struct glyph_row *row = NULL;
NULL             19230 src/xdisp.c    							       Qnil, NULL);
NULL             19391 src/xdisp.c          struct buffer *old_buffer = NULL;
NULL             19466 src/xdisp.c          && handle_display_spec (NULL, disp_spec, Qnil, Qnil, &ignored, startp,
NULL             19558 src/xdisp.c      void *itdata = NULL;
NULL             19743 src/xdisp.c    				&found, NULL, true);
NULL             19868 src/xdisp.c    	  struct glyph_row *r = NULL;
NULL             19871 src/xdisp.c    					   Qnil, NULL);
NULL             19885 src/xdisp.c    				      NULL, 0);
NULL             20232 src/xdisp.c      init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);
NULL             20252 src/xdisp.c    	  void *it1data = NULL;
NULL             20331 src/xdisp.c          init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);
NULL             20434 src/xdisp.c    	row_containing_pos (w, PT, matrix->rows, NULL, 0);
NULL             20446 src/xdisp.c    					   Qnil, NULL);
NULL             20459 src/xdisp.c    	      row = row_containing_pos (w, alt_pos, matrix->rows, NULL, 0);
NULL             20735 src/xdisp.c      struct glyph_row *last_text_row = NULL;
NULL             20930 src/xdisp.c          last_text_row = last_reused_text_row = NULL;
NULL             20987 src/xdisp.c    	      row = row_containing_pos (w, PT, row, NULL, dy);
NULL             21115 src/xdisp.c          pt_row = NULL;
NULL             21124 src/xdisp.c    		      && pt_row == NULL)))
NULL             21145 src/xdisp.c          if (pt_row == NULL)
NULL             21147 src/xdisp.c          last_text_row = NULL;
NULL             21308 src/xdisp.c      row_found = NULL;
NULL             21338 src/xdisp.c      struct glyph_row *row_found = NULL;
NULL             21395 src/xdisp.c      struct glyph_row *row_found = NULL;
NULL             21407 src/xdisp.c        return NULL;
NULL             21515 src/xdisp.c      struct glyph_row *best_row = NULL;
NULL             21526 src/xdisp.c        return NULL;
NULL             21534 src/xdisp.c    	return NULL;
NULL             21539 src/xdisp.c    	return NULL;
NULL             21827 src/xdisp.c    	  row = row_containing_pos (w, PT, r0, NULL, 0);
NULL             21867 src/xdisp.c    	  row = row_containing_pos (w, PT, r0, NULL, 0);
NULL             21977 src/xdisp.c          eassert (last_unchanged_at_beg_row == NULL
NULL             21993 src/xdisp.c    	first_unchanged_at_end_row = NULL;
NULL             22003 src/xdisp.c      else if (last_unchanged_at_beg_row == NULL)
NULL             22012 src/xdisp.c      eassert (first_unchanged_at_end_row == NULL
NULL             22028 src/xdisp.c      last_text_row = NULL;
NULL             22032 src/xdisp.c          && (first_unchanged_at_end_row == NULL
NULL             22037 src/xdisp.c    	 && (first_unchanged_at_end_row == NULL
NULL             22083 src/xdisp.c          first_unchanged_at_end_row = NULL;
NULL             22113 src/xdisp.c    				    first_unchanged_at_end_row, NULL, 0);
NULL             22265 src/xdisp.c    	first_unchanged_at_end_row = NULL;
NULL             22270 src/xdisp.c      last_text_row_at_end = NULL;
NULL             22349 src/xdisp.c      else if (first_unchanged_at_end_row == NULL
NULL             22350 src/xdisp.c    	   && last_text_row == NULL
NULL             22351 src/xdisp.c    	   && last_text_row_at_end == NULL)
NULL             22360 src/xdisp.c          for (row = NULL; !row; --vpos, --current_row, --desired_row)
NULL             23412 src/xdisp.c        (it->face_id == default_face->id || it->s != NULL)
NULL             24019 src/xdisp.c    	  it->bidi_it.string.s = NULL;
NULL             24591 src/xdisp.c      struct glyph *p = it->glyph_row ? it->glyph_row->glyphs[TEXT_AREA] : NULL;
NULL             24592 src/xdisp.c      short *u = it->glyph_row ? &it->glyph_row->used[TEXT_AREA] : NULL;
NULL             24594 src/xdisp.c      eassert (it->glyph_row == NULL || it->glyph_row->used[TEXT_AREA] == 0);
NULL             24715 src/xdisp.c      void *wrap_data = NULL;
NULL             25735 src/xdisp.c          itb.string.s = NULL;
NULL             25743 src/xdisp.c          itb.w = NULL;
NULL             25806 src/xdisp.c      struct window *w = NULL;
NULL             25845 src/xdisp.c          itb.string.s = NULL;
NULL             25889 src/xdisp.c          itb.string.s = NULL;
NULL             26184 src/xdisp.c    	  it.glyph_row = NULL;
NULL             26255 src/xdisp.c    		  void *it_data = NULL;
NULL             26579 src/xdisp.c    	display_string (NULL, string, Qnil, 0, 0, &it,
NULL             26873 src/xdisp.c      init_iterator (&it, w, -1, -1, NULL, face_id);
NULL             26894 src/xdisp.c    			 format_mode_line_unwind_data (NULL, NULL,
NULL             26917 src/xdisp.c    	  display_string (NULL, mode_string, Qnil,
NULL             26932 src/xdisp.c    		  display_string (NULL,
NULL             26947 src/xdisp.c    	    display_string (NULL,
NULL             27169 src/xdisp.c    		n += store_mode_line_string (NULL, elt, true, 0, prec, Qnil);
NULL             27172 src/xdisp.c    		n += display_string (NULL, elt, Qnil, 0, 0, it,
NULL             27222 src/xdisp.c    		      n += store_mode_line_string (NULL, mode_string, false,
NULL             27233 src/xdisp.c    		      n += display_string (NULL, elt, Qnil, 0, charpos,
NULL             27295 src/xdisp.c    			  n += store_mode_line_string (NULL, tem, false,
NULL             27549 src/xdisp.c      if (string != NULL)
NULL             27643 src/xdisp.c      struct buffer *old_buffer = NULL;
NULL             27691 src/xdisp.c      init_iterator (&it, w, -1, -1, NULL, face_id);
NULL             28604 src/xdisp.c      reseat_to_string (it, NILP (lisp_string) ? string : NULL, lisp_string,
NULL             29316 src/xdisp.c      s->next = s->prev = NULL;
NULL             29349 src/xdisp.c          eassert (face != NULL);
NULL             29436 src/xdisp.c      s->face = NULL;
NULL             29437 src/xdisp.c      s->font = NULL;
NULL             29466 src/xdisp.c      if (s->face == NULL)
NULL             29496 src/xdisp.c      if (s->font == NULL)
NULL             29693 src/xdisp.c      if (s->font == NULL || glyph_not_available_p)
NULL             29820 src/xdisp.c        return NULL;
NULL             29822 src/xdisp.c        return NULL;
NULL             30173 src/xdisp.c    	 INIT_GLYPH_STRING (s, NULL, w, row, area, START, HL);		    \
NULL             30193 src/xdisp.c    	 INIT_GLYPH_STRING (s, NULL, w, row, area, START, HL);		\
NULL             30209 src/xdisp.c    	 INIT_GLYPH_STRING (s, NULL, w, row, area, START, HL);		\
NULL             30261 src/xdisp.c        struct glyph_string *first_s = NULL;				    \
NULL             30319 src/xdisp.c          INIT_GLYPH_STRING (s, NULL, w, row, area, START, HL);		    \
NULL             30341 src/xdisp.c          HEAD = TAIL = NULL;						\
NULL             30431 src/xdisp.c      struct glyph_string *clip_head = NULL, *clip_tail = NULL;
NULL             30540 src/xdisp.c    	  if (clip_head == NULL)
NULL             30562 src/xdisp.c    	  if (hl == overlap_hl || clip_head == NULL)
NULL             30595 src/xdisp.c    	  if (clip_tail == NULL)
NULL             30614 src/xdisp.c    	  if (hl == overlap_hl || clip_tail == NULL)
NULL             31317 src/xdisp.c      struct font *font = NULL;
NULL             31322 src/xdisp.c      struct face *face = NULL;	/* shut up GCC's -Wmaybe-uninitialized */
NULL             31338 src/xdisp.c          && calc_pixel_width_or_height (&tem, it, prop, font, true, NULL))
NULL             31376 src/xdisp.c          it2.glyph_row = NULL;
NULL             31396 src/xdisp.c          if (it->glyph_row == NULL || !it->glyph_row->mode_line_p)
NULL             31434 src/xdisp.c    	  && calc_pixel_width_or_height (&tem, it, prop, font, false, NULL))
NULL             31598 src/xdisp.c      temp_it.dp = NULL;
NULL             31658 src/xdisp.c          if (face == NULL || ((font = face->font) == NULL))
NULL             31959 src/xdisp.c          struct font_metrics *pcm = NULL;
NULL             31962 src/xdisp.c          if (font == NULL)
NULL             32000 src/xdisp.c    		pcm = NULL;
NULL             32244 src/xdisp.c    			pcm = NULL;
NULL             32363 src/xdisp.c    	  bool font_not_found_p = font == NULL;
NULL             32379 src/xdisp.c    	  pcm = NULL;
NULL             32439 src/xdisp.c    	      if (font == NULL)
NULL             32440 src/xdisp.c    		pcm = NULL;
NULL             33027 src/xdisp.c          if (glyph != NULL && glyph->type == XWIDGET_GLYPH)
NULL             33029 src/xdisp.c          if (glyph != NULL && glyph->type == IMAGE_GLYPH)
NULL             33038 src/xdisp.c    	      if (img != NULL && IMAGEP (img->spec))
NULL             33370 src/xdisp.c          if (cursor_glyph == NULL)
NULL             33458 src/xdisp.c      glyph = NULL;
NULL             33624 src/xdisp.c          w->current_matrix != NULL
NULL             33879 src/xdisp.c      *start = NULL;
NULL             33880 src/xdisp.c      *end = NULL;
NULL             34048 src/xdisp.c      if (r1 == NULL)
NULL             34069 src/xdisp.c      if (r2 == NULL)
NULL             34375 src/xdisp.c      struct glyph *best_glyph = NULL;
NULL             34376 src/xdisp.c      struct glyph_row *best_row = NULL;
NULL             34397 src/xdisp.c    	    else if (best_glyph == NULL
NULL             34428 src/xdisp.c      return best_glyph != NULL;
NULL             34758 src/xdisp.c      struct glyph * glyph = NULL, * row_start_glyph = NULL;
NULL             34789 src/xdisp.c    	    glyph = NULL;
NULL             35308 src/xdisp.c          Lisp_Object *overlay_vec = NULL;
NULL             35319 src/xdisp.c          if (glyph != NULL && glyph->type == IMAGE_GLYPH)
NULL             35322 src/xdisp.c    	  if (img != NULL && IMAGEP (img->spec))
NULL             35362 src/xdisp.c          if (glyph == NULL
NULL             35420 src/xdisp.c    	  GET_OVERLAYS_AT (pos, overlay_vec, noverlays, NULL);
NULL             35869 src/xdisp.c    	row->clip = NULL;
NULL             36012 src/xdisp.c          struct window *p = !NILP (w->parent) ? XWINDOW (w->parent) : NULL;
NULL             36047 src/xdisp.c      if (w->current_matrix == NULL)
NULL             36109 src/xdisp.c          first_overlapping_row = last_overlapping_row = NULL;
NULL             36126 src/xdisp.c    		  if (first_overlapping_row == NULL)
NULL             36134 src/xdisp.c    	      row->clip = NULL;
NULL             36143 src/xdisp.c    		  if (first_overlapping_row == NULL)
NULL             36211 src/xdisp.c          w = NILP (w->next) ? NULL : XWINDOW (w->next);
NULL             36239 src/xdisp.c      if (FRAME_FACE_CACHE (f) == NULL
NULL             37284 src/xdisp.c      hourglass_atimer = NULL;
NULL             37375 src/xdisp.c      Vredisplay__all_windows_cause = Fmake_hash_table (0, NULL);
NULL             37380 src/xdisp.c      Vredisplay__mode_lines_cause = Fmake_hash_table (0, NULL);
NULL             37523 src/xdisp.c      hourglass_atimer = NULL;
NULL             37566 src/xdisp.c    				   show_hourglass, NULL);
NULL             37578 src/xdisp.c          hourglass_atimer = NULL;
NULL              552 src/xfaces.c     gc = XCreateGC (NULL, FRAME_W32_WINDOW (f), mask, egc);
NULL              620 src/xfaces.c     if (FRAME_FACE_CACHE (f) == NULL)
NULL              630 src/xfaces.c         if (FRAME_IMAGE_CACHE (f) == NULL)
NULL              653 src/xfaces.c         FRAME_FACE_CACHE (f) = NULL;
NULL              938 src/xfaces.c         return ((sep1 = strchr (spec + 4, '/')) != NULL
NULL              939 src/xfaces.c                 && (sep2 = strchr (sep1 + 1, '/')) != NULL
NULL              948 src/xfaces.c         if ((sep1 = strchr (spec + 5, '/')) != NULL
NULL              949 src/xfaces.c             && (sep2 = strchr (sep1 + 1, '/')) != NULL
NULL             1090 src/xfaces.c       status = tty_lookup_color (f, build_string (color_name), color_def, NULL);
NULL             1534 src/xfaces.c     font_spec = Ffont_spec (0, NULL);
NULL             1632 src/xfaces.c     check_window_system (NULL);
NULL             1647 src/xfaces.c         f = NULL;
NULL             1662 src/xfaces.c         int face_id = lookup_named_face (NULL, f, face, false);
NULL             2057 src/xfaces.c     eassert (w == NULL || WINDOW_XFRAME (w) == f);
NULL             2889 src/xfaces.c     global_lface = lface_from_face_name (NULL, face, false);
NULL             2898 src/xfaces.c       f = NULL, lface = Qnil;
NULL             2921 src/xfaces.c     else if (f == NULL)
NULL             2985 src/xfaces.c       lface = lface_from_face_name (NULL, face, false);
NULL             3013 src/xfaces.c         lface = lface_from_face_name (NULL, from, true);
NULL             3015 src/xfaces.c         f = NULL;
NULL             3099 src/xfaces.c         f = NULL;
NULL             3100 src/xfaces.c         lface = lface_from_face_name (NULL, face, true);
NULL             3680 src/xfaces.c   	      if (FRAME_FACE_CACHE (f) == NULL)
NULL             3932 src/xfaces.c   	  rdb != NULL))
NULL             4078 src/xfaces.c     struct frame *f = EQ (frame, Qt) ? NULL : decode_live_frame (frame);
NULL             4166 src/xfaces.c     global_lface = lface_from_face_name (NULL, face, true);
NULL             4191 src/xfaces.c   	c ? FACE_FROM_ID_OR_NULL (f, DEFAULT_FACE_ID) : NULL;
NULL             4201 src/xfaces.c   	  merge_face_vectors (NULL, f, lvec, attrs, 0);
NULL             4269 src/xfaces.c         Lisp_Object lface = lface_from_face_name (NULL, face, true);
NULL             4284 src/xfaces.c         int face_id = lookup_named_face (NULL, f, face, true);
NULL             4375 src/xfaces.c     f = EQ (frame, Qt) ? NULL : decode_live_frame (frame);
NULL             4393 src/xfaces.c     struct frame *f = EQ (frame, Qt) ? NULL : decode_live_frame (frame);
NULL             4718 src/xfaces.c   	  c->faces_by_id[i] = NULL;
NULL             4799 src/xfaces.c   	  face->next = NULL;
NULL             4804 src/xfaces.c   	  face->prev = face->next = NULL;
NULL             4809 src/xfaces.c         face->prev = NULL;
NULL             4819 src/xfaces.c       if (c->faces_by_id[i] == NULL)
NULL             4866 src/xfaces.c     c->faces_by_id[face->id] = NULL;
NULL             4883 src/xfaces.c     eassert (cache != NULL);
NULL             4895 src/xfaces.c   	  face = NULL;
NULL             4904 src/xfaces.c     if (face == NULL)
NULL             4930 src/xfaces.c     eassert (cache != NULL);
NULL             4940 src/xfaces.c   	  && face->font == (NILP (font_object) ? NULL
NULL             4966 src/xfaces.c     if (default_face == NULL)
NULL             5171 src/xfaces.c     merge_face_ref (NULL, XFRAME (selected_frame),
NULL             5173 src/xfaces.c                     true, NULL, 0);
NULL             5270 src/xfaces.c         merge_face_vectors (NULL, f, attrs, merged_attrs, 0);
NULL             5554 src/xfaces.c     merge_face_ref (NULL, f, attributes, attrs, true, NULL, 0);
NULL             5557 src/xfaces.c     if (def_face == NULL)
NULL             5937 src/xfaces.c     merge_face_vectors (NULL, f, symbol_attrs, attrs, 0);
NULL             5956 src/xfaces.c     eassert (cache != NULL);
NULL             6009 src/xfaces.c     face->font = NILP (font_object) ? NULL : XFONT_OBJECT (font_object);
NULL             6046 src/xfaces.c     struct face *face = NULL;
NULL             6141 src/xfaces.c   	  face->font = NULL;
NULL             6549 src/xfaces.c         merge_face_ref (NULL, f, prop, attrs, true, NULL, 0);
NULL             6658 src/xfaces.c       merge_face_ref (w, f, prop, attrs, true, NULL, attr_filter);
NULL             6677 src/xfaces.c   	      merge_face_ref (w, f, prop, attrs, true, NULL, attr_filter);
NULL             6694 src/xfaces.c   	    merge_face_ref (w, f, prop, attrs, true, NULL, attr_filter);
NULL             6760 src/xfaces.c       merge_face_ref (w, f, prop, attrs, true, NULL, attr_filter);
NULL             6842 src/xfaces.c       merge_face_ref (w, f, prop, attrs, true, NULL, attr_filter);
NULL             6892 src/xfaces.c         if (!merge_named_face (w, f, face_name, attrs, NULL, 0))
NULL             6954 src/xfaces.c         while (fgets (buf, sizeof (buf), fp) != NULL)
NULL             7036 src/xfaces.c         if (face == NULL)
NULL              172 src/xfns.c       struct x_display_info *dpyinfo = NULL;
NULL              259 src/xfns.c       unsigned char *tmp_data = NULL;
NULL              295 src/xfns.c           query_tree = xcb_query_tree_reply (xcb_conn, query_tree_cookie, NULL);
NULL              296 src/xfns.c           if (query_tree == NULL)
NULL              382 src/xfns.c           geom = xcb_get_geometry_reply (xcb_conn, geom_cookie, NULL);
NULL              415 src/xfns.c           trans = xcb_translate_coordinates_reply (xcb_conn, trans_cookie, NULL);
NULL              453 src/xfns.c                                                              NULL);
NULL              495 src/xfns.c               prop = xcb_get_property_reply (xcb_conn, prop_cookie, NULL);
NULL              545 src/xfns.c                                                    NULL);
NULL              595 src/xfns.c       x_real_pos_and_offsets (f, NULL, NULL, NULL, NULL, NULL, NULL, xptr, yptr,
NULL              596 src/xfns.c                               NULL);
NULL              772 src/xfns.c     		       NULL, 0);
NULL              932 src/xfns.c       struct frame *p = NULL;
NULL             1099 src/xfns.c           GError *err = NULL;
NULL             1254 src/xfns.c         { NULL,        &Vx_sensitive_text_pointer_shape,     XC_hand2               },
NULL             1255 src/xfns.c         { NULL,        &Vx_window_horizontal_drag_shape,     XC_sb_h_double_arrow   },
NULL             1256 src/xfns.c         { NULL,        &Vx_window_vertical_drag_shape,       XC_sb_v_double_arrow   },
NULL             1257 src/xfns.c         { NULL,        &Vx_window_left_edge_shape,           XC_left_side           },
NULL             1258 src/xfns.c         { NULL,        &Vx_window_top_left_corner_shape,     XC_top_left_corner     },
NULL             1259 src/xfns.c         { NULL,        &Vx_window_top_edge_shape,            XC_top_side            },
NULL             1260 src/xfns.c         { NULL,        &Vx_window_top_right_corner_shape,    XC_top_right_corner    },
NULL             1261 src/xfns.c         { NULL,        &Vx_window_right_edge_shape,          XC_right_side          },
NULL             1262 src/xfns.c         { NULL,        &Vx_window_bottom_right_corner_shape, XC_bottom_right_corner },
NULL             1263 src/xfns.c         { NULL,        &Vx_window_bottom_edge_shape,         XC_bottom_side         },
NULL             1264 src/xfns.c         { NULL,        &Vx_window_bottom_left_corner_shape,  XC_bottom_left_corner  },
NULL             1359 src/xfns.c           const char *bad_cursor_name = NULL;
NULL             1522 src/xfns.c     		     (Pixel) pix, NULL);
NULL             2014 src/xfns.c     					   css, -1, NULL);
NULL             2018 src/xfns.c     					 "", -1, NULL);
NULL             2087 src/xfns.c     					     css, -1, NULL);
NULL             2091 src/xfns.c     					   "", -1, NULL);
NULL             2606 src/xfns.c       unsigned char *existing = NULL;
NULL             2679 src/xfns.c     static XIMCallback Xxic_preedit_draw_callback = { NULL,
NULL             2681 src/xfns.c     static XIMCallback Xxic_preedit_caret_callback = { NULL,
NULL             2683 src/xfns.c     static XIMCallback Xxic_preedit_done_callback = { NULL,
NULL             2685 src/xfns.c     static XICCallback Xxic_preedit_start_callback = { NULL,
NULL             2735 src/xfns.c     	  const char *p1 = NULL, *p2 = NULL, *p3 = NULL;
NULL             2736 src/xfns.c     	  char *font_allcs = NULL;
NULL             2737 src/xfns.c     	  char *font_allfamilies = NULL;
NULL             2738 src/xfns.c     	  char *font_all = NULL;
NULL             2838 src/xfns.c       XFontSet xfs = NULL;
NULL             2867 src/xfns.c           missing_list = NULL;
NULL             2901 src/xfns.c     	      missing_list = NULL;
NULL             2917 src/xfns.c     	  missing_list = NULL;
NULL             2960 src/xfns.c       FRAME_XIC_FONTSET (f) = NULL;
NULL             3003 src/xfns.c       XIC xic = NULL;
NULL             3004 src/xfns.c       XFontSet xfs = NULL;
NULL             3005 src/xfns.c       XVaNestedList status_attr = NULL;
NULL             3006 src/xfns.c       XVaNestedList preedit_attr = NULL;
NULL             3043 src/xfns.c     					   : NULL),
NULL             3045 src/xfns.c     					  NULL);
NULL             3063 src/xfns.c                                              NULL);
NULL             3079 src/xfns.c     					  NULL);
NULL             3092 src/xfns.c                          NULL);
NULL             3099 src/xfns.c                          NULL);
NULL             3106 src/xfns.c                          NULL);
NULL             3112 src/xfns.c                          NULL);
NULL             3119 src/xfns.c       xfs = NULL; /* Don't free below.  */
NULL             3139 src/xfns.c       if (FRAME_XIC (f) == NULL)
NULL             3145 src/xfns.c       FRAME_XIC (f) = NULL;
NULL             3173 src/xfns.c     				    NULL);
NULL             3175 src/xfns.c     	attr = XVaCreateNestedList (0, XNSpotLocation, &spot, NULL);
NULL             3176 src/xfns.c           XSetICValues (FRAME_XIC (f), XNPreeditAttributes, attr, NULL);
NULL             3214 src/xfns.c       attr = XVaCreateNestedList (0, XNAreaNeeded, &area, NULL);
NULL             3215 src/xfns.c       XSetICValues (xic, XNStatusAttributes, attr, NULL);
NULL             3218 src/xfns.c       attr = XVaCreateNestedList (0, XNAreaNeeded, &needed, NULL);
NULL             3219 src/xfns.c       XGetICValues (xic, XNStatusAttributes, attr, NULL);
NULL             3224 src/xfns.c           attr = XVaCreateNestedList (0, XNArea, &needed, NULL);
NULL             3225 src/xfns.c           XGetICValues (xic, XNStatusAttributes, attr, NULL);
NULL             3238 src/xfns.c       attr = XVaCreateNestedList (0, XNArea, &area, NULL);
NULL             3239 src/xfns.c       XSetICValues (xic, XNStatusAttributes, attr, NULL);
NULL             3257 src/xfns.c       return NULL;
NULL             3278 src/xfns.c           output->preedit_chars = NULL;
NULL             3365 src/xfns.c           output->preedit_chars = NULL;
NULL             3395 src/xfns.c       data->coding->destination = NULL;
NULL             3420 src/xfns.c       data->coding->destination = NULL;
NULL             3500 src/xfns.c     	text = NULL;
NULL             3636 src/xfns.c       output->preedit_chars = NULL;
NULL             3652 src/xfns.c       attr = XVaCreateNestedList (0, XNFontSet, xfs, NULL);
NULL             3654 src/xfns.c         XSetICValues (FRAME_XIC (f), XNPreeditAttributes, attr, NULL);
NULL             3656 src/xfns.c         XSetICValues (FRAME_XIC (f), XNStatusAttributes, attr, NULL);
NULL             3898 src/xfns.c     				  NULL, shell_widget, False,
NULL             3899 src/xfns.c     				  NULL, NULL, NULL, NULL);
NULL             3945 src/xfns.c             XtVaGetValues (pane_widget, XtNinternalBorderWidth, &ibw, NULL);
NULL             3957 src/xfns.c     		   &extra_borders, NULL);
NULL             4016 src/xfns.c       FRAME_XIC (f) = NULL;
NULL             4039 src/xfns.c     		   XA_ATOM, 32, PropModeAppend, NULL, 0);
NULL             4049 src/xfns.c           XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
NULL             4119 src/xfns.c       FRAME_XIC (f) = NULL;
NULL             4128 src/xfns.c     	XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
NULL             4202 src/xfns.c     	      XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
NULL             4481 src/xfns.c           if (FRAME_IMAGE_CACHE (f) != NULL
NULL             4509 src/xfns.c       Lisp_Object font_param = gui_display_get_arg (dpyinfo, parms, Qfont, NULL, NULL,
NULL             4550 src/xfns.c     	    NULL };
NULL             4587 src/xfns.c       XSetWMProperties (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f), NULL, NULL,
NULL             4588 src/xfns.c                         NULL, 0, NULL, NULL, NULL);
NULL             4621 src/xfns.c       struct x_display_info *dpyinfo = NULL;
NULL             4658 src/xfns.c       parent = gui_display_get_arg (dpyinfo, parms, Qparent_id, NULL, NULL,
NULL             4684 src/xfns.c                                           NULL,
NULL             4685 src/xfns.c                                           NULL,
NULL             4702 src/xfns.c                                              NULL,
NULL             4703 src/xfns.c                                              NULL,
NULL             4714 src/xfns.c                                              NULL,
NULL             4715 src/xfns.c                                              NULL,
NULL             4892 src/xfns.c                              NULL, NULL, RES_TYPE_NUMBER);
NULL             4894 src/xfns.c                              NULL, NULL, RES_TYPE_NUMBER);
NULL             4924 src/xfns.c                              NULL, NULL, RES_TYPE_BOOLEAN);
NULL             4945 src/xfns.c       tem = gui_display_get_arg (dpyinfo, parms, Qmin_width, NULL, NULL,
NULL             4949 src/xfns.c       tem = gui_display_get_arg (dpyinfo, parms, Qmin_height, NULL, NULL,
NULL             4966 src/xfns.c                              NULL, NULL, RES_TYPE_NUMBER);
NULL             4970 src/xfns.c                              NULL, NULL, RES_TYPE_NUMBER);
NULL             4974 src/xfns.c                              NULL, NULL, RES_TYPE_NUMBER);
NULL             5071 src/xfns.c                              NULL, NULL, RES_TYPE_BOOLEAN);
NULL             5073 src/xfns.c                              NULL, NULL, RES_TYPE_BOOLEAN);
NULL             5232 src/xfns.c     			 NULL, NULL, RES_TYPE_BOOLEAN);
NULL             5236 src/xfns.c                              NULL, NULL, RES_TYPE_BOOLEAN);
NULL             5239 src/xfns.c                              NULL, NULL, RES_TYPE_SYMBOL);
NULL             5677 src/xfns.c       unsigned char *tmp_data = NULL;
NULL             5695 src/xfns.c           tmp_data = NULL;
NULL             5715 src/xfns.c     	  tmp_data = NULL;
NULL             6480 src/xfns.c     			    NULL, NULL, &xptr, &yptr, NULL);
NULL             6720 src/xfns.c       data = NULL;
NULL             7129 src/xfns.c       {NULL, 0}
NULL             7681 src/xfns.c       unsigned char *tmp_data = NULL;
NULL             7698 src/xfns.c           tmp_data = NULL;
NULL             7878 src/xfns.c       unsigned char *tmp_data = NULL;
NULL             7987 src/xfns.c       source_frame = NULL;
NULL             8240 src/xfns.c                              NULL, NULL, RES_TYPE_NUMBER);
NULL             8242 src/xfns.c                              NULL, NULL, RES_TYPE_NUMBER);
NULL             8256 src/xfns.c                              NULL, NULL, RES_TYPE_BOOLEAN);
NULL             9178 src/xfns.c     		 XmNshowAsDefault, True, NULL);
NULL             9301 src/xfns.c           XtVaGetValues (dialog, XmNtextString, &text_string, NULL);
NULL             9410 src/xfns.c       char *default_name = NULL;
NULL             9784 src/xfns.c     						NULL);
NULL             9845 src/xfns.c       NULL,
NULL               57 src/xfont.c      XCharStruct *pcm = NULL;
NULL               63 src/xfont.c      if (xfont->per_char != NULL)
NULL              113 src/xfont.c      return ((pcm == NULL
NULL              115 src/xfont.c    	  ? NULL : pcm);
NULL              278 src/xfont.c    		    if (xfont_chars_supported (chars, xfont, encoding, NULL))
NULL              298 src/xfont.c      struct charset *encoding = NULL, *repertory = NULL;
NULL              317 src/xfont.c    	  if (! xfont_chars_supported (chars, NULL, encoding, repertory))
NULL              422 src/xfont.c    		  encoding = NULL;
NULL              430 src/xfont.c    		    || xfont_chars_supported (chars, NULL, encoding, repertory))
NULL              698 src/xfont.c          xfont = NULL;
NULL              726 src/xfont.c    	  xfont = NULL;
NULL              820 src/xfont.c    	      int width = font->space_width, n = pcm != NULL;
NULL              823 src/xfont.c    		if ((pcm = xfont_get_pcm (xfont, char2b)) != NULL)
NULL              885 src/xfont.c          xfi->xfont = NULL;
NULL              903 src/xfont.c      struct charset *repertory = NULL;
NULL             1165 src/xfont.c      register_font_driver (&xfont_driver, NULL);
NULL              163 src/xftfont.c    FcPattern *pat = NULL, *match;
NULL              164 src/xftfont.c    struct font_info *xftfont_info = NULL;
NULL              167 src/xftfont.c    XftFont *xftfont = NULL;
NULL              310 src/xftfont.c    xftfont_info->otf = NULL;
NULL              313 src/xftfont.c    xftfont_info->hb_font = NULL;
NULL              351 src/xftfont.c        xftfont_info->otf = NULL;
NULL              358 src/xftfont.c        xftfont_info->hb_font = NULL;
NULL              371 src/xftfont.c        xftfont_info->xftfont = NULL;
NULL              390 src/xftfont.c    xftfont_get_colors (f, face, face->gc, NULL,
NULL              426 src/xftfont.c        face->extra = NULL;
NULL              434 src/xftfont.c    struct charset *cs = NULL;
NULL              494 src/xftfont.c        eassert (xft_draw != NULL);
NULL              509 src/xftfont.c    struct xftface_info *xftface_info = NULL;
NULL              520 src/xftfont.c  		      &fg, with_background ? &bg : NULL,
NULL              526 src/xftfont.c      XftDrawSetClip (xft_draw, NULL);
NULL              640 src/xftfont.c        font_put_frame_data (f, Qxft, NULL);
NULL              815 src/xftfont.c    register_font_driver (&xftfont_driver, NULL);
NULL              826 src/xftfont.c    register_font_driver (&xfthbfont_driver, NULL);
NULL              112 src/xgselect.c   bool have_wfds = wfds != NULL;
NULL              185 src/xgselect.c 			&all_rfds, have_wfds ? &all_wfds : NULL, efds,
NULL              206 src/xgselect.c 			    &all_rfds, have_wfds ? &all_wfds : NULL, efds,
NULL              223 src/xmenu.c          xg_select (n + 1, &read_fds, NULL, NULL, ntp, NULL);
NULL              225 src/xmenu.c          pselect (n + 1, &read_fds, NULL, NULL, ntp, NULL);
NULL              765 src/xmenu.c      show_help_event (popup_activated_flag <= 1 ? cb_data->cl_data->f : NULL,
NULL              882 src/xmenu.c      XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, NULL);
NULL             1049 src/xmenu.c          wv = make_widget_value ("menubar", NULL, true, Qnil);
NULL             1115 src/xmenu.c          wv = make_widget_value ("menubar", NULL, true, Qnil);
NULL             1128 src/xmenu.c    	  wv = make_widget_value (SSDATA (string), NULL, true, Qnil);
NULL             1243 src/xmenu.c    		       XtNinternalBorderWidth, &ibw, NULL);
NULL             1318 src/xmenu.c    	XtVaGetValues (f->output_data.x->widget, XtNx, &x0, XtNy, &y0, NULL);
NULL             1322 src/xmenu.c          f->output_data.x->menubar_widget = NULL;
NULL             1333 src/xmenu.c    	  XtVaGetValues (f->output_data.x->widget, XtNx, &x1, XtNy, &y1, NULL);
NULL             1335 src/xmenu.c    	    XtVaSetValues (f->output_data.x->widget, XtNx, x0, XtNy, y0, NULL);
NULL             1471 src/xmenu.c      gtk_widget_get_preferred_size (GTK_WIDGET (menu), NULL, &req);
NULL             1898 src/xmenu.c      *error_name = NULL;
NULL             1911 src/xmenu.c      wv = make_widget_value ("menu", NULL, true, Qnil);
NULL             1970 src/xmenu.c    	      wv = make_widget_value (pane_string, NULL, true, Qnil);
NULL             2015 src/xmenu.c    	  wv = make_widget_value (SSDATA (item_name), NULL, !NILP (enable),
NULL             2057 src/xmenu.c          widget_value *wv_sep1 = make_widget_value ("--", NULL, false, Qnil);
NULL             2058 src/xmenu.c          widget_value *wv_sep2 = make_widget_value ("--", NULL, false, Qnil);
NULL             2068 src/xmenu.c          wv_title = make_widget_value (SSDATA (title), NULL, true, Qnil);
NULL             2281 src/xmenu.c      *error_name = NULL;
NULL             2354 src/xmenu.c        wv = make_widget_value (dialog_name, NULL, false, Qnil);
NULL             2591 src/xmenu.c      if (menu == NULL)
NULL             2675 src/xmenu.c    	  help_string = STRINGP (help) ? SSDATA (help) : NULL;
NULL              134 src/xml.c            while (property != NULL)
NULL              150 src/xml.c            while (child != NULL)
NULL              237 src/xml.c        if (doc != NULL)
NULL              258 src/xml.c      	if (node != NULL)
NULL               69 src/xrdb.c       return result ? xstrdup (result) : NULL;
NULL              164 src/xrdb.c     		    return NULL;
NULL              174 src/xrdb.c     		return NULL;
NULL              194 src/xrdb.c     	  escaped_suffix = NULL;
NULL              258 src/xrdb.c       return NULL;
NULL              314 src/xrdb.c       if (xdefs != NULL)
NULL              329 src/xrdb.c       if (xdefs != NULL)
NULL              437 src/xrdb.c       if (db != NULL)
NULL              442 src/xrdb.c       if (db != NULL)
NULL              447 src/xrdb.c       if (db != NULL)
NULL              451 src/xrdb.c       if (user_database != NULL)
NULL              456 src/xrdb.c       if (db != NULL)
NULL              460 src/xrdb.c       if (xrm_string != NULL)
NULL              463 src/xrdb.c           if (db != NULL)
NULL              507 src/xrdb.c         return NULL;
NULL              512 src/xrdb.c       return NULL;
NULL              210 src/xselect.c    if (dpyinfo == NULL)
NULL              248 src/xselect.c    str = x_get_atom_name (dpyinfo, atom, NULL);
NULL              525 src/xselect.c    frame->converted_selections = NULL;
NULL              561 src/xselect.c    frame->converted_selections = NULL;
NULL             1002 src/xselect.c  	  cs->wait_object = NULL;
NULL             1012 src/xselect.c    cs->data = NULL;
NULL             1015 src/xselect.c    cs->wait_object = NULL;
NULL             1256 src/xselect.c  				     property_change_reply, NULL, 0);
NULL             1383 src/xselect.c  				  NULL);
NULL             1404 src/xselect.c  				 reading_selection_reply, NULL, 0);
NULL             1951 src/xselect.c    eassert (cs != NULL);
NULL             1966 src/xselect.c        cs->data = NULL;
NULL             2032 src/xselect.c  	  cs->data = NULL;
NULL             2193 src/xselect.c    return NULL;
NULL             2458 src/xselect.c  				  NULL, value, false);
NULL               91 src/xsettings.c   if (dpyinfo != NULL)
NULL              110 src/xsettings.c   if (current_mono_font != NULL && strcmp (newfont, current_mono_font) == 0)
NULL              129 src/xsettings.c   if (current_font != NULL && strcmp (newfont, current_font) == 0)
NULL              247 src/xsettings.c 		NULL);
NULL              291 src/xsettings.c 	  hinting = g_variant_get_string (val, NULL);
NULL              327 src/xsettings.c 	  antialias = g_variant_get_string (val, NULL);
NULL              362 src/xsettings.c 	  rgba_order = g_variant_get_string (val, NULL);
NULL              399 src/xsettings.c               const gchar *newstyle = g_variant_get_string (val, NULL);
NULL              414 src/xsettings.c               const gchar *newfont = g_variant_get_string (val, NULL);
NULL              428 src/xsettings.c               const gchar *newfont = g_variant_get_string (val, NULL);
NULL              777 src/xsettings.c   unsigned char *prop = NULL;
NULL              790 src/xsettings.c   if (rc == Success && prop != NULL && act_form == 8 && nitems > 0
NULL              828 src/xsettings.c   FcConfigSubstitute (NULL, pat, FcMatchPattern);
NULL             1061 src/xsettings.c     schema_found = sc != NULL;
NULL             1067 src/xsettings.c     if (schemas == NULL) return;
NULL             1068 src/xsettings.c     while (! schema_found && *schemas != NULL)
NULL             1078 src/xsettings.c                     G_CALLBACK (something_changed_gsettingsCB), NULL);
NULL             1086 src/xsettings.c           = map_tool_bar_style (g_variant_get_string (val, NULL));
NULL             1096 src/xsettings.c 	dupstring (&current_mono_font, g_variant_get_string (val, NULL));
NULL             1105 src/xsettings.c         dupstring (&current_font, g_variant_get_string (val, NULL));
NULL             1140 src/xsettings.c                         NULL);
NULL             1144 src/xsettings.c                            NULL, NULL, NULL);
NULL             1146 src/xsettings.c   s = gconf_client_get_string (gconf_client, GCONF_TOOL_BAR_STYLE, NULL);
NULL             1154 src/xsettings.c   s = gconf_client_get_string (gconf_client, GCONF_MONO_FONT, NULL);
NULL             1160 src/xsettings.c   s = gconf_client_get_string (gconf_client, GCONF_FONT_NAME, NULL);
NULL             1169 src/xsettings.c                         NULL);
NULL             1173 src/xsettings.c                            NULL, NULL, NULL);
NULL             1177 src/xsettings.c                         NULL);
NULL             1181 src/xsettings.c                            NULL, NULL, NULL);
NULL             1211 src/xsettings.c   if (first_dpyinfo == NULL) first_dpyinfo = dpyinfo;
NULL             1246 src/xsettings.c   if (font_options != NULL)
NULL             1294 src/xsettings.c   current_mono_font = NULL;
NULL             1296 src/xsettings.c   current_font = NULL;
NULL             1298 src/xsettings.c   first_dpyinfo = NULL;
NULL             1301 src/xsettings.c   gsettings_client = NULL;
NULL             1305 src/xsettings.c   gconf_client = NULL;
NULL             1309 src/xsettings.c   font_options = NULL;
NULL              170 src/xsmfns.c     char *smid_opt, *chdir_opt = NULL;
NULL              360 src/xsmfns.c     add_non_keyboard_read_fd (ice_fd, x_session_check_input, NULL);
NULL              399 src/xsmfns.c     char *previous_id = NULL;
NULL              459 src/xsmfns.c     smc_conn = SmcOpenConnection (NULL, NULL, 1, 0,
NULL              859 src/xterm.c    	      SELECTION_EVENT_DPYINFO (&event->sie) = NULL;
NULL             1760 src/xterm.c        return NULL;
NULL             1768 src/xterm.c        return NULL;
NULL             1947 src/xterm.c      unsigned char *tmp_data = NULL;
NULL             2030 src/xterm.c          xm_drag_window_error = NULL;
NULL             2053 src/xterm.c    	  tmp_data = NULL;
NULL             2108 src/xterm.c      unsigned char *tmp_data = NULL;
NULL             2710 src/xterm.c      unsigned char *tmp_data = NULL;
NULL             2905 src/xterm.c      x_dnd_toplevels = NULL;
NULL             2950 src/xterm.c      unsigned char *data = NULL;
NULL             2957 src/xterm.c      unsigned char *wmstate_data = NULL, *extent_data = NULL;
NULL             3017 src/xterm.c          if (!x_tooltip_window_to_frame (dpyinfo, toplevels[i], NULL))
NULL             3523 src/xterm.c    	  wmstate_data = NULL;
NULL             3647 src/xterm.c      struct x_client_list_window *tem, *chosen = NULL;
NULL             3749 src/xterm.c      unsigned char *data = NULL;
NULL             4017 src/xterm.c    			  NULL);
NULL             4386 src/xterm.c      unsigned char *tmp_data = NULL;
NULL             4427 src/xterm.c      unsigned char *tmp_data = NULL;
NULL             4663 src/xterm.c      x_dnd_targets = NULL;
NULL             4769 src/xterm.c      x_dnd_return_frame_object = NULL;
NULL             4770 src/xterm.c      x_dnd_movement_frame = NULL;
NULL             4771 src/xterm.c      x_dnd_wheel_frame = NULL;
NULL             4772 src/xterm.c      x_dnd_frame = NULL;
NULL             4835 src/xterm.c      current_hold_quit = NULL;
NULL             4837 src/xterm.c      x_dnd_return_frame_object = NULL;
NULL             4838 src/xterm.c      x_dnd_movement_frame = NULL;
NULL             4839 src/xterm.c      x_dnd_wheel_frame = NULL;
NULL             4840 src/xterm.c      x_dnd_frame = NULL;
NULL             4945 src/xterm.c      name = x_get_atom_name (dpyinfo, x_dnd_wanted_action, NULL);
NULL             5107 src/xterm.c    					  &test_rect, NULL);
NULL             5141 src/xterm.c    		     NULL, 0);
NULL             5190 src/xterm.c      if (ext_data == NULL)
NULL             5193 src/xterm.c    	return NULL;
NULL             5305 src/xterm.c          dpyinfo->devices = NULL;
NULL             5439 src/xterm.c      xi_device->touchpoints = NULL;
NULL             5448 src/xterm.c          xi_device->valuators = NULL;
NULL             5458 src/xterm.c      values = NULL;
NULL             5647 src/xterm.c      *valuator_return = NULL;
NULL             5662 src/xterm.c      return NULL;
NULL             5688 src/xterm.c      for (last = NULL, tem = device->touchpoints; tem;
NULL             5717 src/xterm.c      return NULL;
NULL             5762 src/xterm.c          FRAME_CR_CONTEXT (f) = NULL;
NULL             5972 src/xterm.c    		       (void *) (uintptr_t) FRAME_X_RAW_DRAWABLE (f), NULL);
NULL             6011 src/xterm.c      cairo_set_user_data (cr, &saved_drawable_key, NULL, NULL);
NULL             6149 src/xterm.c      void (*surface_set_size_func) (cairo_surface_t *, double, double) = NULL;
NULL             6538 src/xterm.c      cr = x_begin_cr_clip (f, NULL);
NULL             6807 src/xterm.c          pselect (fd + 1, &fds, NULL, NULL, &timeout, NULL);
NULL             7464 src/xterm.c    	    ? lookup_basic_face (NULL, f, CHILD_FRAME_BORDER_FACE_ID)
NULL             7467 src/xterm.c    	    ? lookup_basic_face (NULL, f, INTERNAL_BORDER_FACE_ID)
NULL             7531 src/xterm.c    	      ? lookup_basic_face (NULL, f, CHILD_FRAME_BORDER_FACE_ID)
NULL             7534 src/xterm.c    	      ? lookup_basic_face (NULL, f, INTERNAL_BORDER_FACE_ID)
NULL             8176 src/xterm.c      if (s->cmp == NULL
NULL             8518 src/xterm.c          char *str = NULL;
NULL             8573 src/xterm.c      s->char2b = NULL;
NULL             8681 src/xterm.c    		       "Screen and colormap args required", NULL, NULL);
NULL             8718 src/xterm.c      if (to->addr != NULL)
NULL             8760 src/xterm.c    		       NULL, NULL);
NULL             8762 src/xterm.c      else if (closure != NULL)
NULL             8787 src/xterm.c      if (dpyinfo->color_cells == NULL)
NULL             8977 src/xterm.c      last = NULL;
NULL             9032 src/xterm.c    	      last->next = NULL;
NULL             9184 src/xterm.c    	      dpyinfo->color_cells = NULL;
NULL             9768 src/xterm.c    		&& (s->prev == NULL
NULL             9772 src/xterm.c    		 && (s->next == NULL
NULL             10928 src/xterm.c      cr = x_begin_cr_clip (f, NULL);
NULL             11185 src/xterm.c          rc = pselect (fd + 1, &fds, NULL, NULL, &timeout, NULL);
NULL             11565 src/xterm.c    	dpyinfo->x_pending_autoraise_frame = NULL;
NULL             11750 src/xterm.c    	      gtk_im_context_set_client_window (FRAME_X_OUTPUT (frame)->im_context, NULL);
NULL             11772 src/xterm.c        return NULL;
NULL             11848 src/xterm.c    	widget = NULL;
NULL             11853 src/xterm.c    	tooltip_window = NULL;
NULL             11875 src/xterm.c      return NULL;
NULL             11887 src/xterm.c      struct frame *f, *found = NULL;
NULL             11891 src/xterm.c        return NULL;
NULL             11958 src/xterm.c        return NULL;
NULL             11990 src/xterm.c        return NULL;
NULL             12067 src/xterm.c          rc = pselect (maxfd + 1, &fds, NULL, NULL, NULL, NULL);
NULL             12210 src/xterm.c          x_dnd_frame = NULL;
NULL             12214 src/xterm.c      x_dnd_return_frame_object = NULL;
NULL             12215 src/xterm.c      x_dnd_movement_frame = NULL;
NULL             12216 src/xterm.c      x_dnd_wheel_frame = NULL;
NULL             12334 src/xterm.c          ask_actions = NULL;
NULL             12441 src/xterm.c      x_dnd_toplevels = NULL;
NULL             12443 src/xterm.c      x_dnd_movement_frame = NULL;
NULL             12444 src/xterm.c      x_dnd_wheel_frame = NULL;
NULL             12584 src/xterm.c          current_hold_quit = NULL;
NULL             12618 src/xterm.c    	      x_dnd_movement_frame = NULL;
NULL             12652 src/xterm.c    	      x_dnd_wheel_frame = NULL;
NULL             12687 src/xterm.c    	      current_hold_quit = NULL;
NULL             12720 src/xterm.c    	      current_hold_quit = NULL;
NULL             12773 src/xterm.c    	      current_hold_quit = NULL;
NULL             12784 src/xterm.c    	    x_dnd_movement_frame = NULL;
NULL             12787 src/xterm.c    	    x_dnd_wheel_frame = NULL;
NULL             12798 src/xterm.c      current_hold_quit = NULL;
NULL             12800 src/xterm.c      x_dnd_movement_frame = NULL;
NULL             12801 src/xterm.c      x_dnd_wheel_frame = NULL;
NULL             12816 src/xterm.c          x_dnd_return_frame_object = NULL;
NULL             12821 src/xterm.c      x_dnd_return_frame_object = NULL;
NULL             12873 src/xterm.c      struct xi_device_t *device, *source = NULL;
NULL             12882 src/xterm.c      new = NULL;
NULL             12940 src/xterm.c    					    NULL);
NULL             13016 src/xterm.c          device->focus_frame = NULL;
NULL             13035 src/xterm.c          device->focus_implicit_frame = NULL;
NULL             13062 src/xterm.c          device->focus_implicit_frame = NULL;
NULL             13081 src/xterm.c    	device->focus_frame = NULL;
NULL             13084 src/xterm.c    	device->focus_implicit_frame = NULL;
NULL             13177 src/xterm.c      return NULL;
NULL             13354 src/xterm.c          device->touchpoints = NULL;
NULL             13513 src/xterm.c          hlinfo->mouse_face_mouse_frame = NULL;
NULL             13538 src/xterm.c    	  device->focus_implicit_frame = NULL;
NULL             14202 src/xterm.c          dpyinfo->last_mouse_scroll_bar = NULL;
NULL             14204 src/xterm.c          dpyinfo->last_mouse_glyph_frame = NULL;
NULL             14217 src/xterm.c          dpyinfo->last_mouse_scroll_bar = NULL;
NULL             14242 src/xterm.c      children = NULL;
NULL             14372 src/xterm.c    	f1 = NULL;
NULL             14396 src/xterm.c    	    *fp = NULL;
NULL             14506 src/xterm.c          dpyinfo->last_mouse_scroll_bar = NULL;
NULL             14642 src/xterm.c    	    if (f1 != NULL
NULL             14645 src/xterm.c    	      f1 = NULL;
NULL             14691 src/xterm.c    		*fp = NULL;
NULL             14698 src/xterm.c    	  f1 = NULL;
NULL             14701 src/xterm.c    	  f1 = NULL;
NULL             14828 src/xterm.c      return NULL;
NULL             14850 src/xterm.c      return NULL;
NULL             15213 src/xterm.c    	XtVaGetValues (widget, XmNsliderSize, &slider_size, NULL);
NULL             15382 src/xterm.c          XtVaGetValues (widget, XtNshown, &shown, XtNwidth, &width, NULL);
NULL             15402 src/xterm.c          XtVaGetValues (widget, XtNshown, &shown, XtNheight, &height, NULL);
NULL             15447 src/xterm.c          XtVaGetValues (widget, XtNwidth, &width, NULL);
NULL             15471 src/xterm.c          XtVaGetValues (widget, XtNheight, &height, NULL);
NULL             15701 src/xterm.c    		   XtNpickTop, (XtPointer) &xaw3d_pick_top, NULL);
NULL             15706 src/xterm.c    	XtVaSetValues (widget, XtNcursorName, "top_left_arrow", NULL);
NULL             15909 src/xterm.c    		   XtNpickTop, (XtPointer) &xaw3d_pick_top, NULL);
NULL             15914 src/xterm.c    	XtVaSetValues (widget, XtNcursorName, "top_left_arrow", NULL);
NULL             16034 src/xterm.c    		   NULL);
NULL             16112 src/xterm.c    		   NULL);
NULL             17153 src/xterm.c          dpyinfo->last_mouse_scroll_bar = NULL;
NULL             17222 src/xterm.c          dpyinfo->last_mouse_scroll_bar = NULL;
NULL             17557 src/xterm.c    			: NULL);
NULL             17568 src/xterm.c    	return EQ (track_mouse, Qdropping) ? lm_f : NULL;
NULL             17935 src/xterm.c          x_dnd_frame = NULL;
NULL             18037 src/xterm.c    	  current_hold_quit = NULL;
NULL             18062 src/xterm.c          rc = pselect (maxfd + 1, &fds, NULL, NULL, &timeout, NULL);
NULL             18067 src/xterm.c          pselect (maxfd + 1, &fds, NULL, NULL, &timeout, NULL);
NULL             18231 src/xterm.c      data = NULL;
NULL             18350 src/xterm.c      struct frame *any, *f = NULL, *mouse_frame;
NULL             18367 src/xterm.c      GdkEvent *copy = NULL;
NULL             18389 src/xterm.c      gen_help_device = NULL;
NULL             18402 src/xterm.c    	any = NULL;
NULL             18406 src/xterm.c        any = NULL;
NULL             18826 src/xterm.c    					NULL, (XEvent *) event, NULL);
NULL             19028 src/xterm.c    	  for (last = NULL, tem = x_dnd_toplevels; tem;
NULL             19036 src/xterm.c    		  unsigned char *data = NULL;
NULL             19149 src/xterm.c    	  tmp_data = NULL;
NULL             19645 src/xterm.c    	  x_update_opaque_region (f, NULL);
NULL             20336 src/xterm.c    	    dpyinfo->last_mouse_motion_frame = NULL;
NULL             20341 src/xterm.c    	    dpyinfo->last_mouse_glyph_frame = NULL;
NULL             20465 src/xterm.c    		    dpyinfo->last_mouse_scroll_bar = NULL;
NULL             20824 src/xterm.c    	  struct x_client_list_window *tem, *last = NULL;
NULL             21090 src/xterm.c    		dpyinfo->last_mouse_motion_frame = NULL;
NULL             21319 src/xterm.c    		    x_dnd_frame = NULL;
NULL             21332 src/xterm.c    	dpyinfo->last_mouse_glyph_frame = NULL;
NULL             21396 src/xterm.c    	      f = NULL;
NULL             21964 src/xterm.c    		    dpyinfo->last_mouse_motion_frame = NULL;
NULL             21969 src/xterm.c    		    dpyinfo->last_mouse_glyph_frame = NULL;
NULL             22060 src/xterm.c    		      bar = NULL;
NULL             22153 src/xterm.c    			  window = window_from_coordinates (f, real_x, real_y, NULL,
NULL             22368 src/xterm.c    			  dpyinfo->last_mouse_scroll_bar = NULL;
NULL             22894 src/xterm.c    			  x_dnd_frame = NULL;
NULL             23028 src/xterm.c    	      dpyinfo->last_mouse_glyph_frame = NULL;
NULL             23130 src/xterm.c    		    f = NULL;
NULL             23605 src/xterm.c    						  NULL);
NULL             24041 src/xterm.c    						     &test_rect, NULL);
NULL             24309 src/xterm.c    		      dpyinfo->xkb_desc = NULL;
NULL             24871 src/xterm.c          dpyinfo->x_pending_autoraise_frame = NULL;
NULL             24929 src/xterm.c      if (cursor_glyph == NULL)
NULL             24981 src/xterm.c      if (cursor_glyph == NULL)
NULL             25372 src/xterm.c      return NULL;
NULL             25453 src/xterm.c      x_catch_errors_with_handler (dpy, NULL, NULL);
NULL             25476 src/xterm.c      return NULL;
NULL             25637 src/xterm.c      if (x_error_message == NULL)
NULL             25748 src/xterm.c      x_error_message->string = NULL;
NULL             25899 src/xterm.c          x_dnd_return_frame_object = NULL;
NULL             25900 src/xterm.c          x_dnd_movement_frame = NULL;
NULL             25901 src/xterm.c          x_dnd_wheel_frame = NULL;
NULL             25902 src/xterm.c          x_dnd_frame = NULL;
NULL             26041 src/xterm.c      current_display = NULL;
NULL             26269 src/xterm.c      output->preedit_chars = NULL;
NULL             26291 src/xterm.c    	  FRAME_XIC (f) = NULL;
NULL             26300 src/xterm.c      dpyinfo->xim = NULL;
NULL             26334 src/xterm.c    	  XGetIMValues (xim, XNQueryInputStyle, &dpyinfo->xim_styles, NULL);
NULL             26339 src/xterm.c    	  XSetIMValues (xim, XNDestroyCallback, &destroy, NULL);
NULL             26354 src/xterm.c        dpyinfo->xim = NULL;
NULL             26393 src/xterm.c    	    if (FRAME_XIC (f) == NULL)
NULL             26418 src/xterm.c      dpyinfo->xim = NULL;
NULL             26469 src/xterm.c          dpyinfo->xim = NULL;
NULL             26539 src/xterm.c          XtVaGetValues (f->output_data.x->column_widget, XtNheight, &height, NULL);
NULL             26676 src/xterm.c      unsigned char *tmp_data = NULL;
NULL             26719 src/xterm.c      unsigned char *tmp_data = NULL;
NULL             26761 src/xterm.c          if (dpyinfo->net_supported_atoms != NULL)
NULL             26763 src/xterm.c          dpyinfo->net_supported_atoms = NULL;
NULL             26768 src/xterm.c          tmp_data = NULL;
NULL             26975 src/xterm.c      unsigned char *tmp_data = NULL;
NULL             26994 src/xterm.c      prop = xcb_get_property_reply (dpyinfo->xcb_connection, prop_cookie, NULL);
NULL             27401 src/xterm.c        pselect (0, NULL, NULL, NULL, &fallback, &emptyset);
NULL             27403 src/xterm.c        wait_reading_process_output (0, 500000000, 0, false, Qnil, NULL, 0);
NULL             27444 src/xterm.c          if (pselect (fd + 1, &fds, NULL, NULL, &tmo, NULL) == 0)
NULL             27778 src/xterm.c    	      dpyinfo->x_focus_frame = NULL;
NULL             27825 src/xterm.c        return NULL;
NULL             28493 src/xterm.c    	  f->output_data.x->widget = NULL;
NULL             28621 src/xterm.c          dpyinfo->motif_drag_atom_owner = NULL;
NULL             28680 src/xterm.c      f->output_data.x = NULL;
NULL             28786 src/xterm.c      value = NULL;
NULL             29182 src/xterm.c      eassert (font != NULL && ! NILP (font->props[FONT_TYPE_INDEX]));
NULL             29215 src/xterm.c      {(char *) "-geometry", (char *) ".geometry", XrmoptionSepArg, NULL},
NULL             29219 src/xterm.c       (char *) "*EmacsScreen.internalBorderWidth", XrmoptionSepArg, NULL},
NULL             29221 src/xterm.c       XrmoptionSepArg, NULL},
NULL             29222 src/xterm.c      {(char *) "-T", (char *) "*EmacsShell.title", XrmoptionSepArg, NULL},
NULL             29223 src/xterm.c      {(char *) "-wn", (char *) "*EmacsShell.title", XrmoptionSepArg, NULL},
NULL             29224 src/xterm.c      {(char *) "-title", (char *) "*EmacsShell.title", XrmoptionSepArg, NULL},
NULL             29226 src/xterm.c       XrmoptionSepArg, NULL},
NULL             29227 src/xterm.c      {(char *) "-in", (char *) "*EmacsShell.iconName", XrmoptionSepArg, NULL},
NULL             29228 src/xterm.c      {(char *) "-mc", (char *) "*pointerColor", XrmoptionSepArg, NULL},
NULL             29229 src/xterm.c      {(char *) "-cr", (char *) "*cursorColor", XrmoptionSepArg, NULL}
NULL             29498 src/xterm.c                                      | G_LOG_FLAG_RECURSION, my_log_handler, NULL);
NULL             29502 src/xterm.c            gdk_window_add_filter (NULL, event_handler_gdk, NULL);
NULL             29547 src/xterm.c      XtSetLanguageProc (NULL, NULL, NULL);
NULL             29920 src/xterm.c      xcb_screen_t *xcb_screen = NULL;
NULL             30153 src/xterm.c    		    NULL);
NULL             30216 src/xterm.c        if (v != NULL && sscanf (v, "%lf", &d) == 1)
NULL             30320 src/xterm.c        if (!XtCallConverter (dpy, XtCvtStringToFont, &d, 1, &fr, &to, NULL))
NULL             30333 src/xterm.c        XFreeFontInfo (NULL, query_result, 1);
NULL             30588 src/xterm.c      last = NULL;
NULL             30615 src/xterm.c        mouse_click_timeout_display = NULL;
NULL             30721 src/xterm.c        NULL, /* update_window_begin */
NULL             30722 src/xterm.c        NULL, /* update_window_end   */
NULL             30813 src/xterm.c    	  x_dnd_return_frame_object = NULL;
NULL             30814 src/xterm.c    	  x_dnd_movement_frame = NULL;
NULL             30815 src/xterm.c    	  x_dnd_wheel_frame = NULL;
NULL             30816 src/xterm.c    	  x_dnd_frame = NULL;
NULL             30835 src/xterm.c          XrmSetDatabase (dpyinfo->display, NULL);
NULL             30837 src/xterm.c          dpyinfo->display->db = NULL;
NULL             30855 src/xterm.c          dpyinfo->display = NULL;
NULL             30988 src/xterm.c      mouse_click_timeout_display = NULL;
NULL             31302 src/xterm.c      x_error_message = NULL;
NULL              151 src/xwidget.c  				   &new_x, &new_y, false, NULL);
NULL              164 src/xwidget.c  				   &new_x, &new_y, false, NULL);
NULL              177 src/xwidget.c  				   &new_x, &new_y, false, NULL);
NULL              191 src/xwidget.c  				   &new_x, &new_y, false, NULL);
NULL              326 src/xwidget.c    xw->find_text = NULL;
NULL              331 src/xwidget.c    xw->widgetwindow_osr = NULL;
NULL              332 src/xwidget.c    xw->widget_osr = NULL;
NULL              381 src/xwidget.c  	  g_object_set (G_OBJECT (settings), "enable-developer-extras", TRUE, NULL);
NULL              406 src/xwidget.c  			"from-embedder", G_CALLBACK (from_embedder), NULL);
NULL              408 src/xwidget.c  			"to-embedder", G_CALLBACK (to_embedder), NULL);
NULL              410 src/xwidget.c  			"pick-embedded-child", G_CALLBACK (pick_embedded_child), NULL);
NULL              442 src/xwidget.c  			    NULL);
NULL              446 src/xwidget.c  			    NULL);
NULL              492 src/xwidget.c    struct frame *f = NULL;
NULL              500 src/xwidget.c    GtkWidget *temp = NULL;
NULL              608 src/xwidget.c  	gdk_offscreen_window_set_embedder (osw, NULL);
NULL              667 src/xwidget.c      gdk_offscreen_window_set_embedder (osw, NULL);
NULL              734 src/xwidget.c      return NULL;
NULL              737 src/xwidget.c  			      &xout, &yout, false, NULL);
NULL              740 src/xwidget.c      return NULL;
NULL              782 src/xwidget.c    return NULL;
NULL              868 src/xwidget.c      return NULL;
NULL              871 src/xwidget.c    device = NULL;
NULL              872 src/xwidget.c    tem = NULL;
NULL              897 src/xwidget.c      return NULL;
NULL             1007 src/xwidget.c    GtkWidget *grab = NULL;
NULL             1040 src/xwidget.c    return NULL;
NULL             1148 src/xwidget.c    files[len] = NULL;
NULL             1176 src/xwidget.c        view->passive_grab = NULL;
NULL             1240 src/xwidget.c  					  false, NULL);
NULL             1301 src/xwidget.c  	  view->passive_grab = NULL;
NULL             1571 src/xwidget.c    children = NULL;
NULL             1578 src/xwidget.c    for (l = children; l != NULL; l = l->next)
NULL             1593 src/xwidget.c    GList *l1 = NULL;
NULL             1594 src/xwidget.c    GList *l2 = NULL;
NULL             1611 src/xwidget.c    tem = NULL;
NULL             1681 src/xwidget.c    GList *path = NULL, *it;
NULL             1931 src/xwidget.c    XIEnterEvent *xev = NULL;
NULL             2122 src/xwidget.c      return NULL;
NULL             2374 src/xwidget.c      return NULL;
NULL             2401 src/xwidget.c        return NULL;
NULL             2503 src/xwidget.c    GError *error = NULL;
NULL             2655 src/xwidget.c  					  "Dismiss", 1, NULL);
NULL             2659 src/xwidget.c  					  "OK", 0, "Cancel", 1, NULL);
NULL             2735 src/xwidget.c    xv->last_crossing_window = NULL;
NULL             2736 src/xwidget.c    xv->passive_grab = NULL;
NULL             3222 src/xwidget.c                                    NULL, /* cancelable */
NULL             3405 src/xwidget.c        xv->passive_grab = NULL;
NULL             3416 src/xwidget.c        XXWIDGET (xv->model)->embedder_view = NULL;
NULL             3417 src/xwidget.c        XXWIDGET (xv->model)->embedder = NULL;
NULL             3419 src/xwidget.c        gdk_offscreen_window_set_embedder (w, NULL);
NULL             3685 src/xwidget.c        xw->find_text = NULL;
NULL             4035 src/xwidget.c    struct xwidget_view *xv = NULL;
NULL             4059 src/xwidget.c    return NILP (ret) ? NULL : XXWIDGET_VIEW (ret);
NULL             4247 src/xwidget.c    xw->widget_osr = NULL;
NULL             4248 src/xwidget.c    xw->widgetwindow_osr = NULL;
NULL             4249 src/xwidget.c    xw->find_text = NULL;
NULL               39 test/lisp/cedet/semantic-utest-ia-resources/testvarnames.java     public static varorclass varoftypevarorclass = NULL;
NULL               45 test/lisp/cedet/semantic-utest-ia-resources/testvarnames.java     public static varorclass classassign = NULL;
NULL               67 test/lisp/cedet/semantic/format-resources/test-fmt.cpp struct moose *var_one = NULL;
NULL              115 test/manual/etags/c-src/c.c static void (*lang_func) () = NULL;
NULL              162 test/manual/etags/c-src/c.c node *lasta = NULL;
NULL              168 test/manual/etags/c-src/c.c node *lastb = NULL;
NULL              553 test/manual/etags/c-src/emacs/src/gmalloc.c   pthread_mutex_init (&_malloc_mutex, NULL);
NULL              554 test/manual/etags/c-src/emacs/src/gmalloc.c   pthread_mutex_init (&_aligned_blocks_mutex, NULL);
NULL              566 test/manual/etags/c-src/emacs/src/gmalloc.c   mcheck (NULL);
NULL              574 test/manual/etags/c-src/emacs/src/gmalloc.c   if (_heapinfo == NULL)
NULL              617 test/manual/etags/c-src/emacs/src/gmalloc.c     return NULL;
NULL              620 test/manual/etags/c-src/emacs/src/gmalloc.c   if (result == NULL)
NULL              621 test/manual/etags/c-src/emacs/src/gmalloc.c     return NULL;
NULL              654 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (newinfo == NULL)
NULL              675 test/manual/etags/c-src/emacs/src/gmalloc.c  	  if (newinfo == NULL)
NULL              678 test/manual/etags/c-src/emacs/src/gmalloc.c  	      return NULL;
NULL              738 test/manual/etags/c-src/emacs/src/gmalloc.c     return NULL;
NULL              759 test/manual/etags/c-src/emacs/src/gmalloc.c       if (next != NULL)
NULL              766 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (next->next != NULL)
NULL              791 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (result == NULL)
NULL              799 test/manual/etags/c-src/emacs/src/gmalloc.c 	  next->next = NULL;
NULL              859 test/manual/etags/c-src/emacs/src/gmalloc.c 	      if (result == NULL)
NULL              937 test/manual/etags/c-src/emacs/src/gmalloc.c     return NULL;
NULL              948 test/manual/etags/c-src/emacs/src/gmalloc.c   return (hook != NULL ? *hook : _malloc_internal) (size);
NULL             1004 test/manual/etags/c-src/emacs/src/gmalloc.c struct alignlist *_aligned_blocks = NULL;
NULL             1022 test/manual/etags/c-src/emacs/src/gmalloc.c   if (ptr == NULL)
NULL             1028 test/manual/etags/c-src/emacs/src/gmalloc.c   for (l = _aligned_blocks; l != NULL; l = l->next)
NULL             1031 test/manual/etags/c-src/emacs/src/gmalloc.c 	l->aligned = NULL;	/* Mark the slot in the list as free.  */
NULL             1201 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (next != NULL)
NULL             1227 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (next->next != NULL)
NULL             1243 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (prev->next != NULL)
NULL             1269 test/manual/etags/c-src/emacs/src/gmalloc.c   if (hook != NULL)
NULL             1330 test/manual/etags/c-src/emacs/src/gmalloc.c   else if (ptr == NULL)
NULL             1345 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (result != NULL)
NULL             1388 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (result == NULL)
NULL             1421 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (result == NULL)
NULL             1452 test/manual/etags/c-src/emacs/src/gmalloc.c     return NULL;
NULL             1455 test/manual/etags/c-src/emacs/src/gmalloc.c   return (hook != NULL ? *hook : _realloc_internal) (ptr, size);
NULL             1486 test/manual/etags/c-src/emacs/src/gmalloc.c       return NULL;
NULL             1536 test/manual/etags/c-src/emacs/src/gmalloc.c     return NULL;
NULL             1571 test/manual/etags/c-src/emacs/src/gmalloc.c       return NULL;
NULL             1574 test/manual/etags/c-src/emacs/src/gmalloc.c   if (result == NULL)
NULL             1575 test/manual/etags/c-src/emacs/src/gmalloc.c     return NULL;
NULL             1591 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (result == NULL)	/* Impossible unless interrupted.  */
NULL             1592 test/manual/etags/c-src/emacs/src/gmalloc.c 	    return NULL;
NULL             1614 test/manual/etags/c-src/emacs/src/gmalloc.c       for (l = _aligned_blocks; l != NULL; l = l->next)
NULL             1615 test/manual/etags/c-src/emacs/src/gmalloc.c 	if (l->aligned == NULL)
NULL             1618 test/manual/etags/c-src/emacs/src/gmalloc.c       if (l == NULL)
NULL             1621 test/manual/etags/c-src/emacs/src/gmalloc.c 	  if (l != NULL)
NULL             1627 test/manual/etags/c-src/emacs/src/gmalloc.c       if (l != NULL)
NULL             1633 test/manual/etags/c-src/emacs/src/gmalloc.c       if (l == NULL)
NULL             1636 test/manual/etags/c-src/emacs/src/gmalloc.c 	  result = NULL;
NULL             1666 test/manual/etags/c-src/emacs/src/gmalloc.c   if (mem == NULL)
NULL             1793 test/manual/etags/c-src/emacs/src/gmalloc.c   if (size == 0 || ptr == NULL)
NULL             1903 test/manual/etags/c-src/emacs/src/gmalloc.c       for (l = _aligned_blocks; l != NULL; l = l->next)
NULL             1906 test/manual/etags/c-src/emacs/src/gmalloc.c 	    l->aligned = NULL;	/* Mark the slot in the list as free.  */
NULL             1919 test/manual/etags/c-src/emacs/src/gmalloc.c     hdr = NULL;
NULL             1934 test/manual/etags/c-src/emacs/src/gmalloc.c   if (hdr == NULL)
NULL             1935 test/manual/etags/c-src/emacs/src/gmalloc.c     return NULL;
NULL             1946 test/manual/etags/c-src/emacs/src/gmalloc.c   struct hdr *hdr = NULL;
NULL             1966 test/manual/etags/c-src/emacs/src/gmalloc.c   if (hdr == NULL)
NULL             1967 test/manual/etags/c-src/emacs/src/gmalloc.c     return NULL;
NULL             2017 test/manual/etags/c-src/emacs/src/gmalloc.c   abortfunc = (func != NULL) ? func : &mabort;
NULL              640 test/manual/etags/c-src/emacs/src/keyboard.c   ok_to_echo_at_next_pause = NULL;
NULL              641 test/manual/etags/c-src/emacs/src/keyboard.c   echo_kboard = NULL;
NULL              919 test/manual/etags/c-src/emacs/src/keyboard.c       if (f != NULL && FRAME_KBOARD (f) != current_kboard)
NULL              935 test/manual/etags/c-src/emacs/src/keyboard.c   else if (f != NULL)
NULL             1300 test/manual/etags/c-src/emacs/src/keyboard.c   struct buffer *prev_buffer = NULL;
NULL             1956 test/manual/etags/c-src/emacs/src/keyboard.c       if (poll_timer == NULL
NULL             1966 test/manual/etags/c-src/emacs/src/keyboard.c 				     poll_for_input, NULL);
NULL             2134 test/manual/etags/c-src/emacs/src/keyboard.c       struct frame *f = NILP (do_mouse_tracking) ? NULL : some_mouse_moved ();
NULL             2181 test/manual/etags/c-src/emacs/src/keyboard.c   KBOARD *kb IF_LINT (= NULL);
NULL             2590 test/manual/etags/c-src/emacs/src/keyboard.c 	  || ok_to_echo_at_next_pause == NULL))
NULL             3196 test/manual/etags/c-src/emacs/src/keyboard.c 	  c = read_char (0, Qnil, Qnil, 0, NULL);
NULL             3210 test/manual/etags/c-src/emacs/src/keyboard.c 	    c = read_char (0, Qnil, Qnil, 0, NULL);
NULL             3505 test/manual/etags/c-src/emacs/src/keyboard.c     return NULL;
NULL             3514 test/manual/etags/c-src/emacs/src/keyboard.c 	      ? FRAME_KBOARD (XFRAME (obj)) : NULL);
NULL             3905 test/manual/etags/c-src/emacs/src/keyboard.c 					   -1, 1, Qnil, NULL, 0);
NULL             3923 test/manual/etags/c-src/emacs/src/keyboard.c 	  wait_reading_process_output (0, 0, -1, do_display, Qnil, NULL, 0);
NULL             5641 test/manual/etags/c-src/emacs/src/keyboard.c 				       &column, &row, NULL, 1);
NULL             5834 test/manual/etags/c-src/emacs/src/keyboard.c 				      NULL,
NULL             5986 test/manual/etags/c-src/emacs/src/keyboard.c 				    NULL, &mouse_syms,
NULL             6011 test/manual/etags/c-src/emacs/src/keyboard.c 				    NULL, &mouse_syms,
NULL             7250 test/manual/etags/c-src/emacs/src/keyboard.c static struct user_signal_info *user_signals = NULL;
NULL             7278 test/manual/etags/c-src/emacs/src/keyboard.c   const char *special_event_name = NULL;
NULL             7330 test/manual/etags/c-src/emacs/src/keyboard.c   return NULL;
NULL             7488 test/manual/etags/c-src/emacs/src/keyboard.c 	nminor = current_minor_maps (NULL, &tmaps);
NULL             7513 test/manual/etags/c-src/emacs/src/keyboard.c 	    map_keymap_canonical (def, menu_bar_item, Qnil, NULL);
NULL             8037 test/manual/etags/c-src/emacs/src/keyboard.c       nminor = current_minor_maps (NULL, &tmaps);
NULL             8062 test/manual/etags/c-src/emacs/src/keyboard.c 	  map_keymap (keymap, process_tool_bar_item, Qnil, NULL, 1);
NULL             8706 test/manual/etags/c-src/emacs/src/keyboard.c 	obj = read_char (commandflag, Qnil, Qt, 0, NULL);
NULL             9157 test/manual/etags/c-src/emacs/src/keyboard.c                              &used_mouse_menu, NULL);
NULL             10574 test/manual/etags/c-src/emacs/src/keyboard.c   if (x_display_list != NULL)
NULL             10922 test/manual/etags/c-src/emacs/src/keyboard.c     if (*kbp == NULL)
NULL             11013 test/manual/etags/c-src/emacs/src/keyboard.c   poll_timer = NULL;
NULL             1630 test/manual/etags/c-src/emacs/src/lisp.h   struct Lisp_Char_Table *tbl = NULL;
NULL             3059 test/manual/etags/c-src/emacs/src/lisp.h       (c)->nextfree = NULL;				\
NULL             4261 test/manual/etags/c-src/emacs/src/lisp.h #define IS_DAEMON (w32_daemon_event != NULL)
NULL              152 test/manual/etags/c-src/etags.c #define streq(s,t)	(assert ((s)!=NULL || (t)!=NULL), !strcmp (s, t))
NULL              153 test/manual/etags/c-src/etags.c #define strcaseeq(s,t)	(assert ((s)!=NULL && (t)!=NULL), !c_strcasecmp (s, t))
NULL              154 test/manual/etags/c-src/etags.c #define strneq(s,t,n)	(assert ((s)!=NULL || (t)!=NULL), !strncmp (s, t, n))
NULL              155 test/manual/etags/c-src/etags.c #define strncaseeq(s,t,n) (assert ((s)!=NULL && (t)!=NULL), !c_strncasecmp (s, t, n))
NULL              419 test/manual/etags/c-src/etags.c   { "append",             no_argument,       NULL,               'a'   },
NULL              421 test/manual/etags/c-src/etags.c   { "c++",                no_argument,       NULL,               'C'   },
NULL              425 test/manual/etags/c-src/etags.c   { "help",               no_argument,       NULL,               'h'   },
NULL              426 test/manual/etags/c-src/etags.c   { "help",               no_argument,       NULL,               'H'   },
NULL              427 test/manual/etags/c-src/etags.c   { "ignore-indentation", no_argument,       NULL,               'I'   },
NULL              428 test/manual/etags/c-src/etags.c   { "language",           required_argument, NULL,               'l'   },
NULL              431 test/manual/etags/c-src/etags.c   { "output",             required_argument, NULL,               'o'   },
NULL              432 test/manual/etags/c-src/etags.c   { "regex",              required_argument, NULL,               'r'   },
NULL              433 test/manual/etags/c-src/etags.c   { "no-regex",           no_argument,       NULL,               'R'   },
NULL              434 test/manual/etags/c-src/etags.c   { "ignore-case-regex",  required_argument, NULL,               'c'   },
NULL              435 test/manual/etags/c-src/etags.c   { "parse-stdin",        required_argument, NULL,               STDIN },
NULL              436 test/manual/etags/c-src/etags.c   { "version",            no_argument,       NULL,               'V'   },
NULL              439 test/manual/etags/c-src/etags.c   { "backward-search",    no_argument,       NULL,               'B'   },
NULL              440 test/manual/etags/c-src/etags.c   { "cxref",              no_argument,       NULL,               'x'   },
NULL              441 test/manual/etags/c-src/etags.c   { "defines",            no_argument,       NULL,               'd'   },
NULL              443 test/manual/etags/c-src/etags.c   { "typedefs",           no_argument,       NULL,               't'   },
NULL              444 test/manual/etags/c-src/etags.c   { "typedefs-and-c++",   no_argument,       NULL,               'T'   },
NULL              445 test/manual/etags/c-src/etags.c   { "update",             no_argument,       NULL,               'u'   },
NULL              446 test/manual/etags/c-src/etags.c   { "vgrind",             no_argument,       NULL,               'v'   },
NULL              447 test/manual/etags/c-src/etags.c   { "no-warn",            no_argument,       NULL,               'w'   },
NULL              450 test/manual/etags/c-src/etags.c   { "no-defines",         no_argument,       NULL,               'D'   },
NULL              452 test/manual/etags/c-src/etags.c   { "include",            required_argument, NULL,               'i'   },
NULL              454 test/manual/etags/c-src/etags.c   { NULL }
NULL              465 test/manual/etags/c-src/etags.c   { NULL }
NULL              474 test/manual/etags/c-src/etags.c   { "ads", "adb", "ada", NULL };
NULL              502 test/manual/etags/c-src/etags.c     NULL
NULL              513 test/manual/etags/c-src/etags.c   { "c", "h", NULL };
NULL              539 test/manual/etags/c-src/etags.c     NULL };
NULL              550 test/manual/etags/c-src/etags.c   { "java", NULL };
NULL              557 test/manual/etags/c-src/etags.c   { "COB", "cob", NULL };
NULL              563 test/manual/etags/c-src/etags.c   { "cs", "hs", NULL };
NULL              566 test/manual/etags/c-src/etags.c   { "erl", "hrl", NULL };
NULL              572 test/manual/etags/c-src/etags.c   { "fth", "tok", NULL };
NULL              578 test/manual/etags/c-src/etags.c   { "F", "f", "f90", "for", NULL };
NULL              583 test/manual/etags/c-src/etags.c   { "htm", "html", "shtml", NULL };
NULL              590 test/manual/etags/c-src/etags.c   { "cl", "clisp", "el", "l", "lisp", "LSP", "lsp", "ml", NULL };
NULL              599 test/manual/etags/c-src/etags.c   { "lua", "LUA", NULL };
NULL              604 test/manual/etags/c-src/etags.c   { "Makefile", "makefile", "GNUMakefile", "Makefile.in", "Makefile.am", NULL};
NULL              612 test/manual/etags/c-src/etags.c      NULL };
NULL              620 test/manual/etags/c-src/etags.c   { "p", "pas", NULL };
NULL              627 test/manual/etags/c-src/etags.c   { "pl", "pm", NULL };
NULL              629 test/manual/etags/c-src/etags.c   { "perl", "@PERL@", NULL };
NULL              638 test/manual/etags/c-src/etags.c   { "php", "php3", "php4", NULL };
NULL              645 test/manual/etags/c-src/etags.c      NULL };
NULL              648 test/manual/etags/c-src/etags.c   { "ps", "psw", NULL };	/* .psw is for PSWrap */
NULL              653 test/manual/etags/c-src/etags.c   { "prolog", NULL };
NULL              659 test/manual/etags/c-src/etags.c   { "py", NULL };
NULL              666 test/manual/etags/c-src/etags.c   { "oak", "sch", "scheme", "SCM", "scm", "SM", "sm", "ss", "t", NULL };
NULL              673 test/manual/etags/c-src/etags.c   { "bib", "clo", "cls", "ltx", "sty", "TeX", "tex", NULL };
NULL              687 test/manual/etags/c-src/etags.c   { "texi", "texinfo", "txi", NULL };
NULL              692 test/manual/etags/c-src/etags.c   { "y", "y++", "ym", "yxx", "yy", NULL }; /* .ym is Objective yacc file */
NULL              733 test/manual/etags/c-src/etags.c   { "makefile",  Makefile_help,Makefile_targets,NULL,Makefile_filenames},
NULL              736 test/manual/etags/c-src/etags.c   { "perl",Perl_help,Perl_functions,Perl_suffixes,NULL,Perl_interpreters},
NULL              745 test/manual/etags/c-src/etags.c   { "yacc",      Yacc_help,Yacc_entries,Yacc_suffixes,NULL,NULL,true},
NULL              748 test/manual/etags/c-src/etags.c   { NULL }                /* end of list */
NULL              760 test/manual/etags/c-src/etags.c   for (lang = lang_names; lang->name != NULL; lang++)
NULL              763 test/manual/etags/c-src/etags.c       if (lang->filenames != NULL)
NULL              764 test/manual/etags/c-src/etags.c 	for (name = lang->filenames; *name != NULL; name++)
NULL              766 test/manual/etags/c-src/etags.c       if (lang->suffixes != NULL)
NULL              767 test/manual/etags/c-src/etags.c 	for (ext = lang->suffixes; *ext != NULL; ext++)
NULL             1018 test/manual/etags/c-src/etags.c   while ((opt = getopt_long (argc, argv, optstring, longopts, NULL)) != EOF)
NULL             1047 test/manual/etags/c-src/etags.c 	  fatal ("cannot parse standard input more than once", (char *)NULL);
NULL             1071 test/manual/etags/c-src/etags.c 	  if (lang != NULL)
NULL             1093 test/manual/etags/c-src/etags.c 	argbuffer[current_arg].what = NULL;
NULL             1147 test/manual/etags/c-src/etags.c   if (tagfile == NULL)
NULL             1183 test/manual/etags/c-src/etags.c       if (tagf == NULL)
NULL             1211 test/manual/etags/c-src/etags.c 			   (char *)NULL);
NULL             1235 test/manual/etags/c-src/etags.c       nodehead = NULL;
NULL             1241 test/manual/etags/c-src/etags.c 	  for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
NULL             1279 test/manual/etags/c-src/etags.c 	    fatal ("failed to execute shell command", (char *)NULL);
NULL             1286 test/manual/etags/c-src/etags.c   if (tagf == NULL)
NULL             1290 test/manual/etags/c-src/etags.c   nodehead = NULL;
NULL             1328 test/manual/etags/c-src/etags.c   if (suffix == NULL || suffix < slash)
NULL             1329 test/manual/etags/c-src/etags.c     return NULL;
NULL             1330 test/manual/etags/c-src/etags.c   if (extptr != NULL)
NULL             1338 test/manual/etags/c-src/etags.c       for (compr = compressors; compr->suffix != NULL; compr++)
NULL             1343 test/manual/etags/c-src/etags.c       if (extptr != NULL)
NULL             1346 test/manual/etags/c-src/etags.c   return NULL;
NULL             1359 test/manual/etags/c-src/etags.c   if (name == NULL)
NULL             1363 test/manual/etags/c-src/etags.c       for (lang = lang_names; lang->name != NULL; lang++)
NULL             1369 test/manual/etags/c-src/etags.c   return NULL;
NULL             1382 test/manual/etags/c-src/etags.c   if (interpreter == NULL)
NULL             1383 test/manual/etags/c-src/etags.c     return NULL;
NULL             1384 test/manual/etags/c-src/etags.c   for (lang = lang_names; lang->name != NULL; lang++)
NULL             1385 test/manual/etags/c-src/etags.c     if (lang->interpreters != NULL)
NULL             1386 test/manual/etags/c-src/etags.c       for (iname = lang->interpreters; *iname != NULL; iname++)
NULL             1390 test/manual/etags/c-src/etags.c   return NULL;
NULL             1405 test/manual/etags/c-src/etags.c   for (lang = lang_names; lang->name != NULL; lang++)
NULL             1406 test/manual/etags/c-src/etags.c     if (lang->filenames != NULL)
NULL             1407 test/manual/etags/c-src/etags.c       for (name = lang->filenames; *name != NULL; name++)
NULL             1415 test/manual/etags/c-src/etags.c   if (suffix == NULL)
NULL             1416 test/manual/etags/c-src/etags.c     return NULL;
NULL             1418 test/manual/etags/c-src/etags.c   for (lang = lang_names; lang->name != NULL; lang++)
NULL             1419 test/manual/etags/c-src/etags.c     if (lang->suffixes != NULL)
NULL             1420 test/manual/etags/c-src/etags.c       for (ext = lang->suffixes; *ext != NULL; ext++)
NULL             1425 test/manual/etags/c-src/etags.c   return NULL;
NULL             1449 test/manual/etags/c-src/etags.c   if ((compr = get_compressor_from_suffix (file, &ext)) == NULL)
NULL             1451 test/manual/etags/c-src/etags.c       compressed_name = NULL;
NULL             1462 test/manual/etags/c-src/etags.c   for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
NULL             1464 test/manual/etags/c-src/etags.c       assert (fdp->infname != NULL);
NULL             1472 test/manual/etags/c-src/etags.c       real_name = NULL;
NULL             1473 test/manual/etags/c-src/etags.c       if (compressed_name != NULL) /* try with the given suffix */
NULL             1480 test/manual/etags/c-src/etags.c 	  for (compr = compressors; compr->suffix != NULL; compr++)
NULL             1498 test/manual/etags/c-src/etags.c 		      if (real_name != NULL)
NULL             1502 test/manual/etags/c-src/etags.c 		  compressed_name = NULL;
NULL             1511 test/manual/etags/c-src/etags.c       if (real_name == NULL)
NULL             1531 test/manual/etags/c-src/etags.c   if (inf == NULL)
NULL             1549 test/manual/etags/c-src/etags.c   last_node = NULL;
NULL             1550 test/manual/etags/c-src/etags.c   curfdp = NULL;
NULL             1571 test/manual/etags/c-src/etags.c       fdp->taggedfname = absolute_filename (fn, NULL);
NULL             1580 test/manual/etags/c-src/etags.c   fdp->prop = NULL;
NULL             1599 test/manual/etags/c-src/etags.c       prev = NULL;
NULL             1600 test/manual/etags/c-src/etags.c       for (np = nodehead; np != NULL; prev = np, np = np->left)
NULL             1605 test/manual/etags/c-src/etags.c       if (np != NULL)
NULL             1609 test/manual/etags/c-src/etags.c 	  assert (np->left == NULL);
NULL             1615 test/manual/etags/c-src/etags.c 	  if (prev == NULL)
NULL             1616 test/manual/etags/c-src/etags.c 	    nodehead = NULL;	/* no nodes left */
NULL             1618 test/manual/etags/c-src/etags.c 	    prev->left = NULL;	/* delete the pointer to the sublist */
NULL             1660 test/manual/etags/c-src/etags.c   Lang_function *parser = NULL;
NULL             1663 test/manual/etags/c-src/etags.c   if (lang != NULL && lang->function != NULL)
NULL             1669 test/manual/etags/c-src/etags.c   if (parser == NULL)
NULL             1672 test/manual/etags/c-src/etags.c       if (lang != NULL && lang->function != NULL)
NULL             1680 test/manual/etags/c-src/etags.c   if (parser == NULL
NULL             1692 test/manual/etags/c-src/etags.c       if (lp != NULL)
NULL             1702 test/manual/etags/c-src/etags.c 	  if (lang != NULL && lang->function != NULL)
NULL             1716 test/manual/etags/c-src/etags.c   if (parser == NULL)
NULL             1719 test/manual/etags/c-src/etags.c       if (lang != NULL && lang->function != NULL)
NULL             1727 test/manual/etags/c-src/etags.c   if (parser == NULL)
NULL             1747 test/manual/etags/c-src/etags.c       && curfdp->lang != NULL && curfdp->lang->metasource)
NULL             1755 test/manual/etags/c-src/etags.c       while (*fdpp != NULL)
NULL             1774 test/manual/etags/c-src/etags.c   assert (parser != NULL);
NULL             1822 test/manual/etags/c-src/etags.c   bool named = (name != NULL && namelen > 0);
NULL             1823 test/manual/etags/c-src/etags.c   char *nname = NULL;
NULL             1867 test/manual/etags/c-src/etags.c   assert (name == NULL || name[0] != '\0');
NULL             1868 test/manual/etags/c-src/etags.c   if (CTAGS && name == NULL)
NULL             1877 test/manual/etags/c-src/etags.c       np->name = concat ("M", fp == NULL ? curfdp->taggedfname : fp + 1, "");
NULL             1879 test/manual/etags/c-src/etags.c       if (fp != NULL && fp[1] != '\0' && fp[2] == '\0')
NULL             1898 test/manual/etags/c-src/etags.c   np->left = np->right = NULL;
NULL             1960 test/manual/etags/c-src/etags.c   if (cur_node == NULL)
NULL             1974 test/manual/etags/c-src/etags.c       if (last_node != NULL && last_node->fdp == np->fdp)
NULL             1977 test/manual/etags/c-src/etags.c 	  assert (last_node->right == NULL);
NULL             2039 test/manual/etags/c-src/etags.c   if (np == NULL)
NULL             2044 test/manual/etags/c-src/etags.c       if (np->left != NULL)
NULL             2048 test/manual/etags/c-src/etags.c       if (np->right != NULL)
NULL             2053 test/manual/etags/c-src/etags.c       assert (np->fdp != NULL);
NULL             2057 test/manual/etags/c-src/etags.c 	  np->left = NULL;	/* isolate it */
NULL             2091 test/manual/etags/c-src/etags.c   for (; np != NULL; np = np->right)
NULL             2095 test/manual/etags/c-src/etags.c 	if (np->name != NULL)
NULL             2110 test/manual/etags/c-src/etags.c   static fdesc *fdp = NULL;
NULL             2112 test/manual/etags/c-src/etags.c   if (np == NULL)
NULL             2134 test/manual/etags/c-src/etags.c 	  if (np->name != NULL)
NULL             2147 test/manual/etags/c-src/etags.c 	  if (np->name == NULL)
NULL             2391 test/manual/etags/c-src/etags.c   if (se == NULL || (se->c_ext && !(c_ext & se->c_ext)))
NULL             2544 test/manual/etags/c-src/etags.c   cstack.cname[nl] = (str == NULL) ? NULL : savenstr (str, len);
NULL             2569 test/manual/etags/c-src/etags.c   if (cstack.nl == 0 || cstack.cname[0] == NULL)
NULL             2584 test/manual/etags/c-src/etags.c       if (s == NULL)
NULL             3701 test/manual/etags/c-src/etags.c 	      pushclass_above (bracelev, NULL, 0);
NULL             4128 test/manual/etags/c-src/etags.c 	      if (dbp != NULL)
NULL             4285 test/manual/etags/c-src/etags.c 	  if ((pos = strchr (sp, ':')) != NULL
NULL             4549 test/manual/etags/c-src/etags.c   name = NULL;			/* keep compiler quiet */
NULL             4721 test/manual/etags/c-src/etags.c   get_tag (dbp, NULL);
NULL             4797 test/manual/etags/c-src/etags.c 	get_tag (bp, NULL);
NULL             4827 test/manual/etags/c-src/etags.c 	get_tag (bp, NULL);
NULL             4862 test/manual/etags/c-src/etags.c 	get_tag (skip_spaces (bp), NULL); /* Yay!  A definition! */
NULL             4890 test/manual/etags/c-src/etags.c 	  get_tag (bp, NULL);
NULL             4893 test/manual/etags/c-src/etags.c 	get_tag (bp, NULL);
NULL             4908 test/manual/etags/c-src/etags.c static linebuffer *TEX_toktab = NULL; /* Table with tag tokens */
NULL             4937 test/manual/etags/c-src/etags.c   if (TEX_toktab == NULL)
NULL             4950 test/manual/etags/c-src/etags.c 	  for (key = TEX_toktab; key->buffer != NULL; key++)
NULL             5061 test/manual/etags/c-src/etags.c 	  TEX_toktab[i].buffer = NULL; /* Mark end of table. */
NULL             5227 test/manual/etags/c-src/etags.c   last = NULL;
NULL             5241 test/manual/etags/c-src/etags.c 	  if (last == NULL)
NULL             5298 test/manual/etags/c-src/etags.c       && (last == NULL		/* save only the first clause */
NULL             5387 test/manual/etags/c-src/etags.c   last = NULL;
NULL             5402 test/manual/etags/c-src/etags.c 	  if (last != NULL)
NULL             5405 test/manual/etags/c-src/etags.c 	      last = NULL;
NULL             5414 test/manual/etags/c-src/etags.c 	  if (last == NULL)
NULL             5454 test/manual/etags/c-src/etags.c       && (last == NULL
NULL             5576 test/manual/etags/c-src/etags.c     name = NULL;		/* signal unterminated regexp */
NULL             5588 test/manual/etags/c-src/etags.c   if (regex_arg == NULL)
NULL             5613 test/manual/etags/c-src/etags.c 	if (regexfp == NULL)
NULL             5638 test/manual/etags/c-src/etags.c 	if (lang == NULL)
NULL             5646 test/manual/etags/c-src/etags.c       add_regex (regex_arg, NULL);
NULL             5676 test/manual/etags/c-src/etags.c   if (name == NULL)
NULL             5687 test/manual/etags/c-src/etags.c   if (modifiers == NULL)	/* no terminating separator --> no name */
NULL             5743 test/manual/etags/c-src/etags.c   if (err != NULL)
NULL             5772 test/manual/etags/c-src/etags.c   result = NULL;
NULL             5779 test/manual/etags/c-src/etags.c        t != NULL;
NULL             5817 test/manual/etags/c-src/etags.c   while (p_head != NULL)
NULL             5842 test/manual/etags/c-src/etags.c   for (rp = p_head; rp != NULL; rp = rp->p_next)
NULL             5855 test/manual/etags/c-src/etags.c       if (rp->lang != NULL && rp->lang != curfdp->lang)
NULL             5895 test/manual/etags/c-src/etags.c 		name = NULL;
NULL             5941 test/manual/etags/c-src/etags.c   if (namepp != NULL)
NULL             6062 test/manual/etags/c-src/etags.c 	      while ((endp = strchr (endp, '"')) != NULL
NULL             6065 test/manual/etags/c-src/etags.c 	      if (endp != NULL)
NULL             6098 test/manual/etags/c-src/etags.c 		      for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
NULL             6116 test/manual/etags/c-src/etags.c 		      if (fdp == NULL) /* not found */
NULL             6117 test/manual/etags/c-src/etags.c 			for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
NULL             6126 test/manual/etags/c-src/etags.c 		      if (fdp == NULL) /* not found */
NULL             6137 test/manual/etags/c-src/etags.c 			  fdhead->prop = NULL;
NULL             6173 test/manual/etags/c-src/etags.c       for (rp = p_head; rp != NULL; rp = rp->p_next)
NULL             6178 test/manual/etags/c-src/etags.c 	  if ((rp->lang != NULL && rp->lang != fdhead->lang)
NULL             6209 test/manual/etags/c-src/etags.c 		name = NULL;
NULL             6334 test/manual/etags/c-src/etags.c   while (getcwd (path, bufsize) == NULL)
NULL             6372 test/manual/etags/c-src/etags.c   while ((dp = strchr (dp + 1, '/')) != NULL)
NULL             6406 test/manual/etags/c-src/etags.c   while (slashp != NULL && slashp[0] != '\0')
NULL             6459 test/manual/etags/c-src/etags.c   if (slashp == NULL)
NULL             6539 test/manual/etags/c-src/etags.c   if (result == NULL)
NULL             6540 test/manual/etags/c-src/etags.c     fatal ("virtual memory exhausted", (char *)NULL);
NULL             6548 test/manual/etags/c-src/etags.c   if (result == NULL)
NULL             6549 test/manual/etags/c-src/etags.c     fatal ("virtual memory exhausted", (char *)NULL);
NULL               42 test/manual/etags/c-src/exit.c   for (l = __exit_funcs; l != NULL; l = l->next)
NULL               65 test/manual/etags/c-src/exit.c     for (fn = __libc_atexit.fn; *fn != NULL; ++fn)
NULL               43 test/manual/etags/c-src/tab.c     return (NULL);
NULL               77 test/manual/etags/c-src/tab.c     return (NULL);
NULL               80 test/manual/etags/c-src/tab.c     return (NULL);
NULL               11 test/manual/etags/cp-src/c.C         void execute(CPluginCSCState& p, int w, int h, int d, const ipcMultiChannel<ipc3dChannelType,numOfChannels>* orgImage, ipcMultiChannel<ipc3dChannelType,numOfChannels>* regionImage, unsigned int* mapImage, ipc3dBlockCompressedLabelImage* compressedMapImage=NULL)
NULL               13 test/manual/etags/cp-src/c.C                 if (orgImage!=NULL)
NULL              108 test/manual/etags/cp-src/c.C 	 : pd_n_dims(nd), pd_base_type(NULL),
NULL              109 test/manual/etags/cp-src/c.C 	   AST_Decl(AST_Decl::NT_array, n, NULL)
NULL                8 test/manual/etags/cp-src/functions.cpp 	t = time ( NULL ) ;
NULL                9 test/manual/etags/cp-src/functions.cpp 	if ( date != NULL )
NULL               11 test/manual/etags/cp-src/functions.cpp 	date = NULL;
NULL               45 test/manual/etags/y-src/cccp.c #ifndef NULL
NULL              209 test/manual/etags/y-src/cccp.c   "@1", "keywords", NULL
NULL             1650 test/manual/etags/y-src/cccp.c   {NULL, ERROR}
NULL             1670 test/manual/etags/y-src/cccp.c     for (toktab = tokentab2; toktab->operator != NULL; toktab++)
NULL               50 test/manual/etags/y-src/cccp.y #ifndef NULL
NULL              453 test/manual/etags/y-src/cccp.y   {NULL, ERROR}
NULL              473 test/manual/etags/y-src/cccp.y     for (toktab = tokentab2; toktab->operator != NULL; toktab++)
NULL              201 test/manual/etags/y-src/parse.c   "exp", "exp_list", "range_exp", "range_exp_list", "cell", NULL
NULL              463 test/manual/noverlay/itree-tests.c   A.parent = &B; B.parent = NULL; C.parent = &D; D.parent = &B; E.parent = &D;
NULL              464 test/manual/noverlay/itree-tests.c   A.left = A.right = C.left = C.right = E.left = E.right = NULL;
NULL              574 test/manual/noverlay/itree-tests.c   A.parent = &B; B.parent = NULL; C.parent = &D; D.parent = &B; E.parent = &D;
NULL              575 test/manual/noverlay/itree-tests.c   A.right = A.left = C.right = C.left = E.right = E.left = NULL;
NULL              756 test/manual/noverlay/itree-tests.c   g = itree_iterator_start (&tree, 0, 30, ITREE_ASCENDING, NULL, 0);
NULL              766 test/manual/noverlay/itree-tests.c   g = itree_iterator_start (&tree, 30, 50, ITREE_ASCENDING, NULL, 0);
NULL              781 test/manual/noverlay/itree-tests.c     itree_iterator_start (tree, begin, end, ITREE_ASCENDING, NULL, 0);
NULL              866 test/manual/noverlay/itree-tests.c     itree_iterator_start (&tree, 0, 100, ITREE_PRE_ORDER, NULL, 0);
NULL              892 test/manual/noverlay/itree-tests.c     itree_iterator_start (&tree, 0, 100, ITREE_ASCENDING, NULL, 0);
NULL              918 test/manual/noverlay/itree-tests.c     itree_iterator_start (&tree, 0, 100, ITREE_DESCENDING, NULL, 0);
NULL              942 test/manual/noverlay/itree-tests.c     itree_iterator_start (&tree, 1, 60, ITREE_DESCENDING, NULL, 0);
NULL              959 test/manual/noverlay/itree-tests.c     itree_iterator_start (&tree, 1, 30, ITREE_DESCENDING, NULL, 0);
NULL             1194 test/manual/noverlay/itree-tests.c   tcase_add_checked_fixture (tc, test_insert1_setup, NULL);
NULL             1204 test/manual/noverlay/itree-tests.c   tcase_add_checked_fixture (tc, test_insert2_setup, NULL);
NULL             1219 test/manual/noverlay/itree-tests.c   tcase_add_checked_fixture (tc, test_remove1_setup, NULL);
NULL             1227 test/manual/noverlay/itree-tests.c   tcase_add_checked_fixture (tc, test_remove2_setup, NULL);
NULL              112 test/src/emacs-module-resources/mod-test.c   return NULL;
NULL              124 test/src/emacs-module-resources/mod-test.c   return NULL;
NULL              135 test/src/emacs-module-resources/mod-test.c   emacs_value result = env->funcall (env, args[0], 0, NULL);
NULL              250 test/src/emacs-module-resources/mod-test.c   char * buf = NULL;
NULL              297 test/src/emacs-module-resources/mod-test.c       return NULL;
NULL              375 test/src/emacs-module-resources/mod-test.c   emacs_value local = Fmod_test_invalid_store (env, 0, NULL, NULL);
NULL              397 test/src/emacs-module-resources/mod-test.c   env->make_user_ptr (env, invalid_finalizer, NULL);
NULL              439 test/src/emacs-module-resources/mod-test.c     return NULL;
NULL              446 test/src/emacs-module-resources/mod-test.c 	return NULL;
NULL              449 test/src/emacs-module-resources/mod-test.c       if (nanosleep (&amount, NULL) && errno != EINTR)
NULL              452 test/src/emacs-module-resources/mod-test.c           return NULL;
NULL              457 test/src/emacs-module-resources/mod-test.c         return NULL;
NULL              501 test/src/emacs-module-resources/mod-test.c   bool success = env->extract_big_integer (env, arg, &sign, &count, NULL);
NULL              512 test/src/emacs-module-resources/mod-test.c   if (magnitude == NULL)
NULL              517 test/src/emacs-module-resources/mod-test.c   success = env->extract_big_integer (env, arg, NULL, &count, magnitude);
NULL              545 test/src/emacs-module-resources/mod-test.c       return NULL;
NULL              548 test/src/emacs-module-resources/mod-test.c   if (magnitude == NULL)
NULL              551 test/src/emacs-module-resources/mod-test.c       return NULL;
NULL              613 test/src/emacs-module-resources/mod-test.c     = env->make_function (env, 2, 2, Fmod_test_sum, NULL, &function_data);
NULL              639 test/src/emacs-module-resources/mod-test.c   if (nanosleep (&sleep, NULL) != 0)
NULL              662 test/src/emacs-module-resources/mod-test.c   return NULL;
NULL              673 test/src/emacs-module-resources/mod-test.c     return NULL;
NULL              675 test/src/emacs-module-resources/mod-test.c   if (stream == NULL)
NULL              678 test/src/emacs-module-resources/mod-test.c       return NULL;
NULL              686 test/src/emacs-module-resources/mod-test.c     = pthread_create (&thread, NULL, write_to_pipe, stream);
NULL              693 test/src/emacs-module-resources/mod-test.c       return NULL;
NULL              729 test/src/emacs-module-resources/mod-test.c   char *buffer = length == 0 ? NULL : malloc (length);
NULL              730 test/src/emacs-module-resources/mod-test.c   if (buffer == NULL && length != 0)
NULL              802 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-return-t", Fmod_test_return_t, 1, 1, NULL, NULL);
NULL              805 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-signal", Fmod_test_signal, 0, 0, NULL, NULL);
NULL              806 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-throw", Fmod_test_throw, 0, 0, NULL, NULL);
NULL              808 test/src/emacs-module-resources/mod-test.c 	 1, 1, NULL, NULL);
NULL              809 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-globref-make", Fmod_test_globref_make, 0, 0, NULL, NULL);
NULL              810 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-globref-free", Fmod_test_globref_free, 4, 4, NULL, NULL);
NULL              812 test/src/emacs-module-resources/mod-test.c          NULL, NULL);
NULL              813 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-globref-reordered", Fmod_test_globref_reordered, 0, 0, NULL,
NULL              814 test/src/emacs-module-resources/mod-test.c          NULL);
NULL              815 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-string-a-to-b", Fmod_test_string_a_to_b, 1, 1, NULL, NULL);
NULL              816 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-return-unibyte", Fmod_test_return_unibyte, 0, 0, NULL, NULL);
NULL              817 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-userptr-make", Fmod_test_userptr_make, 1, 1, NULL, NULL);
NULL              818 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-userptr-get", Fmod_test_userptr_get, 1, 1, NULL, NULL);
NULL              819 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-vector-fill", Fmod_test_vector_fill, 2, 2, NULL, NULL);
NULL              820 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-vector-eq", Fmod_test_vector_eq, 2, 2, NULL, NULL);
NULL              821 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-invalid-store", Fmod_test_invalid_store, 0, 0, NULL, NULL);
NULL              823 test/src/emacs-module-resources/mod-test.c          NULL, NULL);
NULL              824 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-invalid-load", Fmod_test_invalid_load, 0, 0, NULL, NULL);
NULL              826 test/src/emacs-module-resources/mod-test.c          NULL, NULL);
NULL              828 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-sleep-until", Fmod_test_sleep_until, 2, 2, NULL, NULL);
NULL              830 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-add-nanosecond", Fmod_test_add_nanosecond, 1, 1, NULL, NULL);
NULL              832 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-nanoseconds", Fmod_test_nanoseconds, 1, 1, NULL, NULL);
NULL              834 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-double", Fmod_test_double, 1, 1, NULL, NULL);
NULL              836 test/src/emacs-module-resources/mod-test.c          Fmod_test_make_function_with_finalizer, 0, 0, NULL, NULL);
NULL              838 test/src/emacs-module-resources/mod-test.c          Fmod_test_function_finalizer_calls, 0, 0, NULL, NULL);
NULL              839 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-async-pipe", Fmod_test_async_pipe, 1, 1, NULL, NULL);
NULL              841 test/src/emacs-module-resources/mod-test.c          NULL, NULL);
NULL              842 test/src/emacs-module-resources/mod-test.c   DEFUN ("mod-test-make-string", Fmod_test_make_string, 2, 2, NULL, NULL);
NULL              847 test/src/emacs-module-resources/mod-test.c     = env->make_function (env, 0, 0, Fmod_test_return_t, NULL, NULL);
NULL              852 test/src/emacs-module-resources/mod-test.c     = env->make_function (env, 1, 1, Fmod_test_identity, NULL, NULL);