OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:peek_char
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl2/groff/dist/src/preproc/eqn/
lex.cpp
32
int
peek_char
();
293
friend int
peek_char
();
571
int
peek_char
()
function
796
c =
peek_char
();
1032
if (c == 'o' && d == 'f' &&
peek_char
() == 'f') {
/src/external/gpl2/groff/dist/src/preproc/refer/
command.cpp
42
int
peek_char
();
62
inline int input_item::
peek_char
()
function in class:input_item
104
static int
peek_char
();
138
int input_stack::
peek_char
()
function in class:input_stack
141
int c = top->
peek_char
();
268
if (c == '\\' && input_stack::
peek_char
() == '\n')
280
c = input_stack::
peek_char
();
285
int d = input_stack::
peek_char
();
292
int d = input_stack::
peek_char
();
305
c = input_stack::
peek_char
();
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
read-md.cc
436
md_reader::
peek_char
(void)
function in class:md_reader
/src/external/gpl3/gcc.old/dist/gcc/
read-md.cc
436
md_reader::
peek_char
(void)
function in class:md_reader
/src/external/gpl2/groff/dist/src/preproc/pic/
lex.cpp
243
static int
peek_char
();
303
int input_stack::
peek_char
()
function in class:input_stack
556
c = input_stack::
peek_char
();
564
c = input_stack::
peek_char
();
567
c = input_stack::
peek_char
();
570
c = input_stack::
peek_char
();
573
c = input_stack::
peek_char
();
599
c = input_stack::
peek_char
();
602
c = input_stack::
peek_char
();
605
c = input_stack::
peek_char
();
[
all
...]
/src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc
6920
char
peek_char
; /* Character we're going to peek at. */
local
6930
peek_char
= gfc_peek_ascii_char ();
6939
switch (
peek_char
)
7764
char
peek_char
;
local
7885
peek_char
= gfc_peek_ascii_char ();
7900
if (
peek_char
!= '(')
8030
char
peek_char
;
local
8065
peek_char
= gfc_peek_ascii_char ();
8124
if (
peek_char
!= '(')
/src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc
6849
char
peek_char
; /* Character we're going to peek at. */
local
6859
peek_char
= gfc_peek_ascii_char ();
6868
switch (
peek_char
)
7693
char
peek_char
;
local
7814
peek_char
= gfc_peek_ascii_char ();
7829
if (
peek_char
!= '(')
7959
char
peek_char
;
local
7994
peek_char
= gfc_peek_ascii_char ();
8053
if (
peek_char
!= '(')
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026