Home
last modified time | relevance | path

Searched refs:locals_table (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
H A Dawk.c107 locals_table, // local symbol table
252 #define LOCAL ((struct symtab_slot *)TT.locals_table.base)
1193 for (int k = 1; k < zlist_len(&TT.locals_table); k++) in find_local_entry()
1202 int slotnum = zlist_append(&TT.locals_table, &ent); in add_local_entry()
1232 zlist_init(&TT.locals_table, sizeof(struct symtab_slot)); in init_locals_table()
1233 zlist_append(&TT.locals_table, &locals_ent); in init_locals_table()
2338 FUNC_DEF[funcnum].function_locals = TT.locals_table; in function_def()
/third_party/toybox/generated/
H A Dglobals.h563 locals_table, // local symbol table member

Completed in 16 milliseconds