| /src/sbin/efi/ |
| efiio.h | 74 void *get_table(int, struct uuid *, size_t *);
|
| efiio.c | 114 get_table(int fd, struct uuid *uuid, size_t *buflen) function
|
| /src/external/bsd/lutok/dist/examples/ |
| raii.cpp | 79 state.get_table();
|
| /src/external/bsd/lutok/dist/ |
| state.hpp | 102 void get_table(const int = -2);
|
| state_test.cpp | 317 state.get_table(); 330 REQUIRE_API_ERROR("lua_gettable", state.get_table()); 344 state.get_table();
|
| state.cpp | 368 lutok::state::get_table(const int index) function in class:lutok::state
|
| /src/external/bsd/kyua-cli/dist/engine/ |
| kyuafile.cpp | 349 state.get_table(); 401 state.get_table(); 409 state.get_table();
|
| test_program.cpp | 84 state.get_table(-2);
|
| /src/external/bsd/kyua-cli/dist/utils/config/ |
| lua_module.cpp | 58 state.get_table(-2);
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3ext.h | 105 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); member in struct:sqlite3_api_routines 460 #define sqlite3_get_table sqlite3_api->get_table
|
| sqlite3.c | [all...] |
| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| post-html.cpp | 495 html_table *get_table (void); 912 * get_table - returns the stored table description. 915 html_table *text_glob::get_table (void) function in class:text_glob 1465 if (g->get_table() != NULL) 1466 g->get_table()->dump_table(); 2993 html_table *t = g->get_table();
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| access-diagram.cc | 844 const table &get_table () const { return m_table; } function in class:ana::x_aligned_table_widget 2167 iter->get_cell_sizes ().pass_1 (iter->get_table ()); 2169 iter->get_cell_sizes ().pass_2 (iter->get_table ());
|