OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lua_isnil
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
loadlib.c
472
if (
lua_isnil
(L, -1)) /* not found? */
488
if (
lua_isnil
(L, -1)) { /* no more searchers? */
521
if (!
lua_isnil
(L, -1)) /* non-nil return? */
524
if (
lua_isnil
(L, -1)) { /* module did not set a value? */
591
if (!
lua_isnil
(L, -1)) /* is table an initialized module? */
lbaselib.c
236
return (
lua_isnil
(L, -1)) ? 1 : 2;
297
if (
lua_isnil
(L, -1)) {
lauxlib.c
274
if (!
lua_isnil
(L, -1)) /* name already in use? */
524
if (
lua_isnil
(L, -1)) {
704
if (
lua_isnil
(L, -1)) {
776
if (
lua_isnil
(L, -1)) { /* no such field? */
loslib.c
151
res =
lua_isnil
(L, -1) ? -1 : lua_toboolean(L, -1);
ltablib.c
170
if (!
lua_isnil
(L, 2)) { /* function? */
liolib.c
325
if (
lua_isnil
(L, 1)) { /* no file name? */
494
if (!
lua_isnil
(L, -n)) /* read at least one value? */
lua.c
136
if (status != LUA_OK && !
lua_isnil
(L, -1)) {
lua.h
334
#define
lua_isnil
(L,n) (lua_type(L, (n)) == LUA_TNIL)
macro
/external/chromium_org/third_party/skia/src/utils/
SkLua.cpp
383
if (
lua_isnil
(L, -1)) {
[
all
...]
Completed in 4734 milliseconds