Searched refs:MAXARG (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp_sys.c | 866 PP_wrapped(pp_close, MAXARG, 0) 872 MAXARG == 0 || (!TOPs && !POPs) ? PL_defoutgv : MUTABLE_GV(POPs); 874 if (MAXARG == 0) 939 PP_wrapped(pp_fileno, MAXARG, 0) 947 if (MAXARG < 1) 987 PP_wrapped(pp_umask, MAXARG, 0) 994 if (MAXARG < 1 || (!TOPs && !POPs)) { 1010 if (MAXARG >= 1 && (TOPs||POPs) && (POPi & 0700)) 1017 PP_wrapped(pp_binmode, MAXARG, 0) 1025 if (MAXARG < 1) [all …]
|
| D | pp.c | 591 if (MAXARG == 1) in PP() 3225 PP_wrapped(pp_rand, MAXARG, 0) 3246 if (MAXARG < 1) 3276 PP_wrapped(pp_srand, MAXARG, 0) 3281 if (MAXARG >= 1 && (TOPs || POPs)) { 3824 assert(MAXARG == 2 || MAXARG == 3); in PP() 3826 bool threeargs = (MAXARG == 3); in PP() 3827 if (MAXARG == 3 && !PL_stack_sp[0]) { in PP()
|
| D | pp.h | 636 #define MAXARG (PL_op->op_private & OPpARG4_MASK) macro
|
| D | pp_ctl.c | 2171 PP_wrapped(pp_caller, MAXARG, 0) 2179 bool has_arg = MAXARG && TOPs; 2182 if (MAXARG) { 2343 PP_wrapped(pp_reset, MAXARG, 0) 2348 if (MAXARG < 1 || (!TOPs && !POPs)) { 3628 if (MAXARG < 1)
|
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | testbound.c | 97 #define MAXARG 100 macro 118 if(*pass_argc >= MAXARG-1) in add_opts() 347 char* pass_argv[MAXARG]; in main()
|
| /openbsd/src/usr.sbin/lpd/ |
| D | frontend_lpr.c | 43 #define MAXARG 50 macro 370 char *argv[MAXARG], *line; in lpr_readcommand() 393 for (argc = 0; argc < MAXARG; ) { in lpr_readcommand() 400 if (argc == MAXARG) { in lpr_readcommand()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
| D | ListUtil.xs | 516 if(MAXARG & OPpLOCALE) { in minstr()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5003007 | 884 MAXARG # Z added by devel/scanprov
|