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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 48 lu_byte isloop; /* true if `block' is a loop */ member in struct:BlockCnt
438 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) {
439 bl->isloop = isloop;
481 if (bl->isloop)
    [all...]
  /external/lua/src/
lparser.c 54 lu_byte isloop; /* true if 'block' is a loop */ member in struct:BlockCnt
439 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) {
440 bl->isloop = isloop;
482 if (bl->isloop)
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 355 int isloop, used; member in struct:iname

Completed in 390 milliseconds