Home
last modified time | relevance | path

Searched refs:cur_pos (Results 1 – 25 of 2258) sorted by relevance

12345678910>>...91

/dports/audio/mp3splt/mp3splt-2.6.2/src/
H A Doptions_parsers.c288 if (strstr(cur_pos,"get=") == cur_pos) in parse_query_arg()
292 cur_pos += 4; in parse_query_arg()
309 snprintf(freedb_type,end_pos-cur_pos+1,"%s",cur_pos); in parse_query_arg()
335 if ((end_pos != cur_pos) && (end_pos-cur_pos < 255) in parse_query_arg()
338 snprintf(freedb_server,end_pos-cur_pos+1,"%s",cur_pos); in parse_query_arg()
362 cur_pos++; in parse_query_arg()
376 if ((end_pos != cur_pos) && (end_pos-cur_pos < 10)) in parse_query_arg()
378 snprintf(freedb_port,end_pos-cur_pos+1,"%s",cur_pos); in parse_query_arg()
514 if ((cur_pos = strchr(cur_pos, '{'))) in parse_query_arg()
541 if ((cur_pos = strchr(cur_pos, '('))) in parse_query_arg()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/console/src/c/windows/
H A DTermLine.c113 if (cur_pos > 0) in moveBackSingleChar()
133 while ((cur_pos > 0) && (isspace(cur_line[cur_pos - 1]) )) in moveBackSingleWord()
138 while ((cur_pos > 0) && ( !isspace(cur_line[cur_pos - 1]) )) in moveBackSingleWord()
149 while ( !isspace(cur_line[cur_pos]) && (cur_pos < max_pos) ) in moveForwardSingleWord()
152 cur_pos++; in moveForwardSingleWord()
154 while ( isspace(cur_line[cur_pos]) && (cur_pos < max_pos) ) in moveForwardSingleWord()
157 cur_pos++; in moveForwardSingleWord()
306 while ((cur_pos > 0) && (cur_line[cur_pos - 1] == VK_SPACE)) in killLastWord()
311 while ((cur_pos > 0) && (cur_line[cur_pos - 1] != VK_SPACE)) in killLastWord()
325 cur_pos = 0; in newLine()
[all …]
/dports/editors/tweak/tweak-3.02/
H A Dactions.c169 cur_pos = 0; in act_pgup()
179 cur_pos = 0; in act_up()
187 cur_pos = begline(cur_pos); in act_home()
189 cur_pos = 0; in act_home()
200 cur_pos--; in act_left()
202 if (cur_pos < 0) { in act_left()
203 cur_pos = 0; in act_left()
219 cur_pos++; in act_right()
235 cur_pos = endline(cur_pos); in act_end()
434 cur_pos = 0; in act_cut()
[all …]
/dports/x11-wm/awesome/awesome-4.3/lib/awful/
H A Dprompt.lua664 cur_pos = cur_pos - 1
713 cur_pos = cur_pos + 1
718 cur_pos = cur_pos - 1
782 cur_pos = cword_start(command, cur_pos)
784 cur_pos = cword_end(command, cur_pos)
838 cur_pos = cur_pos + #selection
847 cur_pos = cur_pos - 1
852 cur_pos = cur_pos - 1
854 cur_pos = cur_pos + 1
880 cur_pos = cur_pos + #key
[all …]
/dports/www/p5-HTML-Template-Pro/HTML-Template-Pro-0.9510/
H A Dprocore.c118 const char* cur_pos=state->cur_pos; in is_string() local
121 if (*pattern == *cur_pos || *PATTERN == *cur_pos) { in is_string()
130 state->cur_pos=cur_pos; in is_string()
140 while (isspace(*(state->cur_pos)) && state->cur_pos<next_to_end) {state->cur_pos++;}; in jump_over_space()
149 while (c!=*(state->cur_pos) && state->cur_pos<next_to_end) {state->cur_pos++;}; in jump_to_char()
162 cur_pos=state->cur_pos; in read_tag_parameter_value()
166 cur_pos++; in read_tag_parameter_value()
202 state->cur_pos=cur_pos; in read_tag_parameter_value()
377 register const char* cur_pos=state->cur_pos; in process_state() local
386 state->cur_pos=cur_pos; in process_state()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/ietf/
H A Drtsp_response.c478 u32 i, cur_pos, size, count; in RTSP_WriteResponse() local
485 cur_pos = 0; in RTSP_WriteResponse()
489 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, " "); in RTSP_WriteResponse()
491 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, " "); in RTSP_WriteResponse()
493 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteResponse()
527 RTSP_WRITE_INT(buffer, size, cur_pos, rsp->CSeq, 0); in RTSP_WriteResponse()
528 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteResponse()
546 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); in RTSP_WriteResponse()
571 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";"); in RTSP_WriteResponse()
642 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); in RTSP_WriteResponse()
[all …]
H A Drtsp_command.c111 u32 i, cur_pos, size, count; in RTSP_WriteCommand() local
118 cur_pos = 0; in RTSP_WriteCommand()
131 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteCommand()
136 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteCommand()
145 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteCommand()
149 RTSP_WRITE_INT(buffer, size, cur_pos, sess->CSeq, 0); in RTSP_WriteCommand()
150 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteCommand()
160 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); in RTSP_WriteCommand()
216 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); in RTSP_WriteCommand()
222 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); in RTSP_WriteCommand()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/ietf/
H A Drtsp_response.c478 u32 i, cur_pos, size, count; in RTSP_WriteResponse() local
485 cur_pos = 0; in RTSP_WriteResponse()
489 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, " "); in RTSP_WriteResponse()
491 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, " "); in RTSP_WriteResponse()
493 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteResponse()
527 RTSP_WRITE_INT(buffer, size, cur_pos, rsp->CSeq, 0); in RTSP_WriteResponse()
528 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteResponse()
546 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); in RTSP_WriteResponse()
571 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";"); in RTSP_WriteResponse()
642 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); in RTSP_WriteResponse()
[all …]
H A Drtsp_command.c111 u32 i, cur_pos, size, count; in RTSP_WriteCommand() local
118 cur_pos = 0; in RTSP_WriteCommand()
131 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteCommand()
136 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteCommand()
145 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteCommand()
149 RTSP_WRITE_INT(buffer, size, cur_pos, sess->CSeq, 0); in RTSP_WriteCommand()
150 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); in RTSP_WriteCommand()
160 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); in RTSP_WriteCommand()
216 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); in RTSP_WriteCommand()
222 RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); in RTSP_WriteCommand()
[all …]
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DODYNARR.h140 if( cur_pos == 0 ) in get()
167 if( cur_pos == 0 ) in get_ptr()
227 cur_pos = last_ele; in end()
234 cur_pos++; in fwd()
243 if (cur_pos > 1) in bkwd()
245 cur_pos--; in bkwd()
260 cur_pos+=step; in jump()
262 if ( cur_pos < 0 ) in jump()
266 cur_pos = last_ele; in jump()
273 cur_pos = desPos; in go()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dreadline.c487 int i = cur_pos; in char_seqlen()
515 cur_pos--; in backspace()
550 cur_pos--; in backspace()
845 cur_pos = 0; in readline()
1234 cur_pos = 0; in switch_prompt()
1276 i = cur_pos; in fix_line()
1277 for (cur_pos = max_pos; cur_pos > i; ) in fix_line()
1293 i = cur_pos; in redraw_line()
1294 for (cur_pos = max_pos; cur_pos > i; ) in redraw_line()
1306 cur_pos = 0; in clear_line()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dreadline.c487 int i = cur_pos; in char_seqlen()
515 cur_pos--; in backspace()
550 cur_pos--; in backspace()
845 cur_pos = 0; in readline()
1234 cur_pos = 0; in switch_prompt()
1276 i = cur_pos; in fix_line()
1277 for (cur_pos = max_pos; cur_pos > i; ) in fix_line()
1293 i = cur_pos; in redraw_line()
1294 for (cur_pos = max_pos; cur_pos > i; ) in redraw_line()
1306 cur_pos = 0; in clear_line()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dreadline.c479 int i = cur_pos; in char_seqlen()
507 cur_pos--; in backspace()
542 cur_pos--; in backspace()
837 cur_pos = 0; in readline()
1226 cur_pos = 0; in switch_prompt()
1268 i = cur_pos; in fix_line()
1269 for (cur_pos = max_pos; cur_pos > i; ) in fix_line()
1285 i = cur_pos; in redraw_line()
1286 for (cur_pos = max_pos; cur_pos > i; ) in redraw_line()
1298 cur_pos = 0; in clear_line()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/contrib/tool/mlcc/
H A Ddata_entry_string.c96 int cur_pos = 0; in string_edit() local
129 if (cur_pos > 1) { in string_edit()
130 memmove(buffer + cur_pos - 2, buffer + cur_pos - 1, strlen(buffer) - cur_pos + 2); in string_edit()
131 cur_pos--; in string_edit()
148 cur_pos++; in string_edit()
155 cur_pos--; in string_edit()
160 if ((cur_pos > 0) && (cur_pos <= strlen(buffer))) in string_edit()
161 memmove(buffer + cur_pos - 1, buffer + cur_pos, strlen(buffer) - cur_pos + 2); in string_edit()
167 if (cur_pos > 0) { in string_edit()
168 memmove(buffer + cur_pos, buffer + cur_pos - 1, strlen(buffer) - cur_pos + 2); in string_edit()
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/examples/spacepat/c/
H A Dwasm3.c85 int cur_pos = 0; variable
102 cur_pos = new_loc; in move_to()
118 label, cur_pos, level[cur_pos].label); in cmd_label()
140 cur_pos); in cmd_cue()
149 move_to(cur_pos + 1); in cmd_cue()
162 cur_pos); in cmd_cuelbl()
178 move_to(cur_pos + 1); in cmd_cuelbl()
189 cur_pos); in cmd_exit()
198 move_to(cur_pos + 1); in cmd_exit()
211 cur_pos); in cmd_exitlbl()
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/core/
H A DPreProcessor.cc207 ++cur_pos; in get_token_()
214 ++cur_pos; in get_token_()
219 ++cur_pos; in get_token_()
224 ++cur_pos; in get_token_()
229 ++cur_pos; in get_token_()
234 ++cur_pos; in get_token_()
239 ++cur_pos; in get_token_()
266 ++cur_pos; in get_token_()
318 --cur_pos; in get_token_()
513 cur_pos=0; in erase()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexForth.cxx47 char ch=st->SafeGetCharAt(cur_pos); in getChar()
67 pos0=pos1=pos2=cur_pos; in parse()
68 for(;cur_pos<lengthDoc && (c=getChar(is_bl))==ch; cur_pos++){ in parse()
74 pos1=cur_pos; in parse()
76 if(cur_pos==lengthDoc) return 0; in parse()
77 for(len=0;cur_pos<lengthDoc && (c=getChar(is_bl))!=ch; cur_pos++){ in parse()
111 cur_pos=startPos; in ColouriseForthDoc()
142 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
147 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
152 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexForth.cxx47 char ch=st->SafeGetCharAt(cur_pos); in getChar()
67 pos0=pos1=pos2=cur_pos; in parse()
68 for(;cur_pos<lengthDoc && (c=getChar(is_bl))==ch; cur_pos++){ in parse()
74 pos1=cur_pos; in parse()
76 if(cur_pos==lengthDoc) return 0; in parse()
77 for(len=0;cur_pos<lengthDoc && (c=getChar(is_bl))!=ch; cur_pos++){ in parse()
111 cur_pos=startPos; in ColouriseForthDoc()
142 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
147 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
152 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexForth.cxx47 char ch=st->SafeGetCharAt(cur_pos); in getChar()
67 pos0=pos1=pos2=cur_pos; in parse()
68 for(;cur_pos<lengthDoc && (c=getChar(is_bl))==ch; cur_pos++){ in parse()
74 pos1=cur_pos; in parse()
76 if(cur_pos==lengthDoc) return 0; in parse()
77 for(len=0;cur_pos<lengthDoc && (c=getChar(is_bl))!=ch; cur_pos++){ in parse()
111 cur_pos=startPos; in ColouriseForthDoc()
142 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
147 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
152 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexForth.cxx47 char ch=st->SafeGetCharAt(cur_pos); in getChar()
67 pos0=pos1=pos2=cur_pos; in parse()
68 for(;cur_pos<lengthDoc && (c=getChar(is_bl))==ch; cur_pos++){ in parse()
74 pos1=cur_pos; in parse()
76 if(cur_pos==lengthDoc) return 0; in parse()
77 for(len=0;cur_pos<lengthDoc && (c=getChar(is_bl))!=ch; cur_pos++){ in parse()
111 cur_pos=startPos; in ColouriseForthDoc()
142 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
147 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
152 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DLexForth.cxx47 char ch=st->SafeGetCharAt(cur_pos); in getChar()
67 pos0=pos1=pos2=cur_pos; in parse()
68 for(;cur_pos<lengthDoc && (c=getChar(is_bl))==ch; cur_pos++){ in parse()
74 pos1=cur_pos; in parse()
76 if(cur_pos==lengthDoc) return 0; in parse()
77 for(len=0;cur_pos<lengthDoc && (c=getChar(is_bl))!=ch; cur_pos++){ in parse()
111 cur_pos=startPos; in ColouriseForthDoc()
142 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
147 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
152 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DLexForth.cxx47 char ch=st->SafeGetCharAt(cur_pos); in getChar()
67 pos0=pos1=pos2=cur_pos; in parse()
68 for(;cur_pos<lengthDoc && (c=getChar(is_bl))==ch; cur_pos++){ in parse()
74 pos1=cur_pos; in parse()
76 if(cur_pos==lengthDoc) return 0; in parse()
77 for(len=0;cur_pos<lengthDoc && (c=getChar(is_bl))!=ch; cur_pos++){ in parse()
111 cur_pos=startPos; in ColouriseForthDoc()
142 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
147 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
152 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
[all …]
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DLexForth.cxx47 char ch=st->SafeGetCharAt(cur_pos); in getChar()
67 pos0=pos1=pos2=cur_pos; in parse()
68 for(;cur_pos<lengthDoc && (c=getChar(is_bl))==ch; cur_pos++){ in parse()
74 pos1=cur_pos; in parse()
76 if(cur_pos==lengthDoc) return 0; in parse()
77 for(len=0;cur_pos<lengthDoc && (c=getChar(is_bl))!=ch; cur_pos++){ in parse()
111 cur_pos=startPos; in ColouriseForthDoc()
142 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
147 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
152 if(cur_pos<lengthDoc) cur_pos++; in ColouriseForthDoc()
[all …]
/dports/net/pathneck/pathneck-1.3/
H A Dget-line.c28 char * cur_pos = (char *)0; variable
39 if (cur_pos > end_pos) in get_line()
43 len = end_pos - cur_pos + 1; in get_line()
59 cur_pos = file_read_buf; in get_line()
63 s_pos = cur_pos; in get_line()
65 while (cur_pos <= end_pos) { in get_line()
67 ((*cur_pos) == EOLN))) { in get_line()
69 len = cur_pos - s_pos; in get_line()
73 s_pos = cur_pos+1; in get_line()
77 cur_pos ++; in get_line()
[all …]
/dports/devel/libthai/libthai-0.1.28/src/thbrk/
H A Dthbrk.c186 int cur_pos; in th_brk_find_breaks() local
193 cur_pos = 0; in th_brk_find_breaks()
229 pos + cur_pos, pos_sz - cur_pos, env); in th_brk_find_breaks()
232 cur_pos += n_brk; in th_brk_find_breaks()
238 if (LIKELY (cur_pos > 0) && pos[cur_pos - 1] == p - s) in th_brk_find_breaks()
239 --cur_pos; in th_brk_find_breaks()
273 && cur_pos < pos_sz) in th_brk_find_breaks()
278 pos + cur_pos, pos_sz - cur_pos, env); in th_brk_find_breaks()
281 cur_pos += n_brk; in th_brk_find_breaks()
285 --cur_pos; in th_brk_find_breaks()
[all …]

12345678910>>...91