HomeSort by: relevance | last modified time | path
    Searched defs:openfunc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ipf/dist/tools/
ipfcomp.c 451 static int openfunc = 0; local
469 if (openfunc == 1) {
471 openfunc = 0;
481 } else if (openfunc == 1 && num < 0) {
490 if (openfunc == 1) {
492 openfunc = 0;
563 openfunc = 1;
  /src/external/mit/lua/dist/src/
loadlib.c 565 const char *openfunc; local
571 openfunc = lua_pushlstring(L, modname, mark - modname);
572 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc);
573 stat = lookforfunc(L, filename, openfunc);
577 openfunc = lua_pushfstring(L, LUA_POF"%s", modname);
578 return lookforfunc(L, filename, openfunc);

Completed in 25 milliseconds