Searched refs:end_pos (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dutil.rb190 end_pos = 0
191 while end_pos = lines.index(/^<\/(\w+)/, end_pos)
193 start_pos = lines.rindex(/^\s*<#{element}/i, end_pos)
194 lines[start_pos ... end_pos] = "__" + lines[start_pos ... end_pos].gsub(/\n(?!\z)/, "\n" + shift) + "__"
/macosx-10.10/OpenSSH-189/openssh/
H A Dprogressmeter.c69 static off_t end_pos; /* ending position of transfer */ variable
135 bytes_left = end_pos - cur_pos;
142 transferred = end_pos;
174 if (end_pos != 0)
175 percent = ((float)cur_pos / end_pos) * 100;
254 end_pos = filesize;
278 if (cur_pos != end_pos)
/macosx-10.10/less-25/less/
H A Djump.c34 POSITION end_pos; local
48 end_pos = ch_tell();
49 pos = back_line(end_pos);
55 if (position(sc_height-1) != end_pos)
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DPathV2.cpp130 size_t end_pos = filename_pos(path); local
132 bool filename_was_sep = path.size() > 0 && is_separator(path[end_pos]);
135 size_t root_dir_pos = root_dir_start(path.substr(0, end_pos));
137 while(end_pos > 0 &&
138 (end_pos - 1) != root_dir_pos &&
139 is_separator(path[end_pos - 1]))
140 --end_pos;
142 if (end_pos == 1 && root_dir_pos == 0 && filename_was_sep)
145 return end_pos;
215 size_t end_pos
[all...]
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_formparse.c43 static char *get_param_word(char **str, char **end_pos) argument
67 *end_pos = ptr;
76 while(ptr < *end_pos);
77 *end_pos = ptr2;
92 *str = *end_pos = ptr;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c930 unsigned short end_pos; /* The position of the end of the matched str */ member in struct:isrch_spot
952 int end_pos, int cs, int len, int dir, int nomatch)
968 isrch_spots[num].end_pos = (unsigned short)end_pos;
984 *end_posp = (int)isrch_spots[num].end_pos;
1142 int end_pos = 0; local
1200 set_isrch_spot(top_spot, hl, pos, pat_hl, pat_pos, end_pos,
1304 &end_pos))
1328 dir, &end_pos);
1376 end_pos
951 set_isrch_spot(int num, int hl, int pos, int pat_hl, int pat_pos, int end_pos, int cs, int len, int dir, int nomatch) argument
[all...]
/macosx-10.10/dtrace-147/sys/
H A Dbitmap.h163 size_t end_pos);
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dattribute_manager.rb116 # Copies +start_pos+ to +end_pos+ from the current string
118 def copy_string(start_pos, end_pos)
119 res = @str[start_pos...end_pos]
/macosx-10.10/ntfs-84/kext/
H A Dntfs_index.c1962 s64 bmp_pos, end_pos, init_size, upl_ofs; local
2016 end_pos = bmp_ni->initialized_size;
2018 for (bmp_pos = 0; bmp_pos < end_pos;) {
2026 if (bmp_pos + PAGE_SIZE > end_pos)
2027 bmp_end = bmp + (end_pos - bmp_pos);
2050 bmp_pos = end_pos;
2052 end_pos = bmp_ni->data_size;
2056 if (bmp_pos + 8 >= end_pos) {
2059 (unsigned long long)end_pos,
2060 (unsigned long long)end_pos
[all...]
/macosx-10.10/vim-55/src/
H A Dsearch.c3586 pos_T *end_pos; local
3633 start_pos = *pos; /* the findmatch for end_pos will overwrite *pos */
3641 if (pos == NULL || (end_pos = findmatch(NULL, other)) == NULL)
3646 curwin->w_cursor = *end_pos;
3682 if ((end_pos = findmatch(NULL, other)) == NULL)
3687 curwin->w_cursor = *end_pos;
3815 pos_T end_pos; local
3949 end_pos = curwin->w_cursor;
3962 curwin->w_cursor = end_pos;
3966 if (equalpos(start_pos, old_start) && equalpos(end_pos, old_en
[all...]
H A Dex_getln.c1722 pos_T end_pos; local
1800 end_pos = curwin->w_cursor;
1804 end_pos = curwin->w_cursor; /* shutup gcc 4 */
1819 curwin->w_cursor = end_pos;
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dparser.h94 unsigned long end_pos; member in struct:_xmlParserNodeInfo
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dparser.h94 unsigned long end_pos; member in struct:_xmlParserNodeInfo
/macosx-10.10/vim-55/runtime/ftplugin/
H A Docaml.vim438 let end_pos = path.' '.end_num1.' '.end_num2.' '.end_num3
439 return '^'.start_pos.' '.end_pos."$"
/macosx-10.10/emacs-93/emacs/src/
H A Deditfns.c872 int end_pos;
880 end_pos = find_before_next_newline (orig, 0, XINT (n) - (XINT (n) <= 0));
883 return Fconstrain_to_field (make_number (end_pos), make_number (orig),
2927 int pos, pos_byte, end_pos;
2950 end_pos = XINT (end);
2954 for (; pos < end_pos; )
867 int end_pos; variable
2913 int pos, pos_byte, end_pos; variable
H A Dxdisp.c3884 struct text_pos end_pos;
3888 CHARPOS (end_pos) = XFASTINT (end);
3890 compute_string_pos (&end_pos, start_pos, it->string);
3892 BYTEPOS (end_pos) = CHAR_TO_BYTE (XFASTINT (end));
3894 return end_pos;
3872 struct text_pos end_pos; local
/macosx-10.10/libxml2-26/libxml2/
H A DSAX2.c1802 ctxt->nodeInfo->end_pos = ctxt->input->cur - ctxt->input->base;
2499 node_info.end_pos = ctxt->input->cur - ctxt->input->base;
H A DHTMLparser.c4287 node_info.end_pos = ctxt->input->consumed +
4322 node_info.end_pos = ctxt->input->consumed +
4342 ctxt->nodeInfo->end_pos = ctxt->input->consumed +
H A Dparser.c10014 node_info.end_pos = ctxt->input->consumed +
10042 node_info.end_pos = ctxt->input->consumed +
10089 node_info.end_pos = ctxt->input->consumed +
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DSAX2.c1773 node_info.end_pos = ctxt->input->cur - ctxt->input->base;
2361 node_info.end_pos = ctxt->input->cur - ctxt->input->base;
H A DHTMLparser.c4210 node_info.end_pos = ctxt->input->consumed +
4245 node_info.end_pos = ctxt->input->consumed +
4265 ctxt->nodeInfo->end_pos = ctxt->input->consumed +
H A Dparser.c9502 node_info.end_pos = ctxt->input->consumed +
9530 node_info.end_pos = ctxt->input->consumed +
9575 node_info.end_pos = ctxt->input->consumed +

Completed in 641 milliseconds