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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcode.c 64 luaK_concat(fs, &j, jpc); /* keep them on hold */
194 luaK_concat(fs, &fs->jpc, list);
198 void luaK_concat (FuncState *fs, int *l1, int l2) {
471 luaK_concat(fs, &e->t, e->u.info); /* put this jump in `t' list */
639 luaK_concat(fs, &e->f, pc); /* insert last jump in `f' list */
662 luaK_concat(fs, &e->t, pc); /* insert last jump in `t' list */
819 luaK_concat(fs, &e2->f, e1->f);
826 luaK_concat(fs, &e2->t, e1->t);
lcode.h 74 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
lparser.c     [all...]
  /external/syslinux/com32/lua/src/
lcode.c 64 luaK_concat(fs, &j, jpc); /* keep them on hold */
194 luaK_concat(fs, &fs->jpc, list);
198 void luaK_concat (FuncState *fs, int *l1, int l2) {
471 luaK_concat(fs, &e->t, e->u.info); /* put this jump in `t' list */
639 luaK_concat(fs, &e->f, pc); /* insert last jump in `f' list */
662 luaK_concat(fs, &e->t, pc); /* insert last jump in `t' list */
819 luaK_concat(fs, &e2->f, e1->f);
826 luaK_concat(fs, &e2->t, e1->t);
lcode.h 74 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
lparser.c     [all...]

Completed in 414 milliseconds