Home
last modified time | relevance | path

Searched refs:intty (Results 1 – 7 of 7) sorted by relevance

/openbsd/bin/csh/
H A Dcsh.c82 bool intty; variable
450 intty = isatty(SHIN); in main()
451 intty |= intact; in main()
452 if (intty || (intact && isatty(SHOUT))) { in main()
466 if (loginsh || intact || (intty && isatty(SHOUT))) in main()
615 if (intty) { in main()
768 intty = isatty(SHIN), whyles = 0, gointr = 0; in srcunit()
803 intty = oldintty, whyles = oldwhyl, gointr = ogointr; in srcunit()
993 else if (intty && wantnl) { in pintr1()
1074 if (intty && prompt && evalvec == 0) { in process()
[all …]
H A Dfunc.c125 if (setintr && intty) in doonintr()
152 if (intty) in donohup()
349 if (chkstop == 0 && (intty || intact) && evalvec == 0) in doexit()
361 if (intty) in doexit()
401 if (intty) in doforeach()
418 if (intty && !again) in dowhile()
433 if (intty) { in dowhile()
575 needprompt = intty && fseekp == feobp && aret == F_SEEK; in search()
H A Dlex.c145 if (c == HISTSUB && intty) in lex()
249 if (intty) in word()
322 else if (c != '#' || !intty) { in word()
1420 if (!intty) in bgetc()
1429 if (filec && intty) { in bgetc()
1465 if (filec && !intty) in bgetc()
1554 if (arginp || onelflg || intty) in settell()
H A Dcsh.h95 extern bool intty; /* Input is a tty */
H A Dproc.c97 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td4721 ValueType intty, ValueType predty, ValueType scalarty, ComplexPattern cpx> {
4728 (intty (splat_vector (scalarty (cpx i32:$imm, i32:$shift)))),
4766 ValueType intty, ValueType predty, ValueType scalarty, ComplexPattern cpx> {
4771 def : Pat<(intty (zext (predty PPRAny:$Ps1))),
4773 def : Pat<(intty (sext (predty PPRAny:$Ps1))),
4775 def : Pat<(intty (anyext (predty PPRAny:$Ps1))),
4778 (intty (splat_vector (scalarty (cpx i32:$imm, i32:$shift)))),
4779 (intty (splat_vector (scalarty 0)))),
/openbsd/gnu/llvm/llvm/docs/
H A DLangRef.rst8308 switch <intty> <value>, label <defaultdest> [ <intty> <val>, label <dest> ... ]
25962 declare ptrty llvm.ptrmask(ptrty %ptr, intty %mask) readnone speculatable