Lines Matching refs:ok
454 /* ok, so try the .fn table */
587 /* ok, so try the .fn table */
971 return SWIG_OK; /* ok */
979 return SWIG_OK; /* ok */
1016 return SWIG_OK; /* ok */
1121 int ok,top;
1125 ok=luaL_dostring(L,str); /* looks like this is lua 5.1.X or later, good */
1127 ok=lua_dostring(L,str); /* might be lua 5.0.x, using lua_dostring */
1129 if (ok!=0) {
1133 return ok;