Searched refs:zcode (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | awk.c | 110 struct zlist literals, fields, zcode, stack; 259 #define ZCODE ((int *)TT.zcode.base) 1117 zlist_append(&TT.zcode, &op); in gen2cd() 1118 TT.zcode_last = zlist_append(&TT.zcode, &n); in gen2cd() 1123 TT.zcode_last = zlist_append(&TT.zcode, &op); in gencd() 1247 zlist_init(&TT.zcode, sizeof(int)); in init_tables() 1248 gencd(tkeof); // to ensure zcode offsets are non-zero in init_tables() 1278 //// Parsing and compiling to TT.zcode 1526 // Function call: generate TT.zcode to: in function_call() 1810 int nargs, cdx = 0; // index in TT.zcode lis in binary_op() [all...] |
/third_party/toybox/generated/ |
H A D | globals.h | 566 struct zlist literals, fields, zcode, stack; member
|
Completed in 9 milliseconds