OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:namewhat
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
ldblib.c
150
settabss(L, "
namewhat
", ar.
namewhat
);
ldebug.c
247
ar->
namewhat
= getfuncname(L, ci->previous, &ar->name);
249
ar->
namewhat
= NULL;
250
if (ar->
namewhat
== NULL) {
251
ar->
namewhat
= ""; /* not found */
lua.h
402
const char *
namewhat
; /* (n) 'global', 'local', 'field', 'method' */
member in struct:lua_Debug
lauxlib.c
84
if (*ar->
namewhat
!= '\0') /* is there a name? */
158
if (strcmp(ar.
namewhat
, "method") == 0) {
/external/chromium_org/third_party/skia/third_party/lua/doc/
manual.html
[
all
...]
Completed in 282 milliseconds