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.src703 :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:\
1432 :is=\E>\E[?1l\E[?7h\E[0;10;39;49m:k1=\EOP:k2=\EOQ:\
2102 :do=^J:ho=\E[H:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
2185 :is=\233?7h\233>\233?1h\E F\233?4l:k1=\EOP:k2=\EOQ:\
2232 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
2778 :im=\E[4h:is=\E\E[m\E[?7h\E[?1;4l:k1=\EOP:k2=\EOQ:\
2858 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:tc=xterm-xf86-v32:
2976 :Fp=\EO4P:Fq=\EO4Q:Fr=\EO4R:k1=\EOP:k2=\EOQ:k3=\EOR:\
3851 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=\177:tc=rxvt:
[all …]
H A Dterminfo.src1112 kend=\E[4~, kf1=\EOP, kf10=\E[21~, kf11=\E[23~,
1136 kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
3382 kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~,
3401 kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~,
4685 kend=\E[4~, kf1=\EOP, kf10=\E[21~, kf11=\E[23~,
4754 kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~,
4857 kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~,
5134 kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~,
8977 kcuu1=\EOA, kf1=\EOP, kf10=\E[21~, kf11=\E[23~,
9523 kf8=\E[19~, kf9=\E[20~, khome=\E[H, kich1=\EOP, kil1=\EOP,
[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()