Searched defs:PERLIO_NOT_STDIO (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.h122 * There are three cases based on PERLIO_NOT_STDIO which XS code
132 #ifndef PERLIO_NOT_STDIO
133 #define PERLIO_NOT_STDIO 1 macro
136 #ifndef PERLIO_NOT_STDIO
137 #define PERLIO_NOT_STDIO 0 macro
141 #ifdef PERLIO_NOT_STDIO
142 #if PERLIO_NOT_STDIO
144 * PERLIO_NOT_STDIO #define'd as 1
148 #else /* if PERLIO_NOT_STDIO */
150 * PERLIO_NOT_STDIO #defin
[all...]
H A Dperlio.c30 #define PERLIO_NOT_STDIO 0 macro

Completed in 24 milliseconds