Searched refs:ahead (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dclosebrackets.js34 var cur = cm.getCursor(), ahead = cm.getRange(cur, CodeMirror.Pos(cur.line, cur.ch + 1));
35 if (ahead != right || cm.somethingSelected()) return CodeMirror.Pass;
41 var cur = cm.getCursor(), ahead = CodeMirror.Pos(cur.line, cur.ch + 1);
44 cm.replaceSelection(left + right, {head: ahead, anchor: ahead});
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dtcl_parse.tcl620 set ahead [string range $mydata $mypos [expr {$mypos + 30}]]
621 set err [expr {![string length $ahead] ? "eof" : "char"}]
622 set ahead [string map [list \n \\n \t \\t \r \\r] [string range $ahead 0 0]]
624 set msg "[format $myerr($err) $ahead $caller] at line ${myline}.$mycol"
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dentry.c117 Attribute ahead, *atail; local
150 atail = &ahead;
151 ahead.a_next = NULL;
282 if ( atail != &ahead && atail->a_desc->ad_type->sat_flags & SLAP_AT_SORTED_VAL ) {
399 e->e_attrs = ahead.a_next;
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dustring.cpp1034 * sufficient to look ahead one because of UTF-16;
1035 * safe to look ahead one because at worst that would be the terminating NUL
1291 int32_t ahead = *offset + 1; local
1293 if (c == 0x5C /*'\\'*/ && ahead < length) {
1294 c = (UChar) u_unescapeAt(charAt, &ahead, length, context);
1297 *offset = ahead;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_from_peg.tcl151 return [pt::pe ahead [pt::pe dot]] ; # -> Prefix
H A Dpt_pexpression.tcl23 nonterminal optional repeat0 repeat1 ahead notahead \
238 proc ::pt::pe::ahead {pe} { list & $pe }
H A Dpt_peg_to_param.tcl446 Asm::Function [Asm::NewBlock ahead] {
H A Dpt_peg_to_tclparam.tcl545 Asm::Function [Asm::NewBlock ahead] {
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-cache-old.mm1227 cache_allocator_block *ahead = cur->nextFree;
1229 if (!ahead || ahead > dead) {
1230 // cur and ahead straddle dead, OR dead belongs at end of free list
1232 dead->nextFree = ahead;
H A Dobjc-runtime-old.mm3113 _objc_unresolved_category *ahead;
3119 ahead = cat->next;
3122 ahead = cur->next;
3125 cur = ahead;
/macosx-10.9.5/zsh-60/zsh/Functions/Misc/
H A Dzkbd176 Do not type ahead! Wait at least one second after pressing each key for
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Util/
H A DTimeTracker.pm222 second ahead of the the value returned on the previous call. This also means
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dreva.vim74 Builtin execute ahead interp bye >body here pad words make
H A Dsqr.vim218 " as a start-comment if there is only whitespace ahead of it on the line.
H A D2html.vim674 " HTML line wrapping is off--go ahead and fill to the margin
708 " HTML line wrapping is off--go ahead and fill to the margin
H A Dfoxpro.vim607 syn match foxproCmd "^\s*\<set\>\s*\<type\%[ahead]\>"
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c1464 int emptyBlocks, ahead; local
1486 ahead = deviceDescriptionPtr->fBufWritePos - pos;
1487 if(ahead < 0)
1488 ahead += numGroups;
1489 emptyBlocks = 4-ahead;
1490 //printf("pos %d wripos %d ahead %d\n", pos, deviceDescriptionPtr->fBufWritePos, ahead);
1500 ahead+done);
/macosx-10.9.5/vim-53/runtime/indent/
H A DGenericIndent.vim307 " it's the last indentStmts in the line, go ahead and indent
/macosx-10.9.5/zlib-53/zlib/contrib/masmx64/
H A Dgvmat64.asm405 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
/macosx-10.9.5/zlib-53/zlib/contrib/masmx86/
H A Dmatch686.asm344 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
/macosx-10.9.5/CPANInternal-140/Params-Validate/lib/Params/
H A DValidate.pm684 ahead!
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dbibtex.el3111 beginning of the previous entry. If point is ahead of all BibTeX entries
3123 of the previous entry. Do not move if ahead of first entry.
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duupoll.shar194 - (W) there might be an error but the program decided to go ahead.
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm2354 knew everything ahead of time, you wouldn't have to worry about
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm85 can be used as a normal class. You can go ahead and say:

Completed in 419 milliseconds

12