Lines Matching defs:logic
1471 * that implements the logic of automatic ties like %! and %-
1600 as being one half of the logic. Not to be called except from gv_stashsvpvn_cached().
1633 /* FIXME: This is a repeat of logic in gv_fetchpvn_flags */
3221 conflict with the logic of runtime method substitution.
3485 /* Note this logic should be kept in sync with amagic_call() */
3806 /* Note this logic should be kept in sync with amagic_applies() */
3808 int logic;
3873 logic = SvTRUE_NN(lessp);
3877 logic = (SvNV(lessp) < 0);
3879 if (logic) {