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

/macosx-10.10/swig-12/Source/Modules/
H A Dpython.cxx717 Printv(f_shadow, tab8, "from os.path import dirname\n", NULL);
718 Printv(f_shadow, tab8, "import imp\n", NULL);
719 Printv(f_shadow, tab8, "fp = None\n", NULL);
720 Printv(f_shadow, tab8, "try:\n", NULL);
721 Printf(f_shadow, tab4 tab8 "fp, pathname, description = imp.find_module('%s', [dirname(__file__)])\n", module);
722 Printf(f_shadow, tab8 "except ImportError:\n");
724 Printf(f_shadow, tab4 tab8 "import %s\n", module);
725 Printf(f_shadow, tab4 tab8 "return %s\n", module);
726 Printv(f_shadow, tab8 "if fp is not None:\n", NULL);
727 Printv(f_shadow, tab4 tab8 "tr
[all...]
H A Dr.cxx236 Printf(out, "%s%s%s%s%s\n", tab8,
396 "',\n", tab8,
398 tab8, tab8, tab8,
399 "returnType = '", SwigType_manglestr(t), "'),\n", tab8,
1065 Printf(f->code, "%saccessorFuns = list(", tab8);
1107 Printf(f->code, "%svaccessors = c(", tab8);
1124 /* Printv(f->code, tab8,
1126 tab8,
[all...]
H A Dperl5.cxx1256 Printv(pm, tab8, "elsif( $_[0]->can('__rsub__') ) { $_[0]->__rsub__($_[1]) }\n",NIL);
1257 Printv(pm, tab8, "else { die(\"reverse subtraction not supported\") }\n",NIL);
1258 Printv(pm, tab8, "},\n",NIL);
1551 tab8, cmodule, "::", Swig_name_destroy(symname), "($self);\n", tab8, "delete $OWNER{$self};\n", tab4, "}\n}\n\n", NIL);
H A Dswigmod.h50 #define tab8 " " macro

Completed in 178 milliseconds