Home
last modified time | relevance | path

Searched refs:cp_ignoreeof (Results 1 – 7 of 7) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dcpextern.h154 extern bool cp_ignoreeof;
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dcpextern.h241 extern bool cp_ignoreeof;
/dports/cad/jspice3/jspice3-2.5/src/lib/cp/
H A Dlexical.c217 if (cp_ignoreeof && (numeofs++
H A Dvariable.c49 bool cp_ignoreeof = false; variable
/dports/cad/ngspice_rework/ngspice-35/src/frontend/parser/
H A Dlexical.c302 if (cp_ignoreeof && (numeofs++ < 23)) { in cp_lexer()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dvariable.c25 bool cp_ignoreeof = FALSE; variable
366 cp_ignoreeof = f_set; in update_option_variables()
/dports/cad/jspice3/jspice3-2.5/src/lib/fte/
H A Doptions.c77 def_fn(_iv_ignoreeof) {cp_ignoreeof=flag; return (US_OK);} in def_fn()