HomeSort by relevance Sort by last modified time
    Searched defs:luaK_concat (Results 1 - 2 of 2) 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);
  /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);

Completed in 50 milliseconds