Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/regexp/
H A Dregexi.c51 pushSTACK(allocate_fpointer((FOREIGN)re)); in DEFFLAGSET()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/pcre/
H A Dcpcre.c124 pushSTACK(allocate_fpointer(compiled_pattern)); in DEFFLAGSET()
139 if (pe) pushSTACK(allocate_fpointer(pe)); in DEFFLAGSET()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_typealloc.d23 global maygc object allocate_fpointer (FOREIGN foreign);
460 modexp maygc object allocate_fpointer (FOREIGN foreign) { in allocate_fpointer() function
H A Dforeign.d422 new_fp = allocate_fpointer(Fpointer_value(fp));
497 pushSTACK(allocate_fpointer(dli.dli_fbase));
499 pushSTACK(allocate_fpointer((void*)dli.dli_saddr));
705 var object fp = allocate_fpointer((void*)0); in update_library()
723 pushSTACK(allocate_fpointer(open_library(obj))); in check_library()
954 pushSTACK(make_faddress(allocate_fpointer(address),0)); in register_foreign_variable()
991 pushSTACK(make_faddress(allocate_fpointer(address),0)); in register_foreign_function()
3564 { var object pointer_base = allocate_fpointer((void*)&stack_data[0]);
3616 pushSTACK(make_faddress(allocate_fpointer(arg_address),0));
3664 var object fp = allocate_fpointer(address);
[all …]
H A Dlightning.c5474 { object fp = allocate_fpointer(NULL); in jitc_run()
H A Dlispbibl.d13117 extern maygc object allocate_fpointer (FOREIGN foreign);
13121 %% exportF(object,allocate_fpointer,(FOREIGN foreign));
H A DChangeLog60361 (allocate_fpointer, allocate_handle, allocate_bignum)
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/dirkey/
H A Ddirkey.c457 pushSTACK(allocate_fpointer(ret_handle));
609 pushSTACK(allocate_fpointer(NULL)); /* handle */ in init_iteration_node()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/gdbm/
H A Dgdbm.c131 return allocate_fpointer(gdbm); in open_gdbm()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/clx/new-clx/
H A Dclx.f637 = allocate_fpointer (dpy);
744 pushSTACK(`:PTR`); pushSTACK(allocate_fpointer (ptr));
1028 pushSTACK(allocate_fpointer (NULL)); /* new value */
2140 pushSTACK(allocate_fpointer(dpy_orig));
2141 pushSTACK(allocate_fpointer(dpy_new));
6695 pushSTACK(allocate_fpointer(rdb));
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/syscalls/
H A Dcalls.c4674 if (fp) STACK_0 = allocate_fpointer((FOREIGN)fp); in DEFUN()
4688 if (fp) STACK_0 = allocate_fpointer((FOREIGN)fp); in DEFUN()
4748 DEFVAR(my_stdin,allocate_fpointer(NULL)) in DEFVAR()
4749 DEFVAR(my_stdout,allocate_fpointer(NULL)) in DEFVAR()
4750 DEFVAR(my_stderr,allocate_fpointer(NULL)) in DEFVAR()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/berkeley-db/
H A Dbdb.c329 pushSTACK(allocate_fpointer(pointer)); funcall(`BDB::MKHANDLE`,4); in wrap_finalize()
2392 pushSTACK(allocate_fpointer(dblock)); pushSTACK(STACK_2); in DEFFLAGSET()
2765 pushSTACK(allocate_fpointer(preplist[ii].txn)); in DEFFLAGSET()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/rawsock/
H A Drawsock.c598 pushSTACK(ifap->ifa_data ? allocate_fpointer(ifap->ifa_data) : NIL);