Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/sim/
H A Dsimspice.cpp273 #define sim_spice_puts(s,iscomment) sim_spice_xputs(s, sim_spice_file, iscomment)
373 static void sim_spice_xputs(CHAR *s, FILE *stream, BOOLEAN iscomment);
2852 sim_spice_xputs(s, stream, iscomment); in sim_spice_xprintf()
2860 void sim_spice_xputs(CHAR *s, FILE *stream, BOOLEAN iscomment) in sim_spice_xputs() function
/dports/cad/electric/electric-7.00/
H A DChangeLog2840 FIX: In "simspice.c", added parameter to "sim_spice_xputs()" and "sim_spice_xprintf()"