Searched refs:XSUB (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/nvi/perl_api/
H A Dperlsfio.c32 #include <XSUB.h>
H A Dperl.xs36 #include <XSUB.h>
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Deval.c39 #define XSUB 1 /* expanding ${} string */ macro
407 type = XSUB;
436 type = XSUB;
490 case XSUB:
710 int state; /* next state: XBASE, XARG, XSUB, XNULLSUB */
753 return XSUB;
792 state = c == '@' ? XNULLSUB : XSUB;
819 state = p[1] == '@' ? XNULLSUB : XSUB;
835 state = XSUB;

Completed in 128 milliseconds