Searched refs:rep_ptr_cmp (Results 1 – 9 of 9) sorted by relevance
/dports/lang/librep/librep_0.92.7/src/ |
H A D | values.c | 106 t->compare = compare ? compare : rep_ptr_cmp; in rep_register_type() 413 rep_ptr_cmp(repv v1, repv v2) in rep_ptr_cmp() function 1082 rep_register_type(rep_SF, "special-form", rep_ptr_cmp, in rep_pre_values_init() 1084 rep_register_type(rep_Subr0, "subr0", rep_ptr_cmp, in rep_pre_values_init() 1086 rep_register_type(rep_Subr1, "subr1", rep_ptr_cmp, in rep_pre_values_init() 1088 rep_register_type(rep_Subr2, "subr2", rep_ptr_cmp, in rep_pre_values_init() 1090 rep_register_type(rep_Subr3, "subr3", rep_ptr_cmp, in rep_pre_values_init() 1092 rep_register_type(rep_Subr4, "subr4", rep_ptr_cmp, in rep_pre_values_init() 1094 rep_register_type(rep_Subr5, "subr5", rep_ptr_cmp, in rep_pre_values_init() 1096 rep_register_type(rep_SubrN, "subrn", rep_ptr_cmp, in rep_pre_values_init() [all …]
|
H A D | weak-refs.c | 99 type = rep_register_new_type ("weak-ref", rep_ptr_cmp, in weak_ref_type()
|
H A D | repint_subrs.h | 164 extern int rep_ptr_cmp(repv, repv);
|
H A D | librep.sym | 690 rep_ptr_cmp
|
H A D | continuations.c | 1311 rep_ptr_cmp, print_cont, print_cont, in continuation_type() 1368 type = rep_register_new_type ("thread", rep_ptr_cmp, in thread_type()
|
H A D | symbols.c | 1436 rep_register_type(rep_Funarg, "funarg", rep_ptr_cmp, in rep_pre_symbols_init()
|
H A D | files.c | 1797 rep_file_type = rep_register_new_type("file", rep_ptr_cmp, in rep_files_init()
|
H A D | unix_processes.c | 2132 process_type = rep_register_new_type ("subprocess", rep_ptr_cmp, in rep_proc_init()
|
/dports/lang/librep/librep_0.92.7/debian/ |
H A D | librep16.symbols | 1274 rep_ptr_cmp@Base 0.90.1
|