Lines Matching refs:perl_parse
190 perl_parse(my_perl, NULL, argc, argv, (char **)NULL);
198 C<perl_parse> as its final argument, C<env> here is replaced by
203 C<env> as an argument to perl_parse().
248 perl_parse(my_perl, NULL, argc, argv, NULL);
323 perl_parse(my_perl, NULL, 3, embedding, NULL);
505 perl_parse(my_perl, NULL, 3, embedding, NULL);
642 perl_parse(my_perl, NULL, 2, my_argv, (char **)NULL);
680 If the file is pulled in by C<perl_parse()>, compiled into a newly
796 exitstatus = perl_parse(my_perl, NULL, 2, embedding, NULL);
853 the perl_parse fails and C<perl_destruct> will return the exit value.
934 perl_parse(one_perl, NULL, 3, one_args, (char **)NULL);
936 perl_parse(two_perl, NULL, 3, two_args, (char **)NULL);
991 calling I<perl_parse()>, handing it NULL for the second argument:
993 perl_parse(my_perl, NULL, argc, my_argv, NULL);
1028 Once you have this code, slap it into the second argument of I<perl_parse()>:
1031 perl_parse(my_perl, xs_init, argc, my_argv, NULL);