Home
last modified time | relevance | path

Searched refs:nlcount (Results 1 – 25 of 51) sorted by relevance

123

/dports/mail/mailfromd/mailfromd-8.10/src/
H A Ddkim-canonicalize.c46 size_t nlcount; /* Number of contiguous empty lines for "relaxed" member
213 encoder->nlcount++; in dkim_canonicalizer()
222 encoder->nlcount++; in dkim_canonicalizer()
224 for (; encoder->nlcount; encoder->nlcount--) { in dkim_canonicalizer()
236 encoder->nlcount++; in dkim_canonicalizer()
248 encoder->nlcount++; in dkim_canonicalizer()
261 encoder->nlcount++; in dkim_canonicalizer()
263 for (; encoder->nlcount; encoder->nlcount--) { in dkim_canonicalizer()
/dports/irc/bnc/bnc2.9.4/
H A Dsbuf.c199 int nlcount; in sbuf_getmsg() local
203 nlcount = 0; in sbuf_getmsg()
217 nlcount++; in sbuf_getmsg()
226 if(nlcount) in sbuf_getmsg()
237 if(nlcount == 0) in sbuf_getmsg()
240 sbuf_delete(record, nlcount + tlength); in sbuf_getmsg()
/dports/textproc/atom/atom-1.0/
H A Datom.c25 nlcount = 0, /* newline count:: for asterisk line-err count */ variable
176 nlcount = 0; in qfilter()
236 nlcount++; in qfilter()
280 nlcount, infilename); in qfilter()
358 ProcessText (fp_out, buf, buf, nlcount, infilename); in qfilter()
369 ProcessText (fp_out, buf, buf, nlcount , infilename); in qfilter()
376 ProcessText (fp_out, buf, out_buf, nlcount , infilename); in qfilter()
383 ProcessText (fp_out, buf, out_buf, nlcount, infilename); in qfilter()
390 ProcessText (fp_out, buf, out_buf, nlcount, infilename); in qfilter()
397 ProcessText (fp_out, buf, out_buf, nlcount , infilename); in qfilter()
/dports/lang/see/see-3.1.1424/ssp/
H A Dssp.c31 int nlcount; /* newlines to insert after text[] */ member
120 inp->nlcount = 0;
139 inp->nlcount++;
216 if (inp->nlcount == 0)
219 inp->nlcount--;
243 inp->nlcount = 0;
270 inp->nlcount = 0;
/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Dgetchr.c61 nlcount++; in GetChr()
68 nlcount++; in GetChr()
236 ilineno = nlcount + 1; /* ���Ϲ��ֹ����Կ��ˤ��碌�� */ in ILineNoCount()
H A Dgetchr.c.sjis61 nlcount++;
68 nlcount++;
236 ilineno = nlcount + 1; /* ���͍s�ԍ������s���ɂ��킹�� */
H A Dmain.c472 unsigned nlcount = 0; /* ���Ϥβ��Ԥ������ */ variable
1961 unsigned nlcount0 = nlcount; in Include()
2038 nlcount = nlcount0; in Include()
2071 unsigned save_nlcount = nlcount; in include_fd()
2102 nlcount = save_nlcount; in include_fd()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_relpscost.c424 assert(nlcount != NULL); in countNonlinearities()
438 BMSclearMemoryArray(nlcount, nvars); in countNonlinearities()
475 nlcount[probindex]++; in countNonlinearities()
483 nlcount[probindex]++; in countNonlinearities()
491 if( *nlcountmax < nlcount[i] ) in countNonlinearities()
492 *nlcountmax = nlcount[i]; in countNonlinearities()
515 if( branchruledata->nlcount == NULL ) in branchruledataEnsureNlcount()
529 assert(branchruledata->nlcount != NULL); in branchruledataEnsureNlcount()
553 if( nlcountmax >= 1 && nlcount != NULL ) in calcNlscore()
561 nlscore = nlcount[probindex] / (SCIP_Real)nlcountmax; in calcNlscore()
[all …]
H A Dprop_obbt.c2414 assert(nlcount >= 0); in getScore()
2415 assert(maxnlcount >= nlcount); in getScore()
2418 …score = (unsigned int) ( nlcount > 0 ? (OBBT_SCOREBASE * nlcount * ( OBBT_SCOREBASE - 1 )) / maxnl… in getScore()
2727 return !SCIPvarIsBinary(var) && SCIPvarGetStatus(var) == SCIP_VARSTATUS_COLUMN && nlcount > 0 in varIsInteresting()
2759 SCIP_CALL( SCIPallocBufferArray(scip, &nlcount, nvars) ); in initBounds()
2762 SCIP_CALL( SCIPgetNLPVarsNonlinearity(scip, nlcount) ); in initBounds()
2768 if( maxnlcount < nlcount[i] ) in initBounds()
2769 maxnlcount = nlcount[i]; in initBounds()
2780 if( varIsInteresting(scip, vars[i], (propdata->onlynonconvexvars ? nccount[i] : nlcount[i])) ) in initBounds()
2901 assert(nlcount != NULL); in initBounds()
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/syntax/
H A Dprinter.go72 nlcount int // number of consecutive newlines member
98 if p.nlcount > 0 && p.indent > 0 {
108 p.nlcount = 0
186 p.nlcount = 0
192 p.nlcount = 0
197 if p.nlcount <= maxEmptyLines {
199 p.nlcount++
278 p.nlcount = 0
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/syntax/
H A Dprinter.go72 nlcount int // number of consecutive newlines member
98 if p.nlcount > 0 && p.indent > 0 {
108 p.nlcount = 0
186 p.nlcount = 0
192 p.nlcount = 0
197 if p.nlcount <= maxEmptyLines {
199 p.nlcount++
278 p.nlcount = 0
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/syntax/
H A Dprinter.go84 nlcount int // number of consecutive newlines member
110 if p.nlcount > 0 && p.indent > 0 {
120 p.nlcount = 0
198 p.nlcount = 0
204 p.nlcount = 0
209 if p.nlcount <= maxEmptyLines {
211 p.nlcount++
290 p.nlcount = 0
/dports/graphics/plotutils/plotutils-2.6/double/
H A Ddouble.c754 int nlcount = 0; in skip_whitespace() local
760 nlcount++; in skip_whitespace()
764 && nlcount < 2); in skip_whitespace()
770 return (nlcount == 2 ? true : false); in skip_whitespace()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_prn.c66 guint8 nlcount; /* count of trailing newlines */ member
221 prn->nlcount = 0; in real_gretl_print_new()
1054 prn->nlcount = get_nl_count(format); in pprintf()
1195 prn->nlcount = get_nl_count(s); in pputs()
1244 if (c == '\n') prn->nlcount += 1; in pputc()
1245 else if (c != '\0') prn->nlcount = 0; in pputc()
1304 if (prn != NULL && prn->nlcount < 2) { in gretl_print_ensure_vspace()
/dports/graphics/plotutils/plotutils-2.6/graph/
H A Dreader.c843 int nlcount = 0; in skip_some_whitespace() local
849 nlcount++; in skip_some_whitespace()
853 && nlcount < 2); in skip_some_whitespace()
859 return (nlcount == 2 ? true : false); in skip_some_whitespace()
/dports/editors/xvile/vile-9.8v/
H A Dapi.c40 int nlcount = 0; in linsert_chars() local
82 nlcount++; in linsert_chars()
93 nlcount++; in linsert_chars()
117 return nlcount; in linsert_chars()
/dports/editors/vile/vile-9.8v/
H A Dapi.c40 int nlcount = 0; in linsert_chars() local
82 nlcount++; in linsert_chars()
93 nlcount++; in linsert_chars()
117 return nlcount; in linsert_chars()
/dports/net/clusterit/clusterit-2.5/rvt/
H A Dscreen.c586 scr_string(str,len,nlcount) in scr_string() argument
588 int len, nlcount;
596 if (nlcount > 0) {
598 nlcount = 0;
600 nlcount -= screen->bmargin - screen->row;
601 if (nlcount < 0)
602 nlcount = 0;
604 nlcount = screen->row - screen->tmargin;
605 if (nlcount > MAX_SCROLL)
606 nlcount = MAX_SCROLL;
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acid/
H A Ddbg.y57 if(interactive && nlcount){
59 nlcount = 0;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dscanner.c561 int nlcount = 0; in byte_scan() local
565 if (ch == '\n') nlcount++; in byte_scan()
578 if (nlcount) { in byte_scan()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acme/
H A Dfns.h96 long nlcount(Text*, long, long, long*);
H A Decmd.c664 nlcount(Text *t, long q0, long q1, long *pnr) in nlcount() function
718 l1 = 1+nlcount(t, 0, addr.r.q0, nil); in printposn()
719 l2 = l1+nlcount(t, addr.r.q0, addr.r.q1, nil); in printposn()
730 l1 = 1+nlcount(t, 0, addr.r.q0, &r1); in printposn()
731 l2 = l1+nlcount(t, addr.r.q0, addr.r.q1, &r2); in printposn()
/dports/devel/9base/9base-6/sam/
H A Dsam.c698 nlcount(File *f, Posn p0, Posn p1) in nlcount() function
714 l1 = 1+nlcount(f, (Posn)0, addr.r.p1); in printposn()
715 l2 = l1+nlcount(f, addr.r.p1, addr.r.p2); in printposn()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/sam/
H A Dsam.c698 nlcount(File *f, Posn p0, Posn p1) in nlcount() function
714 l1 = 1+nlcount(f, (Posn)0, addr.r.p1); in printposn()
715 l2 = l1+nlcount(f, addr.r.p1, addr.r.p2); in printposn()
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dsendmail.c271 int nacount, nullcount, nlcount; in encodeAttachment() local
427 nacount = nullcount = nlcount = 0; in encodeAttachment()
438 ++nlcount; in encodeAttachment()

123