Lines Matching defs:p

94 bc_parse_isDelimiter(const BcParse* p)  in bc_parse_isDelimiter()
152 bc_parse_TopFunc(const BcParse* p) in bc_parse_TopFunc()
168 bc_parse_setLabel(BcParse* p) in bc_parse_setLabel()
192 bc_parse_createLabel(BcParse* p, size_t idx) in bc_parse_createLabel()
204 bc_parse_createCondLabel(BcParse* p, size_t idx) in bc_parse_createCondLabel()
225 bc_parse_createExitLabel(BcParse* p, size_t idx, bool loop) in bc_parse_createExitLabel()
252 bc_parse_operator(BcParse* p, BcLexType type, size_t start, size_t* nexprs) in bc_parse_operator()
299 bc_parse_rightParen(BcParse* p, size_t* nexprs) in bc_parse_rightParen()
325 bc_parse_args(BcParse* p, uint8_t flags) in bc_parse_args()
361 bc_parse_call(BcParse* p, const char* name, uint8_t flags) in bc_parse_call()
405 bc_parse_name(BcParse* p, BcInst* type, bool* can_assign, uint8_t flags) in bc_parse_name()
498 bc_parse_noArgBuiltin(BcParse* p, BcInst inst) in bc_parse_noArgBuiltin()
522 bc_parse_builtin(BcParse* p, BcLexType type, uint8_t flags, BcInst* prev) in bc_parse_builtin()
564 bc_parse_builtin3(BcParse* p, BcLexType type, uint8_t flags, BcInst* prev) in bc_parse_builtin3()
659 bc_parse_scale(BcParse* p, BcInst* type, bool* can_assign, uint8_t flags) in bc_parse_scale()
704 bc_parse_incdec(BcParse* p, BcInst* prev, bool* can_assign, size_t* nexs, in bc_parse_incdec()
792 bc_parse_minus(BcParse* p, BcInst* prev, size_t ops_bgn, bool rparen, in bc_parse_minus()
816 bc_parse_str(BcParse* p, BcInst inst) in bc_parse_str()
828 bc_parse_print(BcParse* p, BcLexType type) in bc_parse_print()
879 bc_parse_return(BcParse* p) in bc_parse_return()
938 bc_parse_noElse(BcParse* p) in bc_parse_noElse()
951 bc_parse_endBody(BcParse* p, bool brace) in bc_parse_endBody()
1081 bc_parse_startBody(BcParse* p, uint16_t flags) in bc_parse_startBody()
1090 bc_parse_endif(BcParse* p) in bc_parse_endif()
1135 bc_parse_if(BcParse* p) in bc_parse_if()
1172 bc_parse_else(BcParse* p) in bc_parse_else()
1200 bc_parse_while(BcParse* p) in bc_parse_while()
1232 bc_parse_for(BcParse* p) in bc_parse_for()
1322 bc_parse_loopExit(BcParse* p, BcLexType type) in bc_parse_loopExit()
1370 bc_parse_func(BcParse* p) in bc_parse_func()
1496 bc_parse_auto(BcParse* p) in bc_parse_auto()
1560 bc_parse_body(BcParse* p, bool brace) in bc_parse_body()
1619 bc_parse_stmt(BcParse* p) in bc_parse_stmt()
1947 bc_parse_parse(BcParse* p) in bc_parse_parse()
1998 bc_parse_expr_err(BcParse* p, uint8_t flags, BcParseNext next) in bc_parse_expr_err()
2625 bc_parse_expr_status(BcParse* p, uint8_t flags, BcParseNext next) in bc_parse_expr_status()
2636 bc_parse_expr(BcParse* p, uint8_t flags) in bc_parse_expr()