Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/fs/
H A Dlua_module_test.cpp191 state.open_table(); in ATF_TEST_CASE_BODY()
213 state.open_table(); in ATF_TEST_CASE_BODY()
237 state.open_table(); in ATF_TEST_CASE_BODY()
/freebsd/contrib/lutok/examples/
H A Dinterpreter.cpp70 state.open_table(); in main()
/freebsd/contrib/lutok/
H A Dstate.hpp120 void open_table(void);
H A Dstate_test.cpp676 ATF_TEST_CASE_WITHOUT_HEAD(open_table);
677 ATF_TEST_CASE_BODY(open_table) in ATF_TEST_CASE_BODY() argument
681 state.open_table(); in ATF_TEST_CASE_BODY()
1137 ATF_ADD_TEST_CASE(tcs, open_table); in ATF_INIT_TEST_CASES()
H A Dstate.cpp622 lutok::state::open_table(void) in open_table() function in lutok::state
/freebsd/contrib/kyua/engine/
H A Dkyuafile.cpp226 _state.open_table(); in parser()