Searched refs:pos (Results 176 - 200 of 1576) sorted by relevance

1234567891011>>

/macosx-10.10.1/less-25/less/
H A Dsearch.c268 POSITION pos; local
292 pos = position(slinenum);
293 if (pos == NULL_POSITION)
306 if (is_hilited(pos, epos, 1, NULL))
309 (void) forw_line(pos);
328 POSITION pos; local
348 pos = position(slinenum);
349 if (pos == NULL_POSITION)
352 if (pos < old_end_attnpos &&
355 (void) forw_line(pos);
971 POSITION pos; local
1245 POSITION pos; local
[all...]
H A Dinput.c378 set_attnpos(pos)
379 POSITION pos;
383 if (pos != NULL_POSITION)
385 if (ch_seek(pos))
394 pos++;
397 start_attnpos = pos;
401 pos++;
405 end_attnpos = pos;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddescr-text.el117 (defun describe-text-properties (pos &optional output-buffer)
124 (if (>= pos (point-max))
127 (describe-text-properties-1 pos output-buffer)
128 (if (not (or (text-properties-at pos) (overlays-at pos)))
138 (insert "Text content at position " (format "%d" pos) ":\n\n")
140 (describe-text-properties-1 pos output-buffer))
143 (defun describe-text-properties-1 (pos output-buffer)
144 (let* ((properties (text-properties-at pos))
145 (overlays (overlays-at pos))
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/uciter8/
H A Duit_len8.c205 int32_t pos; /* requested UTF-16 index */ local
213 pos=delta;
219 pos=iter->index+delta;
223 pos=0;
230 pos=iter->length+delta;
241 pos=0;
252 if(pos<=0) {
255 } else if(iter->length>=0 && pos>=iter->length) {
263 if(iter->index<0 || pos<iter->index/2) {
266 } else if(iter->length>=0 && (iter->length-pos)<(po
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dpromptdialog.rb80 def insert(pos,text)
81 tk_send_without_enc('insert', pos, _get_eval_enc_str(text))
85 def mark(pos)
86 tk_send_without_enc('scan', 'mark', pos)
89 def dragto(pos)
90 tk_send_without_enc('scan', 'dragto', pos)
H A Dscrolledtext.rb420 if (pos = txt.index(pat))
422 #pos = txt[0..(pos-1)].split('').length if pos > 0
423 pos = _ktext_length(txt[0..(pos-1)]) if pos > 0
425 #return [index(start + " + #{pos} chars"), pat.split('').length]
426 return [index(start + " + #{pos} chars"),
429 #return [index(start + " + #{pos} char
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dtm.tcl115 set pos [lsearch -glob $newpaths ${p}/*]
117 if {$pos >= 0} {
119 "$p is ancestor of existing module path [lindex $newpaths $pos]."
155 set pos [lsearch -exact $paths $p]
156 if {$pos >= 0} {
157 set paths [lreplace $paths $pos $pos]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duniset_props.cpp288 isPerlOpen(const UnicodeString &pattern, int32_t pos) { argument
290 return pattern.charAt(pos)==BACKSLASH && ((c=pattern.charAt(pos+1))==LOWER_P || c==UPPER_P);
294 isPerlClose(const UnicodeString &pattern, int32_t pos) {
295 return pattern.charAt(pos)==CLOSE_BRACE;
299 isNameOpen(const UnicodeString &pattern, int32_t pos) { argument
300 return pattern.charAt(pos)==BACKSLASH && pattern.charAt(pos+1)==UPPER_N;
304 isPOSIXOpen(const UnicodeString &pattern, int32_t pos) { argument
305 return pattern.charAt(pos)
370 applyPatternIgnoreSpace(const UnicodeString& pattern, ParsePosition& pos, const SymbolTable* symbols, UErrorCode& status) argument
399 resemblesPattern(const UnicodeString& pattern, int32_t pos) argument
1139 resemblesPropertyPattern(const UnicodeString& pattern, int32_t pos) argument
1164 RuleCharacterIterator::Pos pos; local
1183 int32_t pos = ppos.getIndex(); local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/env/
H A Denv_register.c21 #define REGISTRY_LOCK(env, pos, nowait) \
22 __os_fdlock(env, (env)->dbenv->registry, (off_t)(pos), 1, nowait)
23 #define REGISTRY_UNLOCK(env, pos) \
24 __os_fdlock(env, (env)->dbenv->registry, (off_t)(pos), 0, 0)
212 off_t end, pos; local
298 pos = (off_t)lcnt * PID_LEN;
299 if (REGISTRY_LOCK(env, pos, 1) == 0) {
300 if ((ret = REGISTRY_UNLOCK(env, pos)) != 0)
363 pos = (off_t)lcnt * PID_LEN;
364 if (REGISTRY_LOCK(env, pos,
[all...]
/macosx-10.10.1/vim-55/src/
H A Dsearch.c511 * Start at position 'pos' and return the found position in 'pos'.
518 * if (options & SEARCH_START) accept match at pos itself
528 searchit(win, buf, pos, dir, pat, count, options, pat_use, stop_lnum, tm)
532 pos_T *pos;
571 if ((options & SEARCH_START) || pos->col == MAXCOL)
575 else if (has_mbyte && pos->lnum >= 1 && pos->lnum <= buf->b_ml.ml_line_count
576 && pos->col < MAXCOL - 2)
578 ptr = ml_get_buf(buf, pos
1073 pos_T pos; /* position of the last match */ local
1716 static pos_T pos; /* current search position */ local
2547 pos_T pos, tpos; local
3215 pos_T pos; local
3398 pos_T pos; local
3584 pos_T *pos = NULL; local
3740 pos_T pos; local
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Dfile.c396 trailer[4] = (unsigned char)fp->pos;
397 trailer[5] = (unsigned char)(fp->pos >> 8);
398 trailer[6] = (unsigned char)(fp->pos >> 16);
399 trailer[7] = (unsigned char)(fp->pos >> 24);
664 fp->pos ++;
666 DEBUG_printf(("6cupsFileGetChar: pos=" CUPS_LLFMT, CUPS_LLCAST fp->pos));
853 fp->pos ++;
868 fp->pos ++;
885 DEBUG_printf(("4cupsFileGetLine: pos
1729 cupsFileSeek(cups_file_t *fp, off_t pos) argument
[all...]
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-match-backtrack.c81 int pos; member in struct:__anon2817
168 stack->item.pos = (_pos); \
185 pos = stack->item.pos; \
188 str_source->rewind(pos + pos_add_next, str_source->context); \
203 pos = stack->item.pos; \
227 int pos = 0; local
339 pos = pos_start;
342 str_source->rewind(pos
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdata.cpp104 static unsigned long getOid(const CssmData &data, unsigned int &pos) argument
108 q = q * 128 + (data.byte(pos) & ~0x80);
109 } while (pos < data.length() && data.byte(pos++) & 0x80);
118 unsigned int pos = 0; local
122 unsigned long oid1 = getOid(*this, pos);
128 while (pos < length()) {
130 snprintf(buffer, sizeof(buffer), ".%lu", getOid(*this, pos));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdata.cpp104 static unsigned long getOid(const CssmData &data, unsigned int &pos) argument
108 q = q * 128 + (data.byte(pos) & ~0x80);
109 } while (pos < data.length() && data.byte(pos++) & 0x80);
118 unsigned int pos = 0; local
122 unsigned long oid1 = getOid(*this, pos);
128 while (pos < length()) {
130 snprintf(buffer, sizeof(buffer), ".%lu", getOid(*this, pos));
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Diptable.h51 isc_uint16_t bitlen, isc_boolean_t pos);
57 dns_iptable_merge(dns_iptable_t *tab, dns_iptable_t *source, isc_boolean_t pos);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Derase_no_store_hash_fn_imps.hpp60 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local
61 entry* const p_e = m_entries + pos;
H A Derase_store_hash_fn_imps.hpp58 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
60 entry* const p_e = m_entries + pos;
/macosx-10.10.1/ruby-106/ruby/ext/ripper/lib/ripper/
H A Dfilter.rb53 @__lexer.lex.each do |pos, event, tok|
54 @__line, @__col = *pos
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dtroff.cpp87 position pos = start; local
92 simple_line(pos, v[i]);
96 distance vec(v[i] - pos);
100 dot(pos, lt);
104 dot(pos + vec*j, lt);
110 distance vec(v[i] - pos);
113 simple_line(pos, v[i]);
120 position s(pos + dash_gap_vec*j);
131 pos = v[i];
261 inline position troff_output::transform(const position &pos) argument
377 position pos = transform(start); local
397 position pos = transform(v[0]); local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DMultipleEntry.java27 /* package */ int pos; field in class:MultipleEntry
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dsymtable.h93 * found, return the empty string and leave pos unchanged. That is, if the
94 * character at pos cannot start a name, or if pos is at or after
98 * @param pos on entry, the index of the first character to parse.
101 * failed, pos is unchanged on exit.
108 ParsePosition& pos, int32_t limit) const = 0;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dcompactdecimalformat.h115 * @param pos On input: an alignment field, if desired.
122 FieldPosition& pos) const;
149 * @param pos On input: an alignment field, if desired.
156 FieldPosition& pos) const;
227 * @param pos On input: an alignment field, if desired.
235 FieldPosition& pos,
275 * @param pos input-output position; on input, the position within text
276 * to match; must have 0 <= pos.getIndex() < text.length();
285 ParsePosition& pos) const;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtokiter.h67 int32_t pos; member in class:TokenIterator
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLdifWriter.cpp92 std::string::size_type pos = 0; local
98 while ( pos < line.length() )
104 out << line.substr(pos, linelength) << std::endl;
105 pos += linelength;
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dstringpiece.h87 * @param pos start position in x; must be non-negative and <= x.length().
90 StringPiece(const StringPiece& x, int32_t pos);
94 * @param pos start position in x; must be non-negative and <= x.length().
96 * must be non-negative and will be pinned to at most x.length() - pos.
99 StringPiece(const StringPiece& x, int32_t pos, int32_t len);
190 * @param pos start position; must be non-negative and <= length().
192 * must be non-negative and will be pinned to at most length() - pos.
196 StringPiece substr(int32_t pos, int32_t len = npos) const { argument
197 return StringPiece(*this, pos, len);

Completed in 304 milliseconds

1234567891011>>