Home
last modified time | relevance | path

Searched refs:ticalcs_string_to_model (Results 1 – 7 of 7) sorted by relevance

/dports/comms/tilp2/tilp2-1.18/src/
H A Ddevice.c225 if (str && ticalcs_string_to_model(str) == cm) { in set_calc_model()
250 cm = ticalcs_string_to_model(str); in get_calc_model()
282 clm = ticalcs_string_to_model(row_text[COL_CALC]); in comm_treeview1_button_press_event()
H A Dtilp_cmdline.c93 options.calc_model = ticalcs_string_to_model(calc); in tilp_cmdline_scan()
H A Dtilp_config.c433 options.calc_model = ticalcs_string_to_model(s); in tilp_config_read()
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dtype2str.c52 TIEXPORT3 CalcModel TICALL ticalcs_string_to_model(const char *str) in ticalcs_string_to_model() function
H A Dticalcs.h884 TIEXPORT3 CalcModel TICALL ticalcs_string_to_model (const char *str);
/dports/comms/libticalcs2/libticalcs2-1.1.9/tests/
H A Dtest_ticalcs_2.c1046 calc_model = ticalcs_string_to_model(optarg); in main()
H A Dtorture_ticalcs.c167 PRINTF(ticalcs_string_to_model, INT, NULL); in torture_ticalcs()