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

/freebsd-11.0-release/contrib/tcsh/
H A Dtc.os.h140 * ISC does not define CSUSP
142 #ifdef ISC
148 * ISC defines this only in termio.h. If we are using POSIX and include
153 #endif /* ISC */
168 # if defined(INTEL) || defined(u3b2) || defined (u3b5) || defined(ub15) || defined(u3b20d) || defined(ISC) || defined(SCO) || defined(tower32)
176 # endif /* INTEL || u3b2 || u3b5 || ub15 || u3b20d || ISC || SCO || tower32 */
213 #ifdef ISC
214 /* these are not defined for _POSIX_SOURCE under ISC 2.2 */
227 #endif /* ISC */
H A Ded.term.h119 * Work around ISC's definition of IEXTEN which is
122 # ifdef ISC
134 # endif /* ISC */
H A Dsh.exec.c459 # ifndef ISC /* Compatible with ISC's /bin/csh */
461 # endif /* ISC */
H A Dsh.h421 # ifdef ISC
/freebsd-11.0-release/contrib/libreadline/examples/rlfe/
H A Dos.h39 #ifdef ISC
123 #if !defined(sun) && !defined(B43) && !defined(ISC) && !defined(pyr) && !defined(_CX_UX)
411 #if defined(SVR4) || (defined(SYSV) && defined(ISC)) || defined(_AIX) || defined(linux) || defined(ultrix) || defined(__386BSD__) || defined(__bsdi__) || defined(POSIX) || defined(NeXT)
H A Dpty.c45 #ifdef ISC
/freebsd-11.0-release/lib/libedit/
H A Dtty.h121 * Work around ISC's definition of IEXTEN which is
124 # ifdef ISC
136 # endif /* ISC */
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3468 OpenMPIterationSpaceChecker ISC(*this, ForLoc);
3469 if (!ISC.CheckInit(Init, /*EmitDiags=*/false))
3470 DSAStack->addLoopControlVariable(ISC.GetLoopVar());
3510 OpenMPIterationSpaceChecker ISC(SemaRef, For->getForLoc());
3514 if (ISC.CheckInit(Init)) {
3521 auto Var = ISC.GetLoopVar();
3556 auto LoopVarRefExpr = ISC.GetLoopVarRefExpr();
3591 HasErrors |= ISC.CheckCond(For->getCond());
3594 HasErrors |= ISC.CheckInc(For->getInc());
3596 if (ISC
[all...]
/freebsd-11.0-release/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-11.0-release/contrib/groff/
H A Dconfigure3976 if test "$ISC" = yes; then
6023 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6346 echo "$as_me:$LINENO: checking for ISC 3.x or 4.x" >&5
6347 echo $ECHO_N "checking for ISC 3.x or 4.x... $ECHO_C" >&6
/freebsd-11.0-release/contrib/ncurses/
H A Dconfigure11204 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13877 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14720 # check for ISC (this may also define _POSIX_SOURCE)
14721 # Note: even non-Posix ISC needs <sys/bsdtypes.h> to declare fd_set
14722 if test "x$ISC" = xyes ; then
16044 if test "$ISC" = yes ; then

Completed in 242 milliseconds