Home
last modified time | relevance | path

Searched refs:begp (Results 1 – 25 of 77) sorted by relevance

1234

/dports/editors/mg/mg-6.9/
H A Dinterpreter.c178 if (begp != NULL) { in foundparen()
191 begp = endp = NULL; in foundparen()
199 if (begp != NULL) { in foundparen()
212 begp = endp = NULL; in foundparen()
215 if (begp == NULL) in foundparen()
216 begp = p; in foundparen()
265 if (doregex(regs, begp)) in parse()
271 return(excline(begp, 0)); in parse()
276 return(excline(begp, 0)); in parse()
333 if (doregex(regs, begp)) in parsval()
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Ddfrle.c47 const uint8 *begp; in DFCIrle() local
54 begp = p; in DFCIrle()
68 if (p > begp) in DFCIrle()
70 *cfoll = (uint8) (p - begp); in DFCIrle()
78 begp = p; in DFCIrle()
84 if (p - begp > 120) in DFCIrle()
86 *cfoll = (uint8) (p - begp); in DFCIrle()
88 begp = p; in DFCIrle()
96 if (p > begp) in DFCIrle()
97 *cfoll = (uint8) (p - begp); in DFCIrle()
/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Dhe_disp.c347 char *begp; in rleIt() local
354 begp = p; in rleIt()
368 if (p > begp) in rleIt()
370 *cfoll = (char) (p - begp); in rleIt()
378 begp = p; in rleIt()
384 if (p > begp + 120) in rleIt()
386 *cfoll = (char) (p - begp); in rleIt()
388 begp = p; in rleIt()
396 if (p > begp) in rleIt()
397 *cfoll = (char) (p - begp); in rleIt()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/vmalloc/
H A Dvmdebug.c274 Vmuchar_t *begp, *endp; local
308 DBHEAD(data,begp,endp);
309 while(begp < endp)
310 *begp++ = DB_MAGIC;
312 DBTAIL(data,begp,endp);
313 while(begp < endp)
314 *begp++ = DB_MAGIC;
558 DBHEAD(data,begp,endp);
559 for(; begp < endp; ++begp)
560 if(*begp != DB_MAGIC)
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/vmalloc/
H A Dvmdebug.c188 reg Vmuchar_t *begp, *endp; in dbsetinfo() local
220 DBHEAD(data, begp, endp); in dbsetinfo()
221 while (begp < endp) in dbsetinfo()
222 *begp++ = DB_MAGIC; in dbsetinfo()
223 DBTAIL(data, begp, endp); in dbsetinfo()
224 while (begp < endp) in dbsetinfo()
225 *begp++ = DB_MAGIC; in dbsetinfo()
543 for (; begp < endp; ++begp) in vmdbcheck()
544 if (*begp != DB_MAGIC) in vmdbcheck()
548 for (; begp < endp; ++begp) { in vmdbcheck()
[all …]
H A Dvmhdr.h370 #define DBHEAD(d,begp,endp) \ argument
371 (((begp) = (Vmuchar_t*)(&DBSEG(d)) + sizeof(Seg_t*)), ((endp) = (d)) )
372 #define DBTAIL(d,begp,endp) \ argument
373 (((begp) = (Vmuchar_t*)(d)+DBSIZE(d)), ((endp) = (Vmuchar_t*)(&DBLN(d))) )
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/
H A Dutil.hpp107 auto begp = (char *)p; in randomfill() local
108 auto const endp = (char const *)(begp + size); in randomfill()
110 while (begp < endp) { in randomfill()
115 while (cur < end && begp < endp) in randomfill()
116 *begp++ = *cur++; in randomfill()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Drange_spec.rb72 begp, lenp, result = @s.rb_range_beg_len(r, 0, 0, 10, 0)
74 begp.should == 2
80 begp, lenp, result = @s.rb_range_beg_len(r, 0, 0, 1, 0)
91 begp, lenp, result = @s.rb_range_beg_len(r, 0, 0, 1, 0)
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/vmalloc/
H A Dvmdebug.c251 DBHEAD(data,begp,endp);
252 while(begp < endp)
253 *begp++ = DB_MAGIC;
254 DBTAIL(data,begp,endp);
255 while(begp < endp)
256 *begp++ = DB_MAGIC;
597 DBHEAD(data,begp,endp);
598 for(; begp < endp; ++begp)
599 if(*begp != DB_MAGIC)
602 DBTAIL(data,begp,endp);
[all …]
H A Dvmhdr.h440 #define DBHEAD(d,begp,endp) \ argument
441 (((begp) = (Vmuchar_t*)(&DBSEG(d)) + sizeof(Seg_t*)), ((endp) = (d)) )
442 #define DBTAIL(d,begp,endp) \ argument
443 (((begp) = (Vmuchar_t*)(d)+DBSIZE(d)), ((endp) = (Vmuchar_t*)(&DBLN(d))) )
/dports/shells/ksh93/ast-93u/src/lib/libast/vmalloc/
H A Dvmdebug.c251 DBHEAD(data,begp,endp);
252 while(begp < endp)
253 *begp++ = DB_MAGIC;
254 DBTAIL(data,begp,endp);
255 while(begp < endp)
256 *begp++ = DB_MAGIC;
597 DBHEAD(data,begp,endp);
598 for(; begp < endp; ++begp)
599 if(*begp != DB_MAGIC)
602 DBTAIL(data,begp,endp);
[all …]
H A Dvmhdr.h440 #define DBHEAD(d,begp,endp) \ argument
441 (((begp) = (Vmuchar_t*)(&DBSEG(d)) + sizeof(Seg_t*)), ((endp) = (d)) )
442 #define DBTAIL(d,begp,endp) \ argument
443 (((begp) = (Vmuchar_t*)(d)+DBSIZE(d)), ((endp) = (Vmuchar_t*)(&DBLN(d))) )
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Drange_spec.c34 long begp = FIX2LONG(begpv); in range_spec_rb_range_beg_len() local
39 VALUE res = rb_range_beg_len(range, &begp, &lenp, len, err); in range_spec_rb_range_beg_len()
40 rb_ary_store(ary, 0, LONG2FIX(begp)); in range_spec_rb_range_beg_len()
/dports/audio/csound/csound-6.15.0/OOps/
H A Dugens6.c509 begp = (MYFLT *) q->auxch.auxp; in deltapi()
517 while (tap < begp) tap += q->npts; in deltapi()
521 if (UNLIKELY((prv = tap - 1) < begp)) in deltapi()
538 if (UNLIKELY((prv = tap - 1) < begp)) in deltapi()
557 MYFLT *ar, *tap, *begp, *endp; in deltapn() local
571 begp = (MYFLT *) q->auxch.auxp; in deltapn()
577 while (tap < begp) tap += q->npts; in deltapn()
581 while (UNLIKELY(tap < begp)) in deltapn()
623 begp = (MYFLT *) q->auxch.auxp; in deltap3()
631 while (tap < begp) tap += q->npts; in deltap3()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dexpand.c411 const char *begp; in variable_expand_string() local
418 begp = p; in variable_expand_string()
419 if (handle_function (&op, &begp)) in variable_expand_string()
422 p = begp; in variable_expand_string()
656 const char *begp; in variable_expand_string_2() local
664 begp = p; in variable_expand_string_2()
667 && handle_function (&op, &begp, end, eos)) in variable_expand_string_2()
670 p = begp; in variable_expand_string_2()
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dexpand.c250 const char *begp; in variable_expand_string() local
257 begp = p; in variable_expand_string()
258 if (handle_function (&op, &begp)) in variable_expand_string()
261 p = begp; in variable_expand_string()
H A Dfunction.c1167 const char *begp = argv[0]; in func_if() local
1168 const char *endp = begp + strlen (argv[0]) - 1; in func_if()
1175 strip_whitespace (&begp, &endp); in func_if()
1177 if (begp <= endp) in func_if()
1222 const char *begp = *argv; in func_or() local
1229 strip_whitespace (&begp, &endp); in func_or()
1231 if (begp > endp) in func_or()
1234 expansion = expand_argument (begp, endp+1); in func_or()
1274 const char *begp = *argv; in func_and() local
1279 strip_whitespace (&begp, &endp); in func_and()
[all …]
/dports/devel/gmake/make-4.3/src/
H A Dexpand.c250 const char *begp; in variable_expand_string() local
257 begp = p; in variable_expand_string()
258 if (handle_function (&op, &begp)) in variable_expand_string()
261 p = begp; in variable_expand_string()
H A Dfunction.c1237 const char *begp = argv[0]; in func_if() local
1238 const char *endp = begp + strlen (argv[0]) - 1; in func_if()
1245 strip_whitespace (&begp, &endp); in func_if()
1247 if (begp <= endp) in func_if()
1292 const char *begp = *argv; in func_or() local
1299 strip_whitespace (&begp, &endp); in func_or()
1301 if (begp > endp) in func_or()
1304 expansion = expand_argument (begp, endp+1); in func_or()
1344 const char *begp = *argv; in func_and() local
1349 strip_whitespace (&begp, &endp); in func_and()
[all …]
/dports/sysutils/most/most-5.1.0/src/
H A Dline.c131 int most_parse_color_escape (unsigned char **begp, unsigned char *end, int *colorp) in most_parse_color_escape() argument
133 unsigned char *beg = *begp; in most_parse_color_escape()
145 *begp = beg + 1; in most_parse_color_escape()
176 *begp = beg + 1; in most_parse_color_escape()
H A Dline.h30 extern int most_parse_color_escape (unsigned char **begp, unsigned char *end, int *colorp);
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dspectra.c187 octp->begp = fltp; fltp += bufsiz; /* (lo oct first) */ in spectset()
204 octp->curp = octp->begp; in spectset()
225 MYFLT *begp; in linocts() local
231 begp = octp->begp; in linocts()
234 wrap = curp - begp; in linocts()
237 for (curp=begp; wrap--; ) in linocts()
272 curp = octp->begp; /* & modulo the pointer */ in spectrum()
306 MYFLT *begp, *curp, *endp, *linbufp; in spectrum() local
309 begp = octp->begp; in spectrum()
319 curp = begp; in spectrum()
/dports/editors/jed/jed-0.99-19/src/
H A Dtext.c254 static int mark_paragraph (Line **begp, Line **endp) in mark_paragraph() argument
275 *begp = CLine; in mark_paragraph()
300 *begp = CLine; in mark_paragraph()
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dvint64ops.h26 extern vint64 strtouv64(const char * begp, char ** endp, int base);
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dvint64ops.c43 const char * begp, in strtouv64() argument
54 src = (const u_char*)begp; in strtouv64()

1234