Home
last modified time | relevance | path

Searched refs:PKL_AST_DECL_ORDER (Results 1 – 2 of 2) sorted by relevance

/dports/editors/poke/poke-1.0/libpoke/
H A Dpkl-env.c242 PKL_AST_DECL_ORDER (decl) = env->num_types++; in pkl_env_register()
246 PKL_AST_DECL_ORDER (decl) = env->num_vars++; in pkl_env_register()
249 PKL_AST_DECL_ORDER (decl) = env->num_units++; in pkl_env_register()
276 *over = PKL_AST_DECL_ORDER (decl); in pkl_env_lookup_1()
H A Dpkl-ast.h1073 #define PKL_AST_DECL_ORDER(AST) ((AST)->decl.order) macro