Searched refs:ISC (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dtc.os.h139 * ISC does not define CSUSP
141 #ifdef ISC
147 * ISC defines this only in termio.h. If we are using POSIX and include
152 #endif /* ISC */
167 # if defined(INTEL) || defined(u3b2) || defined (u3b5) || defined(ub15) || defined(u3b20d) || defined(ISC) || defined(SCO) || defined(tower32)
175 # endif /* INTEL || u3b2 || u3b5 || ub15 || u3b20d || ISC || SCO || tower32 */
212 #ifdef ISC
213 /* these are not defined for _POSIX_SOURCE under ISC 2.2 */
226 #endif /* ISC */
H A Ded.term.h118 * Work around ISC's definition of IEXTEN which is
121 # ifdef ISC
133 # endif /* ISC */
H A Dsh.exec.c455 # ifndef ISC /* Compatible with ISC's /bin/csh */
457 # endif /* ISC */
H A Dsh.h430 # ifdef ISC
/freebsd-13-stable/contrib/libedit/
H A Dtty.h118 * Work around ISC's definition of IEXTEN which is
121 # ifdef ISC
133 # endif /* ISC */
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7588 OpenMPIterationSpaceChecker ISC(*this, *DSAStack, ForLoc);
7589 if (!ISC.checkAndSetInit(Init, /*EmitDiags=*/false)) {
7590 if (ValueDecl *D = ISC.getLoopDecl()) {
7597 PrivateRef = buildCapture(*this, D, ISC.getLoopDeclRefExpr(),
7624 Expr *LoopDeclRefExpr = ISC.getLoopDeclRefExpr();
7704 OpenMPIterationSpaceChecker ISC(SemaRef, DSA,
7709 if (ISC.checkAndSetInit(Init))
7715 if (ValueDecl *LCDecl = ISC.getLoopDecl()) {
7744 HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond());
7747 HasErrors |= ISC
[all...]
/freebsd-13-stable/contrib/opie/
H A Dconfigure1091 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
1092 echo "configure:1093: checking for POSIXized ISC" >&5
1097 ISC=yes # If later tests want to check for ISC.
1109 ISC=
/freebsd-13-stable/contrib/dialog/
H A Dconfigure6340 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
17710 if test "$ISC" = yes; then
22122 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure13290 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
17389 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
18669 # check for ISC (this may also define _POSIX_SOURCE)
18670 # Note: even non-Posix ISC needs <sys/bsdtypes.h> to declare fd_set
18671 if test "x$ISC" = xyes ; then

Completed in 381 milliseconds