Home
last modified time | relevance | path

Searched refs:LASTOUT (Results 1 – 10 of 10) sorted by relevance

/dports/databases/p5-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07049/maint/travis-ci_scripts/
H A Dcommon.bash63 LASTOUT=$( eval "$2" 2>&1 ) || LASTEXIT=$?
76 echo_err "$LASTOUT"
186 …IME}s Exit:$LASTEXIT Log:$(/usr/bin/nopaste -q -s Shadowcat -d "Parallel testfail" <<< "$LASTOUT")"
198 INSTALLDEPS_OUT="${INSTALLDEPS_OUT}${LASTOUT}"
H A D20_install.bash40 echo_err "$LASTOUT"
H A D30_before_script.bash192 ' <<< "$LASTOUT")
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libpp/
H A Dppproto.c514 #define LASTOUT() (*(op-1)) macro
655 c = LASTOUT(); in lex()
887 if (op != proto->ob && LASTOUT() != ' ' && LASTOUT() != '\n') in lex()
H A Dpplex.c58 #define LASTOUT() ((op>pp.outbuf)?*(op-1):pp.lastout) macro
100 if (LASTOUT() != '\n') \
617 if ((st & (NOTEXT|HIDDEN)) == HIDDEN && LASTOUT() != '\n') in ppcpp()
/dports/shells/ksh93/ast-93u/src/lib/libpp/
H A Dppproto.c514 #define LASTOUT() (*(op-1)) macro
655 c = LASTOUT(); in lex()
887 if (op != proto->ob && LASTOUT() != ' ' && LASTOUT() != '\n') in lex()
H A Dpplex.c58 #define LASTOUT() ((op>pp.outbuf)?*(op-1):pp.lastout) macro
100 if (LASTOUT() != '\n') \
617 if ((st & (NOTEXT|HIDDEN)) == HIDDEN && LASTOUT() != '\n') in ppcpp()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libpp/
H A Dppproto.c517 #define LASTOUT() (*(op-1)) macro
658 c = LASTOUT(); in lex()
890 if (op != proto->ob && LASTOUT() != ' ' && LASTOUT() != '\n') in lex()
H A Dpplex.c58 #define LASTOUT() ((op>pp.outbuf)?*(op-1):pp.lastout) macro
100 if (LASTOUT() != '\n') \
617 if ((st & (NOTEXT|HIDDEN)) == HIDDEN && LASTOUT() != '\n') in ppcpp()
/dports/mail/balsa/balsa-2.5.1/libbalsa/imap/
H A Dimap-handle.c4453 enum { BEGIN, LASTOUT, LASTIN, RANGE } mode = BEGIN; in imap_coalesce_seq_range() enumerator
4474 case LASTOUT: in imap_coalesce_seq_range()
4481 case LASTOUT: break; in imap_coalesce_seq_range()
4482 case LASTIN: mode = LASTOUT; break; in imap_coalesce_seq_range()
4485 mode = LASTOUT; in imap_coalesce_seq_range()