Searched +refs:ps +refs:plot +refs:region (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgnuplot.vim30 syn keyword gnuplotStatement cd call clear exit set unset plot splot help
55 " plot args
105 syn keyword gnuplotType linestyle nolinestyle linetype lt linewidth lw pointtype pt pointsize ps
169 syn region gnuplotComment start="#" end="$"
170 syn region gnuplotComment start=+"+ skip=+\\"+ end=+"+
171 syn region gnuplotComment start=+'+ end=+'+
H A Dsicad.vim127 syn region sicadString_ transparent start=+'+ end=+'+ oneline contained
129 syn region sicadString start=+'+ end=+'+ oneline
134 syn region sicadComment start="^ *\*" skip='\\ *$' end=";"me=e-1 end="$" contains=sicadString_
136 syn region sicadComment start="^ *\.[a-z][a-z0-9]\{0,7} *\*" skip='\\ *$' end=";"me=e-1 end="$" contains=sicadLabel1,sicadString_
138 syn region sicadComment start="; *\*"ms=s+1 skip='\\ *$' end=";"me=e-1 end="$" contains=sicadString_
140 syn region sicadComment matchgroup=sicadStatement start="\<docbeg\>" end="\<docend\>"
148 syn region sicadDopBlock transparent matchgroup=sicadStatement start='\<dop\>' skip='\\ *$' end=';'me=e-1 end='$' contains=ALL
151 syn region sicadSqlBlock transparent matchgroup=sicadStatement start='\<sql\>' skip='\\ *$' end=';'me=e-1 end='$' contains=@SQL,sicadIdentifier,sicadLineCont
163 "syn region sicadParen transparent start='(' end=')' contains=ALLBUT,sicadParenError
164 syn region sicadPare
[all...]
H A Daml.vim34 syn keyword amlArcCmd contained markerpa[ttern] markerpe[n] markerpu[t] markersa[ve] markersc[ale] markerse[t] markersi[ze] markersy[mbol] mas[elect] matchc[over] matchn[ode] max mb[egin] mc[opy] md[elete] me mean measure measurer[oute] measureroute med mend menu[cover] menuedit menv[ironment] merge mergeh[istory] mergev[at] mfi[t] mfr[esh] mg[roup] miadsa[rc] miadsr[ead] miadsread min minf[o] mino[rity] mir[ror] mitems mjoin ml[classify] mma[sk] mmo[ve] mn[select] mod mor[der] moran mosa[ic] mossa[rc] mossg[rid] move movee[nd] movei[tem] mp[osition] mr mr[otate] msc[ale] mse[lect] mselect mt[olerance] mu[nselect] multcurve multinv multipleadditem multipleitems multiplejoin multipleselect multprop mw[ho] nai ne near neatline neatlineg[rid] neatlineh[atch] neatlinel[abels] neatlinet[ics] new next ni[bble] nodeangleitem nodec[olor] nodee[rrors] nodem[arkers] nodep[oint] nodes nodesi[ze] nodesn[ap] nodesp[ot] nodet[ext] nor[mal] not ns[elect] oe ogrid ogridt[ool] oldwindow oo[ps] op[endatabase] or
35 syn keyword amlArcCmd contained osymbol over overflow overflowa[rea] overflowp[osition] overflows[eparati] overl[ayevents] overlapsymbol overlayevents overp[ost] pagee[xtent] pages[ize] pageu[nits] pal[info] pan panview par[ticletrack] patc[h] path[distance] pe[nsize] pi[ck] pli[st] plot plotcopy plotg[erber] ploti[con] plotmany plotpanel plotsc[itex] plotsi[f] pointde[nsity] pointdist pointdista[nce] pointdo[ts] pointg[rid] pointi[nterp] pointm[arkers] pointn[ode] points pointsp[ot] pointst[ats] pointt[ext] polygonb[ordertex] polygond[ots] polygone[vents] polygonevents polygonl[ines] polygons polygonsh[ades] polygonsi[zelimit] polygonsp[ot] polygont[ext] polygr[id] polyr[egion] pop[ularity] por[ouspuff] pos pos[tscript] positions postscript pow prec[ision] prep[are] princ[omp] print product producti[nfo] project projectcom[pare] projectcop[y] projectd[efine] pul[litems] pur[gehistory] put pv q q[uit] quit rand rang[e] rank rb rc re readg[raphic] reads[elect] reb[ox] recl[ass] recoverdb rect[ify]
74 syn region amlFunc start="\[ *[a-zA-Z]*" end="\]" contains=amlFunction,amlVar
81 syn region amlQuote start=+"+ skip=+\\"+ end=+"+ contains=amlVar
82 syn region amlQuote start=+'+ skip=+\\'+ end=+'+
87 syn region amlAppCmd start="&then" end="$" contains=amlArcCmd,amlFormedCmd,amlInfoCmd,amlTabCmd,amlVtrCmd,amlFunction,amlDirective,amlVar2,amlSkip,amlVar,amlComment
90 syn region amlVar start="%" end="%"
91 syn region amlVar start="%" end="%" contained
112 syn region amlSkip matchgroup=amlOutput start="&call" end="$" contains=amlVar
113 syn region amlSki
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dtermcap.src341 :pf=\E[4i:po=\E[5i:ps=\E[0i:
342 ansi+csr|ansi scroll-region plus cursor save & restore:\
1808 :nw=\EE:pf=\E[4i:po=\E[5i:ps=\E[i:r1=\E[?3l:rc=\E8:sc=\E7:\
1991 # operations, selected region character attribute change operations,
2443 :mb=\E[5m:mk=\E[8m:pf=\E[4i:po=\E[5i:ps=\E[i:r1=\Ec:\
2499 :pf=\E[4i:po=\E[5i:ps=\E[i:r1=\Ec:\
3271 # :is1: resets scrolling region in case a previous user had used "tset vt100"
4130 :ff=\E&p4u0C:pf=\E&p13C:po=\E&p11C:ps=\EH\E&p4dF:
5499 :me=\EG0\E[=5l:mh=\E[=5h:mk=\EG1:ps=\EP:\
5639 :mk=\Ea:nd=\EC:pf=\EX:po=\EW:ps
[all...]
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dterminfo.src381 ansi+csr|ansi scroll-region plus cursor save & restore,
2420 # operations, selected region character attribute change operations,
4693 # :is1: resets scrolling region in case a previous user had used "tset vt100"
9329 # Cannot use line 25, now acts funny like ansi special scrolling region.
9330 # Initialization must escape from that region by cursor position to line 24.
9342 # Cannot use line 25, now acts funny like ansi special scrolling region.
9343 # Initialization must escape from that region by cursor position to line 24.
10422 # x ESC [ 56;ps| set lines to 24: ps=0; 40: ps
[all...]

Completed in 230 milliseconds