OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stmt_expr
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint1/
tree.c
5128
typedef struct
stmt_expr
{
struct
5131
struct
stmt_expr
*se_enclosing;
5132
}
stmt_expr
;
typedef in typeref:struct:stmt_expr
5134
static
stmt_expr
*stmt_exprs;
5141
stmt_expr
*se = xmalloc(sizeof(*se));
5167
stmt_expr
*se = stmt_exprs;
tree.c
5128
typedef struct
stmt_expr
{
struct
5131
struct
stmt_expr
*se_enclosing;
5132
}
stmt_expr
;
typedef in typeref:struct:stmt_expr
5134
static
stmt_expr
*stmt_exprs;
5141
stmt_expr
*se = xmalloc(sizeof(*se));
5167
stmt_expr
*se = stmt_exprs;
Completed in 27 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025