Home
last modified time | relevance | path

Searched refs:T_BANK (Results 1 – 3 of 3) sorted by relevance

/dports/lang/huc/huc-3.21/src/huc/
H A Dcode.c295 case T_BANK: in gen_code()
392 case T_BANK: in gen_code()
H A Ddefs.h28 #define T_BANK 9 macro
H A Dfunction.c217 if (!strcmp(ptr,"bank")) { do_asm_func(T_BANK); return; } in callfunction()