Searched refs:peek (Results 26 - 50 of 129) sorted by relevance

123456

/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Druby-lex.rb181 def peek(i = 0) method
364 proc{|op, io| @prev_char_no == 0 && peek(0) =~ /\s/}) do
368 until peek_equal?("=end") && peek(4) =~ /\s/
416 c = peek(0)
499 if @space_seen and peek(0) =~ /[0-9]/
504 elsif @lex_state != EXPR_END and peek(0) =~ /[0-9]/
516 if peek(0) =~ /[0-9]/
546 if @lex_state == EXPR_END || peek(0) =~ /\s/
571 elsif peek(0) == '='
575 elsif @lex_state == EXPR_ARG and @space_seen and peek(
[all...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dditto.c129 * Since each screen can peek into the fifo, we do not update the tail index,
130 * but modify the peek-index.
133 * ahead of peek.
136 peek_fifo(FIFO * fifo, PEEK * peek) argument
139 if (peek->sequence < fifo->sequence) {
140 peek->sequence += 1;
141 result = fifo->data[THIS_FIFO(peek->sequence)];
291 PEEK *peek = &(ditto->peeks[which]); local
294 while ((ch = peek_fifo(fifo, peek)) > 0) {
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml7 match Stream.peek stream with
H A Dparser.ml52 match Stream.peek stream with
68 match Stream.peek stream with
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml9 match Stream.peek stream with
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/MIMESniffing/
H A Dtst_MIMESniffing.cpp56 QByteArray data = file.peek(sniffer.dataSize());
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfvscanf.c39 static void _sfbuf(Sfio_t* f, int* peek) argument
41 static void _sfbuf(f, peek)
43 int* peek;
47 { if(*peek) /* try peeking for a share stream if possible */
53 *peek = 0; /* can't peek, back to normal reads */
67 int peek; /* != 0 if unseekable/share stream */ member in struct:_scan_s
75 (sc)->peek = peek, (sc)->n_input = n_input)
79 peek
341 int peek; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/drb/
H A Dut_timerholder.rb11 assert_equal(holder.peek(key), self)
/macosx-10.9.5/shell_cmds-175/hexdump/
H A Dhexdump.h105 size_t peek(u_char *, size_t);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_rdengine_tcl.tcl64 set pos [$mystackloc peek]
69 return [$mystackast peek]
117 method ast {} { return [$mystackast peek] }
362 set myloc [$mystackloc peek]
399 set myloc [$mystackloc peek]
436 set myloc [$mystackloc peek]
473 $mystackast trim* [$mystackmark peek]
474 set myloc [$mystackloc peek]
1090 set mark [$mystackmark peek];# Old size of stack before current nt pushed more.
1098 # peek
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcksum.c183 register int peek; local
199 peek = 0;
203 if (peek)
205 peek = 0;
214 peek = 1;
222 if (peek)
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/UglifyJS/
H A Dparse-js.js270 function peek() { return S.text.charAt(S.pos); }; function in function:tokenizer
287 return !S.peek();
323 while (HOP(WHITESPACE_CHARS, peek()))
328 var ret = "", ch = peek(), i = 0;
331 ch = peek();
468 if (!peek()) return op;
469 var bigger = op + peek();
483 switch (peek()) {
498 return is_digit(peek())
528 var ch = peek();
633 function peek() { return S.peeked || (S.peeked = S.input()); }; function in function:parse
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_enumerator.rb174 assert_equal(1, e.peek)
175 assert_equal(1, e.peek)
177 assert_raise(StopIteration) { e.peek }
178 assert_raise(StopIteration) { e.peek }
187 a = e.peek
189 assert_equal([1,2], e.peek)
200 assert_equal([1,2], e.peek)
249 assert_equal(nil, e.peek)
251 assert_equal(1, e.peek)
253 assert_equal([1,2], e.peek)
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Dlex.cpp287 virtual int peek() = 0;
307 int peek();
319 int peek();
342 int peek();
409 int file_input::peek() function in class:file_input
442 int macro_input::peek() function in class:macro_input
527 int argument_macro_input::peek() function in class:argument_macro_input
574 int c = current_input->peek();
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml10 match Stream.peek stream with
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml10 match Stream.peek stream with
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml10 match Stream.peek stream with
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml10 match Stream.peek stream with
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOPacketQueue.h128 /*! @function peek
131 @discussion A following call to peek() or dequeue() will return
136 virtual const mbuf_t peek() const;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfindlib.h64 int peek; member in struct:__anon9290
/macosx-10.9.5/swig-10/Lib/java/
H A Ddirector.swg74 jobject peek() {
147 jobject jobj = swig_self_.peek();
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/tests/
H A Dcallbacks.test78 binary scan [::ffidl::peek $p1 [::ffidl::info sizeof int]] [::ffidl::info format int] v1
79 binary scan [::ffidl::peek $p2 [::ffidl::info sizeof int]] [::ffidl::info format int] v2
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dlex.cpp39 int peek();
52 int peek();
116 int file_input::peek() function in class:file_input
149 int macro_input::peek() function in class:macro_input
213 int argument_macro_input::peek() function in class:argument_macro_input
304 int c = current_input->peek();
321 int peek();
335 int char_input::peek() function in class:char_input
1342 int peek();
1389 int for_input::peek() function in class:for_input
1556 int copy_thru_input::peek() function in class:copy_thru_input
1651 int simple_file_input::peek() function in class:simple_file_input
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixEvent.c31 * Structure used to peek into internal XIM data structure.
209 struct XIMPeek *peek;
229 peek = (struct XIMPeek *) dispPtr->inputMethod;
230 if (peek->ic_chain != NULL)
205 struct XIMPeek *peek; local
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DSharedBufferChunkReader.cpp124 size_t SharedBufferChunkReader::peek(Vector<char>& data, size_t requestedSize) function in class:WebCore::SharedBufferChunkReader

Completed in 139 milliseconds

123456