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

/osnet-11/usr/src/lib/libnsl/dial/
H A Dconn.c379 char *want, *altern; local
383 want = flds[k];
386 altern = index(want, '-');
389 ok = expect(want, fn);
397 want = index(altern, '-');
398 if (want != NULL)
399 *want++ = NULLCHAR;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c628 U8 want; local
639 want = o->op_flags & OPf_WANT;
640 if ((want && want != OPf_WANT_SCALAR) || PL_error_count
2008 /* XXX might want a ck_negate() for this */
5099 * This is a little tricky. We only want to add the symbol if we

Completed in 27 milliseconds