Searched refs:next_char (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D8_pkleene62 my si:next_char a
66 my si:next_char a
H A D10_notahead92 my si:next_char a
H A D6_optional62 my si:next_char a
H A D7_kleene63 my si:next_char a
H A D9_ahead92 my si:next_char a
H A D3_peg_itself134 my si:next_char &
149 my si:next_char '
292 my si:next_char \134
328 my si:next_char \134
368 my si:next_char \134
410 my si:next_char \134
635 my si:next_char \51
650 my si:next_char \135
676 my si:next_char :
714 my si:next_char #
[all...]
H A D1_functions110 my si:next_char \51
H A D2_fun_arithmetic138 my si:next_char \50
142 my si:next_char \51
374 my si:next_char \51
H A D0_basic_arithmetic134 my si:next_char \50
138 my si:next_char \51
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-snit/
H A D8_pkleene76 $myparser si:next_char a
80 $myparser si:next_char a
H A D6_optional76 $myparser si:next_char a
H A D7_kleene77 $myparser si:next_char a
H A D10_notahead106 $myparser si:next_char a
H A D9_ahead106 $myparser si:next_char a
H A D2_fun_arithmetic152 $myparser si:next_char \50
156 $myparser si:next_char \51
388 $myparser si:next_char \51
H A D1_functions124 $myparser si:next_char \51
H A D0_basic_arithmetic148 $myparser si:next_char \50
152 $myparser si:next_char \51
H A D3_peg_itself148 $myparser si:next_char &
163 $myparser si:next_char '
306 $myparser si:next_char \134
342 $myparser si:next_char \134
382 $myparser si:next_char \134
424 $myparser si:next_char \134
649 $myparser si:next_char \51
664 $myparser si:next_char \135
690 $myparser si:next_char :
728 $myparser si:next_char #
[all...]
/macosx-10.10/postfix-255/postfix/src/global/
H A Dsmtp_stream.c308 int next_char; local
330 if ((next_char = VSTREAM_GETC(stream)) == '\n') {
335 if (next_char != VSTREAM_EOF)
336 vstream_ungetc(stream, next_char);
366 while ((next_char = VSTREAM_GETC(stream)) != VSTREAM_EOF
367 && next_char != '\n')
H A Dmemcache_proto.c66 int next_char; local
78 if ((next_char = VSTREAM_GETC(stream)) == '\n') {
82 if (next_char != VSTREAM_EOF)
83 vstream_ungetc(stream, next_char);
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dcomp_scan.c87 static bool first_column; /* See 'next_char()' below */
149 * int next_char()
163 next_char(void) function
292 while ((ch = next_char()) == '\n' || iswhite(ch))
379 next_char(); /* frees its allocated memory */
390 while ((ch = next_char()) == '\n' || iswhite(ch)) {
407 ch = next_char();
417 while ((ch = next_char()) == '.' || iswhite(ch))
457 while ((ch = next_char()) != '\n') {
569 while ((ch = next_char()) !
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomutil.c285 unsigned_char_t next_char = string[raw_size + 1];
286 if((is_deliminator[next_char] && next_char != '\0') ||
287 next_char == escape)
317 unsigned_char_t next_char = string[read_pos + 1];
318 if((is_deliminator[next_char] && next_char != '\0') ||
319 next_char == escape)
283 unsigned_char_t next_char = string[raw_size + 1]; local
315 unsigned_char_t next_char = string[read_pos + 1]; local
/macosx-10.10/emacs-93/emacs/src/
H A Dlread.c2493 int next_char;
2512 next_char = READCHAR;
2513 if (next_char == '.')
2527 ok = (next_char <= 040
2528 || (next_char < 0200
2529 && (index ("\"';()[]#?", next_char)
2530 || (!first_in_list && next_char == '`')
2531 || (new_backquote_flag && next_char == ','))));
2533 UNREAD (next_char);
2685 int next_char
2485 int next_char; local
2677 int next_char = READCHAR; local
[all...]
/macosx-10.10/groff-38/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp78 unsigned char next_char; member in struct:lig_kern_command
148 *c2 = t->lig_kern[i].next_char;
187 && lig_kern[i].next_char == c2) {
362 lig_kern[i].next_char = *ptr++;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_cparam.tcl537 Asm::Ins next_char \"$c\" $m

Completed in 699 milliseconds

12