Searched refs:nver (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dloadlib.c299 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); local
300 const char *path = getenv(nver); /* try versioned name */
324 lua_pop(L, 1); /* pop versioned variable name ('nver') */
/freebsd-13-stable/sys/kern/
H A Dkern_linker.c1557 int nver; local
1654 nver = ((const struct mod_version *)
1657 nver) != NULL) {
1667 modlist_newmodule(modname, nver, lf);

Completed in 64 milliseconds