Searched defs:step_function_descriptor (Results 1 – 1 of 1) sorted by relevance
396 struct step_function_descriptor { struct397 char mnemonic;398 step_function_ptr_type function;401 step_function_descriptor(char a_mnemonic, step_function_ptr_type a_function) in step_function_descriptor() argument