Home
last modified time | relevance | path

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

/dports/emulators/tiemu3/tiemu-3.03/src/core/
H A Dtype2str.h30 int ti68k_string_to_calctype(const char *str);
H A Dtype2str.c51 int ti68k_string_to_calctype(const char *str) in ti68k_string_to_calctype() function
/dports/emulators/tiemu3/tiemu-3.03/src/gui/calc/
H A Dkeymap.c105 return ti68k_string_to_calctype(line + 7); in keymap_read_header()