OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T_ELSE
(Results
1 - 9
of
9
) sorted by relevancy
/src/bin/csh/
init.c
118
{ "else",
T_ELSE
},
func.c
309
search(
T_ELSE
, 0, NULL);
630
case
T_ELSE
:
649
if (type == T_IF || type ==
T_ELSE
)
659
if ((type == T_IF || type ==
T_ELSE
) &&
766
case
T_ELSE
:
csh.h
376
#define
T_ELSE
4
parse.c
460
case
T_ELSE
:
/src/sys/dev/microcode/aic7xxx/
aicasm_gram.y
203
%token T_IF
T_ELSE
T_ELSE_IF T_ENDIF
1066
|
T_ELSE
T_IF T_CEXPR '{'
1080
|| last_scope->type ==
T_ELSE
) {
1091
|
T_ELSE
'{'
/src/usr.bin/xlint/lint1/
cgram.y
325
%token
T_ELSE
340
%left
T_ELSE
2227
| if_without_else
T_ELSE
{
2234
| if_without_else
T_ELSE
error {
lex.c
151
kwdef_keyword( "else",
T_ELSE
),
/src/external/gpl3/gcc/dist/libcpp/
directives.cc
152
D(else,
T_ELSE
, KANDR, COND) \
2105
if (ifs->type ==
T_ELSE
)
2111
ifs->type =
T_ELSE
;
2138
if (ifs->type ==
T_ELSE
)
/src/external/gpl3/gcc.old/dist/libcpp/
directives.cc
152
D(else,
T_ELSE
, KANDR, COND) \
2079
if (ifs->type ==
T_ELSE
)
2085
ifs->type =
T_ELSE
;
2112
if (ifs->type ==
T_ELSE
)
Completed in 25 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026