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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.h 72 typedef struct Labellist {
76 } Labellist;
86 Labellist gt; /* list of pending gotos */
87 Labellist label; /* list of active labels */
  /external/lua/src/
lparser.h 87 typedef struct Labellist {
91 } Labellist;
101 Labellist gt; /* list of pending gotos */
102 Labellist label; /* list of active labels */

Completed in 75 milliseconds