Searched refs:orig_start (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dcomplete.c2122 static int orig_start, orig_end; local
2155 orig_start = rl_point;
2158 orig_text = rl_copy_text (orig_start, orig_end);
2159 matches = gen_completion_matches (orig_text, orig_start, orig_end,
2185 rl_line_buffer[orig_start] and rl_line_buffer[rl_point] with
2206 insert_match (orig_text, orig_start, MULT_MATCH, &quote_char);
2210 insert_match (matches[match_list_index], orig_start, SINGLE_MATCH, &quote_char);
/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashline.c1552 static const char *orig_start; local
1561 orig_start = text;
1569 start_len = text - orig_start;
1617 value[0] = *orig_start;
1619 strncpy (value, orig_start, start_len);
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_object.c7141 vm_object_offset_t orig_start; local
7176 orig_start = *start;
7177 target_start = orig_start;
7219 if (orig_start >= object_size) {
7350 * of the cluster we are considering... 'orig_start' will be in
7362 assert((vm_size_t)(orig_start - target_start) == (orig_start - target_start));
7363 tail_size = pre_heat_size - (vm_size_t)(orig_start - target_start) - PAGE_SIZE;
7392 for (offset = orig_start - PAGE_SIZE_64; head_size; offset -= PAGE_SIZE_64, head_size -= PAGE_SIZE) {
7426 for (offset = orig_start
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dregexec.c3890 const UChar *orig_start = start; local
4185 if (orig_start < end)
4186 orig_start += enclen(reg->enc, orig_start, end); /* is upper range */
4211 MATCH_AND_RETURN_CHECK(orig_start);
4239 MATCH_AND_RETURN_CHECK(orig_start);

Completed in 103 milliseconds