Home
last modified time | relevance | path

Searched refs:poke_term_if (Results 1 – 5 of 5) sorted by relevance

/dports/editors/poke/poke-1.0/testsuite/poke.libpoke/
H A Dapi.c64 tif.flush_fn = poke_term_if.flush_fn; in test_pk_compiler_new()
67 tif.puts_fn = poke_term_if.puts_fn; in test_pk_compiler_new()
70 tif.printf_fn = poke_term_if.printf_fn; in test_pk_compiler_new()
73 tif.indent_fn = poke_term_if.indent_fn; in test_pk_compiler_new()
76 tif.class_fn = poke_term_if.class_fn; in test_pk_compiler_new()
79 tif.end_class_fn = poke_term_if.end_class_fn; in test_pk_compiler_new()
82 tif.hyperlink_fn = poke_term_if.hyperlink_fn; in test_pk_compiler_new()
85 tif.end_hyperlink_fn = poke_term_if.end_hyperlink_fn; in test_pk_compiler_new()
H A Dterm-if.h98 static struct pk_term_if poke_term_if = variable
H A Dvalues.c163 pkc = pk_compiler_new (&poke_term_if); in testcase_pk_val_equal_p()
/dports/editors/poke/poke-1.0/poke/
H A Dpoke.c303 static struct pk_term_if poke_term_if = variable
549 poke_compiler = pk_compiler_new (&poke_term_if); in initialize()
/dports/editors/poke/poke-1.0/testsuite/poke.mi-json/
H A Dmi-json.c564 pkc = pk_compiler_new (&poke_term_if); in test_json_file()