HomeSort by relevance Sort by last modified time
    Searched refs:funcstate (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 83 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
96 static void checklimit (FuncState *fs, int v, int l, const char *what) {
166 FuncState *fs = ls->fs;
179 FuncState *fs = ls->fs;
198 static LocVar *getlocvar (FuncState *fs, int i) {
206 FuncState *fs = ls->fs;
214 static void removevars (FuncState *fs, int tolevel) {
221 static int searchupvalue (FuncState *fs, TString *name) {
231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) {
246 static int searchvar (FuncState *fs, TString *n)
1621 FuncState funcstate; local
    [all...]
  /external/skia/third_party/lua/src/
lparser.c 83 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
96 static void checklimit (FuncState *fs, int v, int l, const char *what) {
166 FuncState *fs = ls->fs;
179 FuncState *fs = ls->fs;
198 static LocVar *getlocvar (FuncState *fs, int i) {
206 FuncState *fs = ls->fs;
214 static void removevars (FuncState *fs, int tolevel) {
221 static int searchupvalue (FuncState *fs, TString *name) {
231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) {
246 static int searchvar (FuncState *fs, TString *n)
1621 FuncState funcstate; local
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 83 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
96 static void checklimit (FuncState *fs, int v, int l, const char *what) {
166 FuncState *fs = ls->fs;
179 FuncState *fs = ls->fs;
198 static LocVar *getlocvar (FuncState *fs, int i) {
206 FuncState *fs = ls->fs;
214 static void removevars (FuncState *fs, int tolevel) {
221 static int searchupvalue (FuncState *fs, TString *name) {
231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) {
246 static int searchvar (FuncState *fs, TString *n)
1621 FuncState funcstate; local
    [all...]

Completed in 1697 milliseconds