Home
last modified time | relevance | path

Searched refs:tables_free (Results 1 – 6 of 6) sorted by relevance

/dports/devel/bison/bison-3.7.6/src/
H A Dtables.h140 void tables_free (void);
H A Dmain.c222 tables_free (); in main()
H A Dtables.c901 tables_free (void) in tables_free() function
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dgamedef.cpp301 static hashtable_t * const tables_free [] = { variable
2923 for (auto *i : tables_free) in C_Compile()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dgamedef.cpp136 static hashtable_t *const tables_free[] = { variable
6497 for (auto i : tables_free) in C_Compile()
/dports/devel/bison/bison-3.7.6/
H A DChangeLog-201218746 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
18752 * src/main.c (main): Call tables_generate and tables_free.