Searched refs:peek (Results 101 - 125 of 129) sorted by relevance

123456

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c12141 #define peek(c) peek_n((c), 0) macro
12192 if (c == '\r' && peek('\n')) {
12288 if (peek('{')) { /* handle \u{...} form */
12312 } while (string_literal && (peek(' ') || peek('\t')));
12314 if (!peek('}')) {
12404 if (peek('u')) goto eof;
12420 if (peek('u')) goto eof;
13398 if (peek('!')) parser->has_shebang = 1;
13800 if (peek('
[all...]
H A Dripper.y5555 #define peek(c) peek_n((c), 0)
5606 if (c == '\r' && peek('\n')) {
5702 if (peek('{')) { /* handle \u{...} form */
5726 } while (string_literal && (peek(' ') || peek('\t')));
5728 if (!peek('}')) {
5818 if (peek('u')) goto eof;
5834 if (peek('u')) goto eof;
6812 if (peek('!')) parser->has_shebang = 1;
7214 if (peek('
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c12051 #define peek(c) peek_n((c), 0) macro
12102 if (c == '\r' && peek('\n')) {
12198 if (peek('{')) { /* handle \u{...} form */
12222 } while (string_literal && (peek(' ') || peek('\t')));
12224 if (!peek('}')) {
12314 if (peek('u')) goto eof;
12330 if (peek('u')) goto eof;
13308 if (peek('!')) parser->has_shebang = 1;
13710 if (peek('
[all...]
H A Dparse.y5555 #define peek(c) peek_n((c), 0)
5606 if (c == '\r' && peek('\n')) {
5702 if (peek('{')) { /* handle \u{...} form */
5726 } while (string_literal && (peek(' ') || peek('\t')));
5728 if (!peek('}')) {
5818 if (peek('u')) goto eof;
5834 if (peek('u')) goto eof;
6812 if (peek('!')) parser->has_shebang = 1;
7214 if (peek('
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dfile_module.c275 uint32_t peek, bit; local
306 status = notify_peek(pp->notify_token[vtype], &peek);
307 if (status == NOTIFY_STATUS_OK) *a = ntohl(peek);
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dmamake.c236 int peek; /* next line already in input */ member in struct:__anon9228
1121 if (state.peek)
1122 state.peek = 0;
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DThunkGenerators.cpp240 jit.peek(JSInterfaceJIT::regT1);
264 jit.peek(JSInterfaceJIT::regT1);
H A DJITOpcodes32_64.cpp58 peek(regT1);
H A DJITOpcodes.cpp702 peek(regT3, OBJECT_OFFSETOF(struct JITStackFrame, vm) / sizeof(void*));
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbasic.vim93 syn keyword basicFunction LPOS lpos Lpos PEEK peek Peek
H A Dmonk.vim99 syn keyword monkFunc close-output-port eof-object? read read-char peek-char
H A Dlogtalk.vim126 syn match logtalkBuiltIn "\<threaded\(_\(call\|once\|ignore\|exit\|peek\|wait\|notify\)\)\?\ze("
H A Dscheme.vim105 syn keyword schemeFunc close-output-port eof-object? read read-char peek-char
H A Dbaan.vim1221 syn keyword baanBshell peek.event
1418 syn match baanBshell "\<bms.peek\$"
H A Dlisp.vim379 syn keyword lispFunc file-namestring peek-char with-standard-io-syntax
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm703 sub peek { subroutine
706 return $self->generic_read(\&Net::SSLeay::peek, @_);
827 # no usable peek - need to read byte after byte
828 die "empty \$/ is not supported if I don't have peek" if $delim1 ne '';
851 my $poke = Net::SSLeay::peek($ssl,1);
858 # peek into available data w/o reading
861 ( my $pb = Net::SSLeay::peek( $ssl,$pending )) ne '' ) {
2132 =item B<peek(...)>
2136 that successive calls to peek() with the same arguments will return the same results.
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_event.c2349 * list of knotes to see, and peek at the stay-
2362 unsigned peek; local
2364 peek = kn->kn_fop->f_peek(kn);
2366 if (peek > 0) {
/macosx-10.9.5/CPANInternal-140/JSON/lib/JSON/
H A DPP.pm1076 my $peek = substr($text,$at,1);
1077 my $hex = $peek =~ /[xX]/; # 0 or 1
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-source.cxx2012 for (nameptr = name; (ch = fp->peek()) != EOF;)
2065 nextch = fp->peek();
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMAssembler.h566 inline void peek(int reg, Condition cc = AL) function in class:JSC::ARMAssembler
H A DMacroAssembler.h161 void peek(RegisterID dest, int index = 0) function in class:JSC::MacroAssembler
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm1056 my $peek = substr($text,$at,1);
1057 my $hex = $peek =~ /[xX]/; # 0 or 1
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrJIT.cpp317 peek(reg, frameLocation);
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter64.asm1681 peek 0, t1
H A DLowLevelInterpreter32_64.asm1849 peek 0, t1

Completed in 377 milliseconds

123456