Home
last modified time | relevance | path

Searched refs:OSC (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/arch/x68k/include/
H A Dkbdmap.h61 #define OSC 157 macro
/netbsd-src/sys/arch/x68k/usr.bin/loadkmap/
H A Dkbdmap.h58 #define OSC 157 macro
/netbsd-src/sys/arch/amiga/dev/
H A Dkbdmap.h87 #define OSC 157 macro
H A Dite.c1394 c = OSC; in iteputchar()
2151 case OSC: in iteputchar()
2156 ip->escape = OSC; in iteputchar()
H A Dgrf_cl.c1272 #define OSC 14318180 in cl_CompFQ() macro
1289 #define OSC 14318180 in cl_CompFQ() macro
1290 #define count(n,d,p) ((OSC * n)/(d * (1+p))) in cl_CompFQ()
/netbsd-src/sys/arch/atari/dev/
H A Dkbdmap.h91 #define OSC 157 macro
H A Dite.c1438 c = OSC; in iteputchar()
2287 case OSC: /* introduces OS command. Ignore everything upto ST */ in iteputchar()
2288 sc->escape = OSC; in iteputchar()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp163 ObjCInterfaceDecl *OSC = ID->getSuperClass(); in HasUserDeclaredSetterMethod() local
164 while (OSC) { in HasUserDeclaredSetterMethod()
165 if (OSC->HasUserDeclaredSetterMethod(Property)) in HasUserDeclaredSetterMethod()
167 OSC = OSC->getSuperClass(); in HasUserDeclaredSetterMethod()
/netbsd-src/sys/arch/x68k/dev/
H A Dite.c1313 c = OSC; in iteputchar()
2343 case OSC: /* introduces OS command. */ in iteputchar()
2345 ip->escape = OSC; in iteputchar()
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A DREADME.stats190 49234 60628.847 127.127.10.1 93:247:16:50:12.817 OSC;ET;TEMP
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dsun8i-a83t.dtsi176 * This is called "internal OSC" in some places.
/netbsd-src/external/bsd/less/dist/
H A DNEWS225 * Support OSC 8 hyperlinks when -R is in effect.
H A Dless.man898 Like -r, but only ANSI "color" escape sequences and OSC 8 hyper‐
909 OSC 8 hyperlinks are sequences of the form:
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dversion.c.lt932 support OSC 8 hyperlinks.
/netbsd-src/share/terminfo/
H A Dterminfo4671 # - does not implement OSC 104, which is used for resetting colors in xterm.
4732 # - color palette can be altered, but OSC 104 for resetting does not work
5380 # xterm OSC 104 resets the color palette. Using it as part of xterm+256color
6619 # - does not support palette reset with OSC 104
6967 # + none of the "dynamic colors" (OSC colors) scripts work.
7857 # rs1 adds an empty string for resetting title- and other OSC-strings.
8582 # + Do not set XT: dvtm knows about OSC 0 and 2, but not 1.
24782 # OSC Operating System Command \E ] - Delim -
25426 # XT (bool) Terminal understands special xterm sequences (OSC, mouse
25437 # a) OSC 1 sets the title string, e.g., for the icon. Recent versions of
[all …]
/netbsd-src/share/misc/
H A Dairport5710 OSC:Oscoda-Wurtsmith Airport, MI, USA
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20191516 instead of ST sequence to terminate OSC 8 strings.