Home
last modified time | relevance | path

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

/dports/lang/librep/librep_0.92.7/src/
H A Dunix_dl.c128 static struct dl_lib_info *dl_libs; variable
383 dl_libs = ptr; in rep_intern_dl_library()
388 x = &dl_libs[idx]; in rep_intern_dl_library()
441 if (dl_libs[idx].is_rep_module) in rep_open_dl_library()
443 if (dl_libs[idx].feature_sym != Qnil && dl_libs[idx].structure == Qnil) in rep_open_dl_library()
449 return dl_libs[idx].structure; in rep_open_dl_library()
472 rep_MARKVAL(dl_libs[i].file_name); in rep_mark_dl_data()
474 rep_MARKVAL(dl_libs[i].structure); in rep_mark_dl_data()
485 if (dl_libs[i].is_rep_module) in rep_kill_dl_libraries()
505 rep_free (dl_libs); in rep_kill_dl_libraries()
[all …]