Searched defs:eval (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm113 $evalarg = "\$DB::signal |= do { $stop; }"; &eval;
121 $evalarg = $action, &eval if $action;
128 &eval if ($evalarg = DB->prestop);
132 &eval if ($evalarg = $c->cprestop);
137 if ($running == 2) { # client wants something eval-ed
138 &eval if ($evalarg = $c->evalcode);
144 &eval if ($evalarg = $c->cpoststop);
146 &eval if ($evalarg = DB->poststop);
155 sub eval { subroutine
157 eval "
[all...]
H A Dperl5db.pl64 The debugger uses this trick a I<lot>. Of particular note is C<DB::eval>,
65 which lets the debugger get control inside of C<eval>'ed code. The debugger
67 keep C<$@> safe until it C<DB::eval> returns, at which point the previous
69 track of C<$@> inside C<eval>s which C<eval> other C<eval's>.
280 The item to be eval'ed by C<DB::eval>. Used to prevent messing with the current
281 contents of C<@_> when C<DB::eval> is called.
285 Determines what messages (if any) will get printed when a subroutine (or eval)
596 sub eval { subroutine
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java203 boolean eval;
206 eval = mergeTablesWithAnd(targetServices, sourceServices);
209 eval = mergeTablesWithOr(targetServices, sourceServices);
224 return eval;
286 boolean eval)
310 ret = parseFilterlist(tk, ev, locale, (char)tok, invert, eval);
313 ret = parseFilter(tk, ev, locale, !invert, eval);
317 ret = parseItem(tk, ev, locale, invert, eval);
326 ret = parseItem(tk, ev, locale, invert, eval);
354 boolean eval)
282 parseFilter(StreamTokenizer tk, Parser.QueryEvaluator ev, Locale locale, boolean invert, boolean eval) argument
349 parseFilterlist(StreamTokenizer tk, Parser.QueryEvaluator ev, Locale locale, char op, boolean invert, boolean eval) argument
406 parseItem(StreamTokenizer tk, Parser.QueryEvaluator ev, Locale locale, boolean invert, boolean eval) argument
[all...]
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c244 int eval; local
246 !xdr_int(xdrs, &eval))
248 e->ev_value = eval;
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmail.local.c91 static int eval = EX_OK; /* sysexits.h error value. */ variable
215 return (eval);
547 exit(eval);
636 exit(eval);
660 exit(eval);
671 exit(eval);
700 exit(eval);
751 eval = EX_TEMPFAIL;
775 eval = EX_CANTCREAT;
837 eval
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dutil.c584 int eval = 0; local
594 eval = eval*10 + *z - '0';
597 while( eval>=64 ){ scale *= 1.0e+64; eval -= 64; }
598 while( eval>=16 ){ scale *= 1.0e+16; eval -= 16; }
599 while( eval>=4 ){ scale *= 1.0e+4; eval -= 4; }
600 while( eval>
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c2260 struct eval struct
2283 register struct eval *ep;
2284 if(!(ep = new_of(struct eval,0)))
2296 * This code gets called whenever an end of string is found with eval
2301 register struct eval *ep = (struct eval*)handle;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c1371 ucs2_t i, j, state, eval, syms, rhs; local
1400 eval = 1;
1406 while (eval) {
1412 eval = 0;
1416 eval = 0;
1439 eval = 0;
1448 eval = 0;

Completed in 50 milliseconds