Home
last modified time | relevance | path

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

/dports/misc/orville-write/orville-write-2.55/
H A Dwrt_type.c24 bool holdline; /* True if we don't want to send line till it is done */ variable
111 holdline= FALSE; in dowrite()
127 if ((!holdline || !connected) && in dowrite()
138 if (holdline) in dowrite()
192 holdline= (!connected || command || ch == ')'); in dowrite()
202 if (holdline) in dowrite()
259 if (!holdline) in dowrite()
310 if (!holdline) in backcol()
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/
H A DPreproc.xs313 static string holdline; variable
316 holdline = lastline; /* Stash it so c_str() doesn't disappear immediately */
317 if (holdline=="" && THIS->isEof()) XSRETURN_UNDEF;
330 static string holdline; in getline() local
333 holdline = lastline; /* Stash it so c_str() doesn't disappear immediately */ in getline()
334 if (holdline=="" && THIS->isEof()) XSRETURN_UNDEF; in getline()