Home
last modified time | relevance | path

Searched defs:ismain (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c131 int ismain = lua_pushthread(L); in luaB_corunning() local
/freebsd/contrib/lua/src/
H A Dlcorolib.c164 int ismain = lua_pushthread(L); in luaB_corunning() local
/freebsd/libexec/rtld-elf/
H A Dmap_object.c60 map_object(int fd, const char *path, const struct stat *sb, bool ismain) in map_object()