what               67 include/lolevel.h extern long _SetEventFlag(void *flag, long what);
what              899 lib/lua/lapi.c LUA_API int lua_gc (lua_State *L, int what, int data) {
what              904 lib/lua/lapi.c   switch (what) {
what              554 lib/lua/lauxlib.c static int errfile (lua_State *L, const char *what, int fnameindex) {
what              558 lib/lua/lauxlib.c   lua_pushfstring(L, "cannot %s %s: %s", what, filename, serr);
what              561 lib/lua/lauxlib.c   lua_pushfstring(L, "cannot %s %s", what, filename);
what              126 lib/lua/ldblib.c     settabss(L, "what", ar.what);
what              360 lib/lua/ldblib.c       if (*ar.what == 'm')  /* main? */
what              362 lib/lua/ldblib.c       else if (*ar.what == 'C' || *ar.what == 't')
what              155 lib/lua/ldebug.c     ar->what = "C";
what              161 lib/lua/ldebug.c     ar->what = (ar->linedefined == 0) ? "main" : "Lua";
what              169 lib/lua/ldebug.c   ar->what = "tail";
what              193 lib/lua/ldebug.c static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar,
what              200 lib/lua/ldebug.c   for (; *what; what++) {
what              201 lib/lua/ldebug.c     switch (*what) {
what              232 lib/lua/ldebug.c LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) {
what              237 lib/lua/ldebug.c   if (*what == '>') {
what              240 lib/lua/ldebug.c     what++;  /* skip the '>' */
what              249 lib/lua/ldebug.c   status = auxgetinfo(L, what, ar, f, ci);
what              250 lib/lua/ldebug.c   if (strchr(what, 'f')) {
what              255 lib/lua/ldebug.c   if (strchr(what, 'L'))
what               71 lib/lua/lparser.c static void errorlimit (FuncState *fs, int limit, const char *what) {
what               73 lib/lua/lparser.c     luaO_pushfstring(fs->L, "main function has more than %d %s", limit, what) :
what               75 lib/lua/lparser.c                             fs->f->linedefined, limit, what);
what              104 lib/lua/lparser.c static void check_match (LexState *ls, int what, int who, int where) {
what              105 lib/lua/lparser.c   if (!testnext(ls, what)) {
what              107 lib/lua/lparser.c       error_expected(ls, what);
what              111 lib/lua/lparser.c               luaX_token2str(ls, what), luaX_token2str(ls, who), where));
what              330 lib/lua/lstrlib.c                                     const char *p, int what) {
what              335 lib/lua/lstrlib.c   ms->capture[level].len = what;
what              230 lib/lua/lua.h  LUA_API int (lua_gc) (lua_State *L, int what, int data);
what              334 lib/lua/lua.h  LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
what              350 lib/lua/lua.h    const char *what;	/* (S) `Lua', `C', `main', `tail' */
what               42 lib/lua/luac.c static void cannot(const char* what)
what               44 lib/lua/luac.c  fprintf(stderr,"%s: cannot %s %s: %s\n",progname,what,output,strerror(errno));
what             2654 modules/luascript.c     int what=luaL_checknumber(L, 1);
what             2657 modules/luascript.c     lua_pushboolean(L,remotecap_set_target(what,startline,numlines));
what               73 modules/scrdump.c static void scrdump_frame(int what)
what               77 modules/scrdump.c         live_view_get_data(&ptp_data,what);
what               90 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int SetEventFlag(int flag, int what);
what              412 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int ClearEventFlag(int flag, int what);
what              414 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int WaitForAnyEventFlag(int flag, int what, int timeout);
what              430 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int WaitForAllEventFlag(int flag, int what, int timeout);