Home
last modified time | relevance | path

Searched refs:what_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bmake/mk/
H A Dwhats.mk34 what_uuid = what_${what_thing}_${.CURDIR:T:hash}
35 what_var = what_${.CURDIR:T:hash}
/freebsd/contrib/lutok/
H A Ddebug.cpp67 lutok::debug::get_info(state& s, const std::string& what_) in get_info() argument
71 if (lua_getinfo(raw_state, what_.c_str(), &_pimpl->lua_debug) == 0) in get_info()