HomeSort by: relevance | last modified time | path
    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