Lines Matching full:case
35 case FINSH_NODE_ID: in finsh_compile()
54 case finsh_type_char: in finsh_compile()
55 case finsh_type_uchar: in finsh_compile()
70 case finsh_type_short: in finsh_compile()
71 case finsh_type_ushort: in finsh_compile()
86 case finsh_type_int: in finsh_compile()
87 case finsh_type_uint: in finsh_compile()
88 case finsh_type_long: in finsh_compile()
89 case finsh_type_ulong: in finsh_compile()
90 case finsh_type_charp: in finsh_compile()
91 case finsh_type_shortp: in finsh_compile()
92 case finsh_type_intp: in finsh_compile()
93 case finsh_type_longp: in finsh_compile()
120 case finsh_type_char: in finsh_compile()
121 case finsh_type_uchar: in finsh_compile()
136 case finsh_type_short: in finsh_compile()
137 case finsh_type_ushort: in finsh_compile()
152 case finsh_type_int: in finsh_compile()
153 case finsh_type_uint: in finsh_compile()
154 case finsh_type_long: in finsh_compile()
155 case finsh_type_ulong: in finsh_compile()
156 case finsh_type_charp: in finsh_compile()
157 case finsh_type_shortp: in finsh_compile()
158 case finsh_type_intp: in finsh_compile()
159 case finsh_type_longp: in finsh_compile()
180 case FINSH_NODE_VALUE_CHAR: in finsh_compile()
185 case FINSH_NODE_VALUE_INT: in finsh_compile()
186 case FINSH_NODE_VALUE_LONG: in finsh_compile()
191 case FINSH_NODE_VALUE_NULL: in finsh_compile()
192 case FINSH_NODE_VALUE_STRING: in finsh_compile()
198 case FINSH_NODE_SYS_ADD: in finsh_compile()
204 case FINSH_NODE_SYS_SUB: in finsh_compile()
210 case FINSH_NODE_SYS_MUL: in finsh_compile()
216 case FINSH_NODE_SYS_DIV: in finsh_compile()
222 case FINSH_NODE_SYS_MOD: in finsh_compile()
229 case FINSH_NODE_SYS_AND: in finsh_compile()
235 case FINSH_NODE_SYS_OR: in finsh_compile()
241 case FINSH_NODE_SYS_XOR: in finsh_compile()
247 case FINSH_NODE_SYS_BITWISE: in finsh_compile()
253 case FINSH_NODE_SYS_SHL: in finsh_compile()
259 case FINSH_NODE_SYS_SHR: in finsh_compile()
266 case FINSH_NODE_SYS_FUNC: in finsh_compile()
292 case FINSH_NODE_SYS_ASSIGN: in finsh_compile()
297 case FINSH_DATA_TYPE_BYTE: in finsh_compile()
304 case FINSH_DATA_TYPE_WORD: in finsh_compile()
311 case FINSH_DATA_TYPE_DWORD: in finsh_compile()
326 case FINSH_DATA_TYPE_BYTE: in finsh_compile()
333 case FINSH_DATA_TYPE_WORD: in finsh_compile()
340 case FINSH_DATA_TYPE_DWORD: in finsh_compile()
354 case FINSH_NODE_SYS_PREINC: in finsh_compile()
365 case FINSH_DATA_TYPE_BYTE: in finsh_compile()
387 case FINSH_DATA_TYPE_WORD: in finsh_compile()
409 case FINSH_DATA_TYPE_DWORD: in finsh_compile()
435 case FINSH_NODE_SYS_PREDEC: in finsh_compile()
446 case FINSH_DATA_TYPE_BYTE: in finsh_compile()
468 case FINSH_DATA_TYPE_WORD: in finsh_compile()
490 case FINSH_DATA_TYPE_DWORD: in finsh_compile()
516 case FINSH_NODE_SYS_INC: in finsh_compile()
524 case FINSH_DATA_TYPE_BYTE: in finsh_compile()
550 case FINSH_DATA_TYPE_WORD: in finsh_compile()
576 case FINSH_DATA_TYPE_DWORD: in finsh_compile()
606 case FINSH_NODE_SYS_DEC: in finsh_compile()
614 case FINSH_DATA_TYPE_BYTE: in finsh_compile()
640 case FINSH_DATA_TYPE_WORD: in finsh_compile()
666 case FINSH_DATA_TYPE_DWORD: in finsh_compile()
695 case FINSH_NODE_SYS_NULL: in finsh_compile()
699 case FINSH_NODE_SYS_GETVALUE: in finsh_compile()
708 case FINSH_DATA_TYPE_BYTE: in finsh_compile()
711 case FINSH_DATA_TYPE_WORD: in finsh_compile()
714 case FINSH_DATA_TYPE_DWORD: in finsh_compile()
723 case FINSH_NODE_SYS_GETADDR: in finsh_compile()
789 case finsh_type_void: in finsh_type_check()
793 case finsh_type_char: in finsh_type_check()
794 case finsh_type_uchar: in finsh_type_check()
798 case finsh_type_short: in finsh_type_check()
799 case finsh_type_ushort: in finsh_type_check()
803 case finsh_type_int: in finsh_type_check()
804 case finsh_type_uint: in finsh_type_check()
805 case finsh_type_long: in finsh_type_check()
806 case finsh_type_ulong: in finsh_type_check()
810 case finsh_type_charp: in finsh_type_check()
811 case finsh_type_voidp: in finsh_type_check()
812 case finsh_type_shortp: in finsh_type_check()
813 case finsh_type_intp: in finsh_type_check()
814 case finsh_type_longp: in finsh_type_check()
833 case finsh_type_void: in finsh_type_check()
837 case finsh_type_char: in finsh_type_check()
838 case finsh_type_uchar: in finsh_type_check()
842 case finsh_type_short: in finsh_type_check()
843 case finsh_type_ushort: in finsh_type_check()
847 case finsh_type_int: in finsh_type_check()
848 case finsh_type_uint: in finsh_type_check()
849 case finsh_type_long: in finsh_type_check()
850 case finsh_type_ulong: in finsh_type_check()
854 case finsh_type_charp: in finsh_type_check()
855 case finsh_type_voidp: in finsh_type_check()
856 case finsh_type_shortp: in finsh_type_check()
857 case finsh_type_intp: in finsh_type_check()
858 case finsh_type_longp: in finsh_type_check()