Home
last modified time | relevance | path

Searched refs:PKL_AST_INCRDECR_SIGN (Results 1 – 5 of 5) sorted by relevance

/dports/editors/poke/poke-1.0/libpoke/
H A Dpkl-anal.c1007 int incrdecr_sign = PKL_AST_INCRDECR_SIGN (incrdecr); in PKL_PHASE_BEGIN_HANDLER()
H A Dpkl-trans.c1327 int incrdecr_sign = PKL_AST_INCRDECR_SIGN (incrdecr); in PKL_PHASE_BEGIN_HANDLER()
H A Dpkl-ast.h1377 #define PKL_AST_INCRDECR_SIGN(AST) ((AST)->incrdecr.sign) macro
H A Dpkl-typify.c2117 int incrdecr_sign = PKL_AST_INCRDECR_SIGN (incrdecr); in PKL_PHASE_BEGIN_HANDLER()
H A Dpkl-ast.c1610 PKL_AST_INCRDECR_SIGN (incrdecr) = sign; in pkl_ast_make_incrdecr()