Home
last modified time | relevance | path

Searched refs:startpos (Results 1 – 25 of 2810) sorted by relevance

12345678910>>...113

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/type1/
H A DAFMParser.java212 int startpos = 0; in parseLine() local
214 startpos = skipToNonWhiteSpace(line, startpos); in parseLine()
222 vp.parse(line, startpos, stack); in parseLine()
243 int pos = startpos; in skipToNonWhiteSpace()
251 int pos = startpos; in skipToWhiteSpace()
276 return line.substring(startpos); in getStringValue()
499 endpos = findValue(line, startpos); in parseBBox()
503 endpos = findValue(line, startpos); in parseBBox()
507 endpos = findValue(line, startpos); in parseBBox()
512 endpos = findValue(line, startpos); in parseBBox()
[all …]
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dtokenst.cpp45 size_t startpos=0,endpos=0; in tokenize() local
49 startpos = s.find_first_not_of(delimstr,startpos); in tokenize()
53 vcr.push_back(s.substr(startpos,endpos-startpos)); in tokenize()
57 startpos = endpos+1; in tokenize()
102 size_t startpos=0,endpos=0; in tokenize() local
108 startpos = s.find_first_not_of(delimstr,startpos); in tokenize()
112 vcr.push_back(s.substr(startpos,endpos-startpos)); in tokenize()
117 startpos = endpos+1; in tokenize()
124 if (startpos < s_size) in tokenize()
125 vcr.push_back(s.substr(startpos,s_size-startpos)); in tokenize()
[all …]
/dports/mail/cone/cone-1.1/libs/rfc1035/
H A Drfc1035gettxt.c10 int rfc1035_rr_gettxt(struct rfc1035_rr *p, int startpos, char buf[256]) in rfc1035_rr_gettxt() argument
14 if (startpos < 0 || (unsigned)startpos >= p->rdlength || in rfc1035_rr_gettxt()
15 p->rdlength - (unsigned)startpos <= in rfc1035_rr_gettxt()
16 (l=(unsigned)(unsigned char)p->rdata[startpos])) in rfc1035_rr_gettxt()
22 ++startpos; in rfc1035_rr_gettxt()
24 memcpy(buf, p->rdata + startpos, l); in rfc1035_rr_gettxt()
26 startpos += l; in rfc1035_rr_gettxt()
27 if (startpos >= p->rdlength) in rfc1035_rr_gettxt()
28 startpos= -1; in rfc1035_rr_gettxt()
29 return (startpos); in rfc1035_rr_gettxt()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc1035/
H A Drfc1035gettxt.c10 int rfc1035_rr_gettxt(struct rfc1035_rr *p, int startpos, char buf[256]) in rfc1035_rr_gettxt() argument
14 if (startpos < 0 || (unsigned)startpos >= p->rdlength || in rfc1035_rr_gettxt()
15 p->rdlength - (unsigned)startpos <= in rfc1035_rr_gettxt()
16 (l=(unsigned)(unsigned char)p->rdata[startpos])) in rfc1035_rr_gettxt()
22 ++startpos; in rfc1035_rr_gettxt()
24 memcpy(buf, p->rdata + startpos, l); in rfc1035_rr_gettxt()
26 startpos += l; in rfc1035_rr_gettxt()
27 if (startpos >= p->rdlength) in rfc1035_rr_gettxt()
28 startpos= -1; in rfc1035_rr_gettxt()
29 return (startpos); in rfc1035_rr_gettxt()
/dports/mail/courier/courier-0.65.3/rfc1035/
H A Drfc1035gettxt.c11 int rfc1035_rr_gettxt(struct rfc1035_rr *p, int startpos, char buf[256]) in rfc1035_rr_gettxt() argument
15 if (startpos < 0 || (unsigned)startpos >= p->rdlength || in rfc1035_rr_gettxt()
16 p->rdlength - (unsigned)startpos <= in rfc1035_rr_gettxt()
17 (l=(unsigned)(unsigned char)p->rdata[startpos])) in rfc1035_rr_gettxt()
23 ++startpos; in rfc1035_rr_gettxt()
25 memcpy(buf, p->rdata + startpos, l); in rfc1035_rr_gettxt()
27 startpos += l; in rfc1035_rr_gettxt()
28 if (startpos >= p->rdlength) in rfc1035_rr_gettxt()
29 startpos= -1; in rfc1035_rr_gettxt()
30 return (startpos); in rfc1035_rr_gettxt()
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dgamehand.c57 #define SPECLIST_TAG startpos
66 struct tile **startpos; member
73 int *startpos; member
287 free(pstate->startpos); in team_placement_state_destroy()
333 memcpy(pstate->startpos, pbest_state->startpos, state_array_size); in do_team_placement()
339 t1 = pstate->startpos[i]; in do_team_placement()
406 memcpy(pnew->startpos, pstate->startpos, state_array_size); in do_team_placement()
413 memcpy(pbest_state->startpos, pnew->startpos, state_array_size); in do_team_placement()
605 config.startpos = fc_malloc(sizeof(*config.startpos) in init_new_game()
624 state.startpos = fc_malloc(sizeof(*state.startpos) in init_new_game()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dgamehand.c57 #define SPECLIST_TAG startpos
66 struct tile **startpos; member
73 int *startpos; member
287 free(pstate->startpos); in team_placement_state_destroy()
333 memcpy(pstate->startpos, pbest_state->startpos, state_array_size); in do_team_placement()
339 t1 = pstate->startpos[i]; in do_team_placement()
406 memcpy(pnew->startpos, pstate->startpos, state_array_size); in do_team_placement()
413 memcpy(pbest_state->startpos, pnew->startpos, state_array_size); in do_team_placement()
605 config.startpos = fc_malloc(sizeof(*config.startpos) in init_new_game()
624 state.startpos = fc_malloc(sizeof(*state.startpos) in init_new_game()
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm205 pos $$textref = $startpos;
267 $startpos, $ldelpos-$startpos, # PREFIX
409 $startpos, $opentagpos-$startpos, # PREFIX
419 $startpos, $opentagpos-$startpos, # PREFIX
428 pos($$textref) = $startpos;
495 return ($startpos, $varpos-$startpos,
634 return ( $startpos, $codepos-$startpos,
675 my ($textlen,$startpos,
716 $startpos, $oppos-$startpos, # PREFIX
771 $startpos, $oppos-$startpos, # PREFIX
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm196 pos $$textref = $startpos;
251 pos $$textref = $startpos;
258 $startpos, $ldelpos-$startpos, # PREFIX
399 $startpos, $opentagpos-$startpos, # PREFIX
409 $startpos, $opentagpos-$startpos, # PREFIX
485 return ($startpos, $varpos-$startpos,
624 return ( $startpos, $codepos-$startpos,
665 my ($textlen,$startpos,
706 $startpos, $oppos-$startpos, # PREFIX
761 $startpos, $oppos-$startpos, # PREFIX
[all …]
/dports/print/easylatex/easylatex-0.08/Text/
H A DBalanced.pm199 pos $$textref = $startpos;
254 pos $$textref = $startpos;
261 $startpos, $ldelpos-$startpos, # PREFIX
393 $startpos, $opentagpos-$startpos, # PREFIX
403 $startpos, $opentagpos-$startpos, # PREFIX
470 return ($startpos, $varpos-$startpos,
607 return ( $startpos, $codepos-$startpos,
648 my ($textlen,$startpos,
689 $startpos, $oppos-$startpos, # PREFIX
744 $startpos, $oppos-$startpos, # PREFIX
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm196 pos $$textref = $startpos;
251 pos $$textref = $startpos;
258 $startpos, $ldelpos-$startpos, # PREFIX
399 $startpos, $opentagpos-$startpos, # PREFIX
409 $startpos, $opentagpos-$startpos, # PREFIX
485 return ($startpos, $varpos-$startpos,
624 return ( $startpos, $codepos-$startpos,
665 my ($textlen,$startpos,
706 $startpos, $oppos-$startpos, # PREFIX
761 $startpos, $oppos-$startpos, # PREFIX
[all …]
/dports/textproc/p5-Text-Balanced/Text-Balanced-2.04/lib/Text/
H A DBalanced.pm205 pos $$textref = $startpos;
267 $startpos, $ldelpos-$startpos, # PREFIX
409 $startpos, $opentagpos-$startpos, # PREFIX
419 $startpos, $opentagpos-$startpos, # PREFIX
428 pos($$textref) = $startpos;
495 return ($startpos, $varpos-$startpos,
634 return ( $startpos, $codepos-$startpos,
675 my ($textlen,$startpos,
716 $startpos, $oppos-$startpos, # PREFIX
771 $startpos, $oppos-$startpos, # PREFIX
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm205 pos $$textref = $startpos;
267 $startpos, $ldelpos-$startpos, # PREFIX
409 $startpos, $opentagpos-$startpos, # PREFIX
419 $startpos, $opentagpos-$startpos, # PREFIX
428 pos($$textref) = $startpos;
495 return ($startpos, $varpos-$startpos,
634 return ( $startpos, $codepos-$startpos,
675 my ($textlen,$startpos,
716 $startpos, $oppos-$startpos, # PREFIX
771 $startpos, $oppos-$startpos, # PREFIX
[all …]
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-prj/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c65 gint startpos; in shift_left_cb() local
89 startpos = sci_get_selection_start(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
96 startpos = i; in shift_left_cb()
209 gint startpos; in shift_right_cb() local
230 startpos = sci_get_selection_start(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
236 endpos = startpos; in shift_right_cb()
237 startpos = i; in shift_right_cb()
[all …]

12345678910>>...113