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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dphp.cxx89 static String *s_cinit; // consttab initialization code. variable
286 s_cinit = NewString("/* cinit subsection */\n");
545 Printf(s_cinit, "/* end cinit subsection */\n");
546 Printf(s_init, "%s\n", s_cinit);
547 Clear(s_cinit);
548 Delete(s_cinit);
1837 Printf(s_cinit, "%s\n", tm);

Completed in 123 milliseconds