Home
last modified time | relevance | path

Searched refs:EOP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c85 Literal, Dot, Charclass, EOP, enumerator
552 if (e->type == EOP) in follow()
557 case EOP: in follow()
593 case EOP: in first_lit()
712 if (e->type == EOP) continue; in followstate()
803 case EOP: in epr()
911 r->root = newexpr(EOP, '#', eall(r, pat), (Expr *)NULL); in egprep()
945 toktype = EOP; in lex()
1122 if (toktype == EOP) in d0()
1140 if (toktype != EOP) in eall()
[all …]
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src503 :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOR:k4=\EOS:\
703 :is=\E<\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
972 :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:k1=\EOP:\
1022 :ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1037 :bl=^G:cl=^L:cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1109 :ei=:ho=\E[H:ic=\E[1@:im=:is=\E[0;10;39m:k1=\EOP:k2=\EOQ:\
1280 # \EOP to \EOS. The shifted and control modifiers still do the same thing.
1432 :is=\E>\E[?1l\E[?7h\E[0;10;39;49m:k1=\EOP:k2=\EOQ:\
1540 :is=\E[1;25r\E[25;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1948 :@8=\EOM:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:tc=vt100+keypad:
[all …]
H A Dterminfo.src527 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP,
751 kf1=\EOP, kf10=\EOY, kf11=\Ep, kf12=\Eq, kf13=\Er, kf14=\Es,
1058 kdch1=\E[9, kend=\E[Y, kf1=\EOP, kf10=\EOY, kf2=\EOQ,
1112 kend=\E[4~, kf1=\EOP, kf10=\E[21~, kf11=\E[23~,
1136 kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
1228 kdch1=\E[P, kend=\E[Y, kf1=\EOP, kf10=\EOY, kf11=\EOZ,
1414 # \EOP to \EOS. The shifted and control modifiers still do the same thing.
1623 kext=\E[y, kf1=\EOP, kf10=\EOY, kf11=\EOZ, kf12=\EOA,
1750 is2=\E[1;25r\E[25;1H, kf1=\EOP, kf10=\E[29~, kf11=\E[23~,
2202 kent=\EOM, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
[all …]
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h1956 #define EOP 0x00800000 macro
H A Dyge.c1695 PUTCTRL(ring, prod, len | OP_PACKET | HW_OWNER | EOP); in yge_send()