Home
last modified time | relevance | path

Searched refs:PKL_AST_BUILTIN_RAND (Results 1 – 4 of 4) sorted by relevance

/dports/editors/poke/poke-1.0/libpoke/
H A Dpkl-ast.h1416 #define PKL_AST_BUILTIN_RAND 2 macro
H A Dpkl-tab.y2015 BUILTIN_RAND { $$ = PKL_AST_BUILTIN_RAND; }
H A Dpkl-gen.c618 case PKL_AST_BUILTIN_RAND: in PKL_PHASE_BEGIN_HANDLER()
H A Dpkl-tab.c6908 { (yyval.integer) = PKL_AST_BUILTIN_RAND; } in yyparse()