Searched refs:INIT (Results 1 - 25 of 41) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A DEXTERN.h14 #undef INIT macro
15 #define INIT(x) macro
H A DINTERN.h14 #undef INIT macro
15 #define INIT(x) = x macro
H A Da2p.h341 EXT int mop INIT(1);
363 EXT char *Yes INIT("1");
364 EXT char *No INIT("");
398 EXT int line INIT(0);
402 EXT char *bufptr INIT(buf);
404 EXT STR *linestr INIT(Nullstr);
407 EXT int expectterm INIT(TRUE);
410 EXT int debug INIT(0);
411 EXT int dlevel INIT(0);
420 EXT STR *freestrroot INIT(Nullst
[all...]
H A Dstr.h31 EXT long tmps_max INIT(-1);
/osnet-11/usr/src/lib/librstp/common/
H A Dp2p.c30 CHOOSE(INIT), \
59 case INIT:
78 case INIT:
H A Dmigrate.c29 CHOOSE(INIT), \
48 case INIT:
77 return STP_hop_2_state (this, INIT);
80 case INIT:
H A Dtopoch.c30 CHOOSE(INIT), \
116 case INIT:
118 flush (this, "topoch INIT");
187 return STP_hop_2_state (this, INIT);
191 case INIT:
202 return STP_hop_2_state (this, INIT);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DINTERN.h51 #undef INIT macro
52 #define INIT(x) = x macro
H A DEXTERN.h58 #undef INIT macro
59 #define INIT(x) macro
H A Dperl.h3041 INIT("Use of uninitialized value%s%s");
3043 INIT("Semicolon seems to be missing");
3045 INIT("Unquoted string \"%s\" may clash with future reserved word");
3047 INIT("Unsuccessful %s on filename containing newline");
3049 INIT("Can't use %s ref as %s ref");
3051 INIT("Can't use string (\"%.32s\") as %s ref while \"strict refs\" in use");
3053 INIT("Can't use an undefined value as %s reference");
3055 INIT("Modification of non-creatable array value attempted, subscript %d");
3057 INIT("Modification of non-creatable hash value attempted, subscript \"%s\"");
3059 INIT("Modificatio
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dfrexp.c40 #define INIT() _ast_dbl_exp_t _pow_
62 #define INIT() (pow2tab[0]?0:init())
77 INIT();
141 INIT();
H A Dfrexpl.c44 #define INIT() _ast_fltmax_exp_t _pow_
66 #define INIT() (pow2tab[0]?0:init())
83 INIT();
149 INIT();
H A Dregexp.h85 #ifdef INIT
86 INIT;
/osnet-11/usr/src/lib/libadm/common/
H A Dregexp.c33 #define INIT char *sp = instring; macro
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
H A DIntrs.xs63 INIT:
89 INIT:
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dregexp.h95 #ifdef INIT
96 INIT;
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dregexp.h95 #ifdef INIT
96 INIT;
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dregexp.h95 #ifdef INIT
96 INIT;
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dregexp.h95 #ifdef INIT
96 INIT;
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java150 INIT, enum constant in enum:LocalConsumer.State
159 private State state = State.INIT;
295 if (state != State.INIT) {
325 case INIT:
443 case INIT:
485 assert ((state != State.INIT) && (state != State.OPEN));
523 case INIT:
548 case INIT:
570 return ((state != State.INIT) && (state != State.CLOSED));
737 case INIT
[all...]
/osnet-11/usr/src/lib/libpp/i386/
H A Dppdebug.h156 "INIT", INIT,
204 "INIT", IN_INIT,
/osnet-11/usr/src/lib/libpp/sparc/
H A Dppdebug.h156 "INIT", INIT,
204 "INIT", IN_INIT,
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h21 # define INIT(x) = x macro
25 # define INIT(x)
/osnet-11/usr/src/lib/libpp/common/
H A Dppinput.c109 if ((pp.mode & (DUMP|INIT)) == DUMP)
178 if (pp.incref && !(pp.mode & INIT))
208 if (pp.mode & (INIT|MARKHOSTED))
216 if (!(pp.mode & (INIT|MARKHOSTED)))
H A Dppmisc.c39 if (!(sym = ppsymget(pp.symtab, name)) && (ref <= REF_NORMAL && pp.macref || ref == REF_CREATE || ref == REF_DELETE && (pp.mode & (INIT|READONLY))))

Completed in 84 milliseconds

12