Searched refs:f_cl (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/swig-12/Source/Modules/
H A Dclisp.cxx16 File *f_cl; member in class:CLISP
83 f_cl = NewFile(output_filename, "w+", SWIG_output_files());
84 if (!f_cl) {
122 len = Tell(f_cl);
124 Printf(f_cl, "%s", header);
126 long end = Tell(f_cl);
130 Seek(f_cl, len, SEEK_SET);
131 int ch = Getc(f_cl);
132 Seek(f_cl, end, SEEK_SET);
133 Putc(ch, f_cl);
[all...]
H A Duffi.cxx28 static File *f_cl = 0; variable
241 f_cl = NewFile(output_filename, "w", SWIG_output_files());
242 if (!f_cl) {
250 Swig_register_filebyname("wrapper", f_cl);
252 Swig_banner_target_lang(f_cl, ";;");
254 Printf(f_cl, "\n"
257 Printf(f_cl, "(eval-when (compile load eval)\n (defparameter *swig-identifier-converter* '%s))\n", identifier_converter);
261 Close(f_cl);
262 Delete(f_cl); // Delete the handle, not the file
277 Printf(f_cl, "(swi
[all...]
H A Dcffi.cxx21 String *f_cl; member in class:CFFI
110 f_cl = NewString("");
163 Swig_register_filebyname("swiglisp", f_cl);
177 Printf(f_lisp, "%s\n", f_cl);
182 Delete(f_cl);
521 Printf(f_cl, "\n(cffi:defcfun (\"%s\" %s)", name, func_name);
524 Printf(f_cl, " %s", ffitype);
530 Printf(f_cl, "\n %s", NewString("&rest"));
548 Printf(f_cl, "\n (%s %s)", argname, ffitype);
555 Printf(f_cl, ")\
[all...]
H A Dallegrocl.cxx21 static File *f_cl = 0; variable
77 int emit_defun(Node *n, File *f_cl);
293 // Printf(f_cl, ";; forward reference stub\n"
1610 f_cl = NewFile(cl_filename, "w", SWIG_output_files());
1611 if (!f_cl) {
1621 Close(f_cl);
1622 Delete(f_cl);
1638 Swig_register_filebyname("lisphead", f_cl);
1646 Swig_banner_target_lang(f_cl, ";;");
1648 Printf(f_cl, "\
[all...]

Completed in 273 milliseconds