Home
last modified time | relevance | path

Searched refs:nextline (Results 1 – 25 of 1339) sorted by relevance

12345678910>>...54

/dports/mail/qmail/netqmail-1.06/
H A Dheaderbody.c21 static stralloc nextline = {0}; variable
35 switch(getsa(ss,&nextline,&match))
47 if ((nextline.s[0] == ' ') || (nextline.s[0] == '\t'))
54 if (nextline.len == 1)
57 dobl(&nextline);
60 if (stralloc_starts(&nextline,"From "))
63 if (!stralloc_cat(&line,&nextline)) return -1;
66 if (hfield_valid(nextline.s,nextline.len))
75 dobl(&nextline);
81 switch(getsa(ss,&nextline,&match))
[all …]
/dports/mail/qmail-tls/netqmail-1.06/
H A Dheaderbody.c21 static stralloc nextline = {0}; variable
35 switch(getsa(ss,&nextline,&match))
47 if ((nextline.s[0] == ' ') || (nextline.s[0] == '\t'))
54 if (nextline.len == 1)
57 dobl(&nextline);
60 if (stralloc_starts(&nextline,"From "))
63 if (!stralloc_cat(&line,&nextline)) return -1;
66 if (hfield_valid(nextline.s,nextline.len))
75 dobl(&nextline);
81 switch(getsa(ss,&nextline,&match))
[all …]
/dports/mail/qmail-dk/qmail-1.03/
H A Dheaderbody.c21 static stralloc nextline = {0}; variable
35 switch(getsa(ss,&nextline,&match))
47 if ((nextline.s[0] == ' ') || (nextline.s[0] == '\t'))
54 if (nextline.len == 1)
57 dobl(&nextline);
60 if (stralloc_starts(&nextline,"From "))
63 if (!stralloc_cat(&line,&nextline)) return -1;
66 if (hfield_valid(nextline.s,nextline.len))
75 dobl(&nextline);
81 switch(getsa(ss,&nextline,&match))
[all …]
/dports/mail/qmail-mysql/netqmail-1.06/
H A Dheaderbody.c21 static stralloc nextline = {0}; variable
35 switch(getsa(ss,&nextline,&match))
47 if ((nextline.s[0] == ' ') || (nextline.s[0] == '\t'))
54 if (nextline.len == 1)
57 dobl(&nextline);
60 if (stralloc_starts(&nextline,"From "))
63 if (!stralloc_cat(&line,&nextline)) return -1;
66 if (hfield_valid(nextline.s,nextline.len))
75 dobl(&nextline);
81 switch(getsa(ss,&nextline,&match))
[all …]
/dports/emulators/snes9x-gtk/snes9x-1.54.1/filter/
H A D2xsai.cpp303 colorA0 = *(bP + nextline + nextline - 1); in SuperEagle()
304 colorA1 = *(bP + nextline + nextline ); in SuperEagle()
305 colorA2 = *(bP + nextline + nextline + 1); in SuperEagle()
306 colorA3 = *(bP + nextline + nextline + 2); in SuperEagle()
440 colorM = *(bP + nextline + nextline - 1); in _2xSaI()
441 colorN = *(bP + nextline + nextline ); in _2xSaI()
442 colorO = *(bP + nextline + nextline + 1); in _2xSaI()
443 colorP = *(bP + nextline + nextline + 2); in _2xSaI()
577 colorA0 = *(bP + nextline + nextline - 1); in Super2xSaI()
578 colorA1 = *(bP + nextline + nextline ); in Super2xSaI()
[all …]
/dports/games/libretro-snes9x/snes9x-73aa348/filter/
H A D2xsai.cpp102 colorB1 = *(bP - nextline ); in SuperEagle()
115 colorA1 = *(bP + nextline + nextline ); in SuperEagle()
116 colorA2 = *(bP + nextline + nextline + 1); in SuperEagle()
250 colorM = *(bP + nextline + nextline - 1); in _2xSaI()
251 colorN = *(bP + nextline + nextline ); in _2xSaI()
252 colorO = *(bP + nextline + nextline + 1); in _2xSaI()
253 colorP = *(bP + nextline + nextline + 2); in _2xSaI()
387 colorA0 = *(bP + nextline + nextline - 1); in Super2xSaI()
388 colorA1 = *(bP + nextline + nextline ); in Super2xSaI()
389 colorA2 = *(bP + nextline + nextline + 1); in Super2xSaI()
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/acttools/
H A DOldMissingDocs.py39 nextline = lines[i + 1]
47 nextline = lines[i]
60 nextline = lines[i + 1]
67 nextline = lines[i + 1]
81 nextline = lines[i]
86 nextline = lines[i]
89 if not (re.match(pattern, nextline, flags=0)):
94 nextline = lines[i]
101 nextline = lines[i]
105 nextline = lines[i]
[all …]
/dports/games/freesynd/freesynd-0.7.5/src/utils/
H A Dconfigfile.cpp108 while( is || nextline.length() > 0 ) in operator >>()
112 if( nextline.length() > 0 ) in operator >>()
114 line = nextline; // we read ahead; use it now in operator >>()
115 nextline = ""; in operator >>()
145 std::getline( is, nextline ); in operator >>()
153 string nlcopy = nextline; in operator >>()
157 cf.myLines.push_back(nextline); in operator >>()
161 if (nextline.find(comm) != 0) { in operator >>()
163 nextline = nextline.substr( 0, nextline.find(comm) ); in operator >>()
175 cf.myLines.push_back(nextline); in operator >>()
[all …]
/dports/deskutils/phpicalendar/phpicalendar-2.4/functions/parse/
H A Dparse_tzs.php4 $nextline = fgets($ifile); variable
13 $line = $nextline;
14 $nextline = fgets($ifile, 1024); variable
15 $nextline = ereg_replace("[\r\n]", '', $nextline); variable
17 while (isset($nextline{0}) && ($nextline{0} == ' ' || $nextline{0} == "\t")) {
18 $line = $line . substr($nextline, 1);
19 $nextline = fgets($ifile, 1024); variable
20 $nextline = ereg_replace("[\r\n]", '', $nextline); variable
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/
H A DConfigFile.cpp80 while( is || nextline.length() > 0 ) in operator >>()
84 if( nextline.length() > 0 ) in operator >>()
86 line = nextline; // we read ahead; use it now in operator >>()
87 nextline = ""; in operator >>()
114 std::getline( is, nextline ); in operator >>()
117 string nlcopy = nextline; in operator >>()
121 nextline = nextline.substr( 0, nextline.find(comm) ); in operator >>()
122 if( nextline.find(delim) != string::npos ) in operator >>()
124 if( sentry != "" && nextline.find(sentry) != string::npos ) in operator >>()
127 nlcopy = nextline; in operator >>()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-qt/
H A Dconfigfile.cpp100 while( is || nextline.length() > 0 ) in operator >>()
104 if( nextline.length() > 0 ) in operator >>()
106 line = nextline; // we read ahead; use it now in operator >>()
107 nextline = ""; in operator >>()
134 std::getline( is, nextline ); in operator >>()
137 string nlcopy = nextline; in operator >>()
141 nextline = nextline.substr( 0, nextline.find(comm) ); in operator >>()
142 if( nextline.find(delim) != string::npos ) in operator >>()
144 if( sentry != "" && nextline.find(sentry) != string::npos ) in operator >>()
147 nlcopy = nextline; in operator >>()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-test/
H A DConfigFile.cpp80 while( is || nextline.length() > 0 ) in operator >>()
84 if( nextline.length() > 0 ) in operator >>()
86 line = nextline; // we read ahead; use it now in operator >>()
87 nextline = ""; in operator >>()
114 std::getline( is, nextline ); in operator >>()
117 string nlcopy = nextline; in operator >>()
121 nextline = nextline.substr( 0, nextline.find(comm) ); in operator >>()
122 if( nextline.find(delim) != string::npos ) in operator >>()
124 if( sentry != "" && nextline.find(sentry) != string::npos ) in operator >>()
127 nlcopy = nextline; in operator >>()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-jack/
H A DConfigFile.cpp106 while( is || nextline.length() > 0 ) in operator >>()
110 if( nextline.length() > 0 ) in operator >>()
112 line = nextline; // we read ahead; use it now in operator >>()
113 nextline = ""; in operator >>()
140 std::getline( is, nextline ); in operator >>()
143 string nlcopy = nextline; in operator >>()
147 nextline = nextline.substr( 0, nextline.find(comm) ); in operator >>()
148 if( nextline.find(delim) != string::npos ) in operator >>()
150 if( sentry != "" && nextline.find(sentry) != string::npos ) in operator >>()
153 nlcopy = nextline; in operator >>()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-libvisual/
H A DConfigFile.cpp80 while( is || nextline.length() > 0 ) in operator >>()
84 if( nextline.length() > 0 ) in operator >>()
86 line = nextline; // we read ahead; use it now in operator >>()
87 nextline = ""; in operator >>()
114 std::getline( is, nextline ); in operator >>()
117 string nlcopy = nextline; in operator >>()
121 nextline = nextline.substr( 0, nextline.find(comm) ); in operator >>()
122 if( nextline.find(delim) != string::npos ) in operator >>()
124 if( sentry != "" && nextline.find(sentry) != string::npos ) in operator >>()
127 nlcopy = nextline; in operator >>()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-xmms/
H A DConfigFile.cpp80 while( is || nextline.length() > 0 ) in operator >>()
84 if( nextline.length() > 0 ) in operator >>()
86 line = nextline; // we read ahead; use it now in operator >>()
87 nextline = ""; in operator >>()
114 std::getline( is, nextline ); in operator >>()
117 string nlcopy = nextline; in operator >>()
121 nextline = nextline.substr( 0, nextline.find(comm) ); in operator >>()
122 if( nextline.find(delim) != string::npos ) in operator >>()
124 if( sentry != "" && nextline.find(sentry) != string::npos ) in operator >>()
127 nlcopy = nextline; in operator >>()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-pulseaudio/
H A DConfigFile.cpp104 while( is || nextline.length() > 0 ) in operator >>()
108 if( nextline.length() > 0 ) in operator >>()
110 line = nextline; // we read ahead; use it now in operator >>()
111 nextline = ""; in operator >>()
138 std::getline( is, nextline ); in operator >>()
141 string nlcopy = nextline; in operator >>()
145 nextline = nextline.substr( 0, nextline.find(comm) ); in operator >>()
146 if( nextline.find(delim) != string::npos ) in operator >>()
148 if( sentry != "" && nextline.find(sentry) != string::npos ) in operator >>()
151 nlcopy = nextline; in operator >>()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/
H A DConfigFile.cpp80 while( is || nextline.length() > 0 ) in operator >>()
84 if( nextline.length() > 0 ) in operator >>()
86 line = nextline; // we read ahead; use it now in operator >>()
87 nextline = ""; in operator >>()
114 std::getline( is, nextline ); in operator >>()
117 string nlcopy = nextline; in operator >>()
121 nextline = nextline.substr( 0, nextline.find(comm) ); in operator >>()
122 if( nextline.find(delim) != string::npos ) in operator >>()
124 if( sentry != "" && nextline.find(sentry) != string::npos ) in operator >>()
127 nlcopy = nextline; in operator >>()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dsockdrv.cc244 if ((*nextline) == NULL) { in get_auth_token()
247 strcpy(*nextline, buf); in get_auth_token()
271 if ((*nextline) == NULL) { in get_auth_token()
310 char *nextline = NULL; in ServePending() local
393 free(nextline); in ServePending()
395 nextline = buf; in ServePending()
405 char *p = nextline + 6; in ServePending()
433 nextline = buf; in ServePending()
474 nextline = NULL; in ServePending()
489 "\"" << nextline << "\"" in ServePending()
[all …]
/dports/games/violetland/violetland-0.5/src/system/
H A DConfigFile.cpp61 while (is || nextline.length() > 0) { in operator >>()
64 if (nextline.length() > 0) { in operator >>()
65 line = nextline; // we read ahead; use it now in operator >>()
66 nextline = ""; in operator >>()
90 std::getline(is, nextline); in operator >>()
93 std::string nlcopy = nextline; in operator >>()
98 nextline = nextline.substr(0, nextline.find(comm)); in operator >>()
99 if (nextline.find(delim) != std::string::npos) in operator >>()
101 if (sentry != "" && nextline.find(sentry) != std::string::npos) in operator >>()
104 nlcopy = nextline; in operator >>()
[all …]
/dports/net-mgmt/cricket/cricket-1.0.5/lib/
H A Dwbem.pm44 my (@results, @lines, $line, @nextline);
86 @nextline = split(/:/,$line,6) if (defined($line));
87 if (!defined($line) || $table ne $nextline[3] ||
88 ($predicate ? $predicate : "") ne ($nextline[5] ? $nextline[5] : "") ||
89 $host ne $nextline[1] || $namespace ne $nextline[2])
91 ($index, $field) = ($nextline[0], $nextline[4]);
124 if (!defined($line) || $host ne $nextline[1] || $namespace ne $nextline[2])
127 ($index, $host, $namespace, $table, $field, $predicate) = @nextline;
/dports/www/wsdlpull/wsdlpull-1.24/src/xmlpull/
H A DConfigFile.cpp104 while( is || nextline.length() > 0 ) in operator >>()
108 if( nextline.length() > 0 ) in operator >>()
110 line = nextline; // we read ahead; use it now in operator >>()
111 nextline = ""; in operator >>()
138 std::getline( is, nextline ); in operator >>()
141 string nlcopy = nextline; in operator >>()
145 nextline = nextline.substr( 0, nextline.find(comm) ); in operator >>()
146 if( nextline.find(delim) != string::npos ) in operator >>()
148 if( sentry != "" && nextline.find(sentry) != string::npos ) in operator >>()
151 nlcopy = nextline; in operator >>()
[all …]
/dports/textproc/po4a/po4a-0.65/lib/Locale/Po4a/
H A DText.pm360 if ( defined $nextline ) {
471 my ( $nextline, $nextref );
484 $nextline = $1;
486 $title .= " " . $nextline;
511 if ( $nextline =~ /^%(.*)$/ ) {
519 $nextline = $1;
548 if ( $nextline =~ /^%(.*)$/ ) {
580 while ( defined($nextline) ) {
582 $yfm .= $nextline;
678 $paragraph .= "$nextline";
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/video_filters/
H A Dsuper2xsai.c122 const typename_t colorB0 = *(in - nextline - 1); \
123 const typename_t colorB1 = *(in - nextline + 0); \
124 const typename_t colorB2 = *(in - nextline + 1); \
125 const typename_t colorB3 = *(in - nextline + 2); \
130 const typename_t color1 = *(in + nextline - 1); \
134 const typename_t colorA0 = *(in + nextline + nextline - 1); \
135 const typename_t colorA1 = *(in + nextline + nextline + 0); \
136 const typename_t colorA2 = *(in + nextline + nextline + 1); \
137 const typename_t colorA3 = *(in + nextline + nextline + 2)
208 unsigned nextline = (last) ? 0 : src_stride; in supertwoxsai_generic_xrgb8888() local
[all …]
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dargp-fmtstream.c225 char *p, *nextline; in __argp_fmtstream_update() local
233 if (nextline > buf) in __argp_fmtstream_update()
266 nextline = p; in __argp_fmtstream_update()
274 if ((nextline == buf + len + 1 in __argp_fmtstream_update()
277 && fs->p > nextline) in __argp_fmtstream_update()
286 len = nextline + mv - buf; in __argp_fmtstream_update()
310 if (nextline - nl >= fs->wmargin in __argp_fmtstream_update()
311 || (nextline == buf + len + 1 && fs->end - nextline >= fs->wmargin)) in __argp_fmtstream_update()
326 if (nl < nextline) in __argp_fmtstream_update()
327 memmove (nl, nextline, buf + len - nextline); in __argp_fmtstream_update()
[all …]
/dports/net/gnu-radius/radius-1.6.1/gnu/
H A Dargp-fmtstream.c227 char *p, *nextline; in __argp_fmtstream_update() local
235 if (nextline > buf) in __argp_fmtstream_update()
268 nextline = p; in __argp_fmtstream_update()
276 if ((nextline == buf + len + 1 in __argp_fmtstream_update()
279 && fs->p > nextline) in __argp_fmtstream_update()
285 size_t mv = fs->p - nextline; in __argp_fmtstream_update()
288 len = nextline + mv - buf; in __argp_fmtstream_update()
313 || (nextline == buf + len + 1 && fs->end - nextline >= fs->wmargin)) in __argp_fmtstream_update()
328 if (nl < nextline) in __argp_fmtstream_update()
329 memmove (nl, nextline, buf + len - nextline); in __argp_fmtstream_update()
[all …]

12345678910>>...54