Searched refs:openfunc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | loadlib.c | 513 const char *openfunc; in loadfunc() local 519 openfunc = lua_pushlstring(L, modname, mark - modname); in loadfunc() 520 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc); in loadfunc() 521 stat = lookforfunc(L, filename, openfunc); in loadfunc() 525 openfunc = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc() 526 return lookforfunc(L, filename, openfunc); in loadfunc()
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ipfcomp.c | 453 static int openfunc = 0; local 471 if (openfunc == 1) { 473 openfunc = 0; 483 } else if (openfunc == 1 && num < 0) { 492 if (openfunc == 1) { 494 openfunc = 0; 565 openfunc = 1;
|