Searched refs:exec_in_REXX_with (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-REXX/ |
H A D | REXX.xs | 68 exec_in_REXX_with(pTHX_ char *cmd, int c, char **handlerNames, RexxFunctionHandler **handlers) in exec_in_REXX_with() function 233 ( exec_cv = cv, exec_in_REXX_with(aTHX_ (cmd),1, &(name), &PF)) 235 #define REXX_eval(cmd) ( exec_in_REXX_with(aTHX_ (cmd), 0, NULL, NULL))
|