OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lex_state
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
lex.c
20
typedef struct
lex_state
Lex_state
;
21
struct
lex_state
{
struct
50
Lex_state
*base; /* used to point to next state block */
56
Lex_state
*base;
57
Lex_state
*end;
69
static
Lex_state
*push_state_ ARGS((State_info *si,
Lex_state
*old_end));
70
static
Lex_state
*pop_state_ ARGS((State_info *si,
Lex_state
*old_end))
[
all
...]
/src/external/gpl3/gcc/dist/libcpp/
traditional.cc
391
enum ls
lex_state
= ls_none;
local
461
if ((
lex_state
== ls_fun_open ||
lex_state
== ls_fun_close)
467
if (
lex_state
== ls_fun_close)
532
&& (
lex_state
== ls_none ||
lex_state
== ls_fun_open)
540
lex_state
= ls_fun_open;
550
lex_state
= ls_none;
562
else if (
lex_state
== ls_hash)
564
lex_state
= ls_predicate
[
all
...]
/src/external/gpl3/gcc.old/dist/libcpp/
traditional.cc
391
enum ls
lex_state
= ls_none;
local
461
if ((
lex_state
== ls_fun_open ||
lex_state
== ls_fun_close)
467
if (
lex_state
== ls_fun_close)
532
&& (
lex_state
== ls_none ||
lex_state
== ls_fun_open)
540
lex_state
= ls_fun_open;
550
lex_state
= ls_none;
562
else if (
lex_state
== ls_hash)
564
lex_state
= ls_predicate
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026