HomeSort by: relevance | last modified time | path
    Searched defs:symlist (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/flex/dist/src/
dfa.c 379 int symlist[CSIZE + 1]; local
412 symlist[i] = false;
611 sympartition (dset, dsize, symlist, duplist);
614 if (symlist[sym]) {
615 symlist[sym] = 0;
1002 * int symlist[numecs], int duplist[numecs] );
1005 void sympartition (int ds[], int numstates, int symlist[], int duplist[])
1036 symlist[ec] = 1;
1057 symlist[j] = 1;
1061 symlist[j] = 1
    [all...]
  /src/usr.bin/unifdef/
unifdef.c 214 static bool symlist; /* -s: output symbol list */ variable
317 symlist = true;
327 if (nsyms == 0 && !symlist) {
554 if (symlist)
760 if (sym < 0 || symlist)
771 if (sym < 0 || symlist)
948 if (symlist)
  /src/external/gpl3/gdb.old/dist/gdb/
dictionary.c 975 std::vector<symbol *> symlist = pair.second; local
978 = dict_create_hashed (obstack, language, symlist);
1020 std::vector<symbol *> symlist = pair.second; local
1023 = dict_create_linear (obstack, language, symlist);
1158 std::vector<symbol *> symlist = pair.second; local
1168 dict_add_pending (dict, symlist);
coffread.c 2148 struct pending **symlist;
2161 symlist = get_local_symbols ();
2163 symlist = get_file_symbols ();
2164 osyms = *symlist;
2183 add_symbol_to_list (sym, symlist);
2206 The symbols can be found in the symlist that we put them on
2208 of that symlist; everything up to there was defined by us. */
2213 for (syms = *symlist, n = 0; syms; syms = syms->next)
2135 struct pending **symlist; local
stabsread.c 6017 struct pending **symlist;
6028 symlist = get_local_symbols ();
6031 symlist = get_file_symbols ();
6032 osyms = *symlist;
6071 add_symbol_to_list (sym, symlist);
6089 The symbols can be found in the symlist that we put them on
6091 of that symlist; everything up to there was defined by us. */
6096 for (syms = *symlist, n = nsyms - 1; syms; syms = syms->next)
6011 struct pending **symlist; local
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 2149 struct pending **symlist;
2162 symlist = get_local_symbols ();
2164 symlist = get_file_symbols ();
2165 osyms = *symlist;
2184 add_symbol_to_list (sym, symlist);
2207 The symbols can be found in the symlist that we put them on
2209 of that symlist; everything up to there was defined by us. */
2214 for (syms = *symlist, n = 0; syms; syms = syms->next)
2136 struct pending **symlist; local
stabsread.c 6020 struct pending **symlist;
6031 symlist = get_local_symbols ();
6034 symlist = get_file_symbols ();
6035 osyms = *symlist;
6074 add_symbol_to_list (sym, symlist);
6092 The symbols can be found in the symlist that we put them on
6094 of that symlist; everything up to there was defined by us. */
6099 for (syms = *symlist, n = nsyms - 1; syms; syms = syms->next)
6014 struct pending **symlist; local

Completed in 24 milliseconds