Searched refs:hs (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/macosx-10.10/vim-55/runtime/syntax/
H A Dskill.vim23 syn match skillFunction "(abs\>"hs=s+1
25 syn match skillFunction "(a\=cos\>"hs=s+1
27 syn match skillFunction "(add1\>"hs=s+1
29 syn match skillFunction "(addDefstructClass\>"hs=s+1
31 syn match skillFunction "(alias\>"hs=s+1
33 syn match skillFunction "(alphalessp\>"hs=s+1
35 syn match skillFunction "(alphaNumCmp\>"hs=s+1
37 syn match skillFunction "(append1\=\>"hs=s+1
39 syn match skillFunction "(apply\>"hs=s+1
41 syn match skillFunction "(arrayp\>"hs
[all...]
H A Ddiva.vim34 syn match divaCtrlFunctions "(ivIf\>"hs=s+1
36 syn match divaCtrlFunctions "(switch\>"hs=s+1
38 syn match divaCtrlFunctions "(and\>"hs=s+1
40 syn match divaCtrlFunctions "(or\>"hs=s+1
42 syn match divaCtrlFunctions "(null\>"hs=s+1
44 syn match divaExtFunctions "(save\(Interconnect\|Property\|Parameter\|Recognition\)\>"hs=s+1
46 syn match divaExtFunctions "(\(save\|measure\|attach\|multiLevel\|calculate\)Parasitic\>"hs=s+1
48 syn match divaExtFunctions "(\(calculate\|measure\)Parameter\>"hs=s+1
50 syn match divaExtFunctions "(measure\(Resistance\|Fringe\)\>"hs=s+1
52 syn match divaExtFunctions "(extract\(Device\|MOS\)\>"hs
[all...]
H A Dnasm.vim109 syn region nasmStructureDef transparent matchgroup=nasmStructure keepend start="^\s*STRUCT\>"hs=e-5 end="^\s*ENDSTRUCT\>"re=e-9 contains=@nasmGrpCntnStruc
110 syn region nasmStructureDef transparent matchgroup=nasmStructure keepend start="^\s*STRUC\>"hs=e-4 end="^\s*ENDSTRUC\>"re=e-8 contains=@nasmGrpCntnStruc
113 "syn region nasmStructureDef transparent matchgroup=nasmStructure keepend start="^\s*UNION\>"hs=e-4 end="^\s*ENDUNION\>"re=e-8 contains=@nasmGrpCntnStruc
115 syn match nasmInStructure contained "^\s*AT\>"hs=e-1
131 syn region nasmMacroDef matchgroup=nasmMacro keepend start="^\s*%macro\>"hs=e-5 start="^\s*%imacro\>"hs=e-6 end="^\s*%endmacro\>"re=e-9 contains=@nasmGrpCntnMacro,nasmInMacStrucDef
135 syn match nasmInMacPreProc contained "^\s*%\(push\|repl\)\>"hs=e-4 skipwhite nextgroup=nasmStructureLabel,nasmLabel,nasmInMacParam,nasmLocalLabel,nasmSpecialLabel,nasmLabelError,nasmPreProcError
153 syn match nasmInMacPreProc contained "^\s*%pop\>"hs=e-3
154 syn match nasmInMacPreProc contained "^\s*%\(push\|repl\)\>"hs=e-4 skipwhite nextgroup=@nasmGrpNxtCtx
156 syn region nasmInMacStrucDef contained transparent matchgroup=nasmStructure keepend start="^\s*STRUCT\>"hs
[all...]
H A Dampl.vim92 syn match amplDotSuffix "\h\w*\.\(lb\|ub\)"hs=e-2
93 syn match amplDotSuffix "\h\w*\.\(lb0\|lb1\|lb2\|lrc\|ub0\)"hs=e-3
94 syn match amplDotSuffix "\h\w*\.\(ub1\|ub2\|urc\|val\|lbs\|ubs\)"hs=e-3
95 syn match amplDotSuffix "\h\w*\.\(init\|body\|dinit\|dual\)"hs=e-4
96 syn match amplDotSuffix "\h\w*\.\(init0\|ldual\|slack\|udual\)"hs=e-5
97 syn match amplDotSuffix "\h\w*\.\(lslack\|uslack\|dinit0\)"hs=e-6
H A Dchordpro.vim38 syn region chordproOptions start=/{\w*:/hs=e+1 end=/}/he=s-1 contains=chordproDirOptMatch contained
39 syn region chordproOptions start=/{define:/hs=e+1 end=/}/he=s-1 contains=chordproDirOptMatch, chordproDefineKeyword contained
46 syn region chordproTab start=/{start_of_tab}\|{sot}/hs=e+1 end=/{end_of_tab}\|{eot}/he=s-1 contains=chordproTag,chordproComment keepend
48 syn region chordproChorus start=/{start_of_chorus}\|{soc}/hs=e+1 end=/{end_of_chorus}\|{eoc}/he=s-1 contains=chordproTag,chordproChord,chordproComment keepend
H A Dgsp.vim45 syn match htmlValue contained "=[\t ]*[^'" \t>][^ \t>]*"hs=s+1 contains=javaScriptExpression,@htmlPreproc,gspInLine
48 syn match htmlTagN contained +<\s*[-a-zA-Z0-9]\++hs=s+1 contains=htmlTagName,htmlSpecialTagName,@htmlTagNameCluster,gspInLine
49 syn match htmlTagN contained +</\s*[-a-zA-Z0-9]\++hs=s+2 contains=htmlTagName,htmlSpecialTagName,@htmlTagNameCluster,gspInLine
H A Dquake.vim124 syn region quake3Red contained start=+\^1+hs=e+1 end=+[$^"\n]+he=e-1
125 syn region quake3Green contained start=+\^2+hs=e+1 end=+[$^"\n]+he=e-1
126 syn region quake3Yellow contained start=+\^3+hs=e+1 end=+[$^"\n]+he=e-1
127 syn region quake3Blue contained start=+\^4+hs=e+1 end=+[$^"\n]+he=e-1
128 syn region quake3Cyan contained start=+\^5+hs=e+1 end=+[$^"\n]+he=e-1
129 syn region quake3Purple contained start=+\^6+hs=e+1 end=+[$^"\n]+he=e-1
130 syn region quake3White contained start=+\^7+hs=e+1 end=+[$^"\n]+he=e-1
131 syn region quake3Orange contained start=+\^8+hs=e+1 end=+[$^\"\n]+he=e-1
132 syn region quake3Grey contained start=+\^9+hs=e+1 end=+[$^"\n]+he=e-1
133 syn region quake3Black contained start=+\^0+hs
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Doperational.c57 int hs; local
64 hs = MONITOR_HAS_CHILDREN( mp );
65 *ap = slap_operational_hasSubordinate( hs );
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/sets/
H A Ds.c100 Tcl_HashSearch hs; local
120 for(i = 0, he = Tcl_FirstHashEntry(&s->el, &hs);
122 he = Tcl_NextHashEntry(&hs), i++) {
138 for(i = 0, he = Tcl_FirstHashEntry(&s->el, &hs);
140 he = Tcl_NextHashEntry(&hs), i++) {
268 Tcl_HashSearch hs; local
288 for(he = Tcl_FirstHashEntry(&a->el, &hs);
290 he = Tcl_NextHashEntry(&hs)) {
306 Tcl_HashSearch hs; local
324 for(he = Tcl_FirstHashEntry(&a->el, &hs);
342 Tcl_HashSearch hs; local
359 Tcl_HashSearch hs; local
387 Tcl_HashSearch hs; local
[all...]
H A Dm.c64 Tcl_HashSearch hs; local
68 for(he = Tcl_FirstHashEntry(&s->el, &hs);
70 he = Tcl_NextHashEntry(&hs)) {
641 Tcl_HashSearch hs;
645 for(he = Tcl_FirstHashEntry(&s->el, &hs);
647 he = Tcl_NextHashEntry(&hs)) {
630 Tcl_HashSearch hs; local
/macosx-10.10/remote_cmds-47/ruptime.tproj/
H A Druptime.c63 struct hs { struct
66 } *hs; variable in typeref:struct:hs
154 #define HS(a) ((const struct hs *)(a))
183 struct hs *hsp;
217 if ((hs =
218 realloc(hs, (hspace += 40) * sizeof(*hs))) == NULL)
220 hsp = hs + nhosts;
245 qsort(hs, nhosts, sizeof(hs[
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_sprintf_comb.rb120 hs = $2
140 prefix = '0B' if hs && v != 0
145 prefix = '0b' if hs && v != 0
161 prefix = '0X' if hs && v != 0
167 prefix = '0x' if hs && v != 0
226 if type == 'o' && hs
292 *FLAGS) {|type, width, precision, sp, hs, pl, mi, zr|
293 format = "%#{sp}#{hs}#{pl}#{mi}#{zr}#{width}#{precision}#{type}"
354 def emu_e(sp, hs, pl, mi, zr, width, precision, type, v, sign, int, exp)
357 if precision == 0 && !hs
[all...]
H A Dtest_enum.rb360 hs = [{}]
361 e = [:foo].chunk(hs[0]) {|elt, h|
362 hs << h
367 assert_equal([{}, {}, {}], hs)
368 assert_not_same(hs[0], hs[1])
369 assert_not_same(hs[0], hs[2])
370 assert_not_same(hs[1], hs[
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistory.h53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dattr.c17 Tcl_HashSearch hs; local
28 for(i = 0, he = Tcl_FirstHashEntry(attr, &hs);
30 he = Tcl_NextHashEntry(&hs)) {
110 Tcl_HashSearch hs; local
116 for(he = Tcl_FirstHashEntry(A, &hs);
118 he = Tcl_NextHashEntry(&hs)) {
133 Tcl_HashSearch hs; local
155 for (i = 0, he = Tcl_FirstHashEntry(attr, &hs);
157 he = Tcl_NextHashEntry(&hs)) {
168 for (i = 0, he = Tcl_FirstHashEntry(attr, &hs);
245 Tcl_HashSearch hs; local
[all...]
/macosx-10.10/screen-22/screen/etc/
H A Detcscreenrc26 # hs@ we have no hardware statusline. screen will only believe that
27 # there is a hardware status line if hs,ts,fs,ds are all set.
58 termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
59 terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
75 termcap hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
76 terminfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
H A Dscreenrc21 # termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
49 termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
50 terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
67 termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
86 termcapinfo wy75-42 xo:hs@
97 termcapinfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
/macosx-10.10/file-46/file/src/
H A Dsoftmagic.c818 p->h = (short)((p->hs[0]<<8)|(p->hs[1]));
839 p->h = (short)((p->hs[1]<<8)|(p->hs[0]));
1057 off = (short)((q->hs[0]<<8)|(q->hs[1]));
1060 off = (short)((q->hs[1]<<8)|(q->hs[0]));
1123 offset = (short)((p->hs[0]<<8)|
1124 (p->hs[
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Doperational.c72 slap_operational_hasSubordinate( int hs )
77 val = hs ? slap_true_bv : slap_false_bv;
/macosx-10.10/zsh-61/zsh/Src/
H A Dmem.c281 Heapstack hs; local
291 hs = (Heapstack) zalloc(sizeof(*hs));
292 hs->next = h->sp;
293 h->sp = hs;
294 hs->used = h->used;
296 hs->heap_id = h->heap_id;
301 hs->heap_id, h->heap_id);
392 Heapstack hs; local
403 if ((hs
744 Heapstack hs; local
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/named-bootconf/
H A Dnamed-bootconf.sh163 primary/hs )
185 secondary/hs )
219 stub/hs )
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dformat.cpp937 c4_HandlerSeq * &hs = (c4_HandlerSeq * &)_subSeqs.ElementAt(index_);
938 if (hs == 0) {
939 hs = d4_new c4_HandlerSeq(Owner(), this);
940 hs->IncRef();
943 return *hs;
996 c4_HandlerSeq *hs = (c4_HandlerSeq*)_subSeqs.GetAt(i);
997 if (hs == 0) {
998 hs = d4_new c4_HandlerSeq(Owner(), this);
999 _subSeqs.SetAt(i, hs);
1000 hs
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dhideshow.el37 ;; hs-hide-block C-c @ C-h
38 ;; hs-show-block C-c @ C-s
39 ;; hs-hide-all C-c @ C-M-h
40 ;; hs-show-all C-c @ C-M-s
41 ;; hs-hide-level C-c @ C-l
42 ;; hs-toggle-hiding C-c @ C-c
43 ;; hs-mouse-toggle-hiding [(shift mouse-2)]
44 ;; hs-hide-initial-comment-block
51 ;; The command `M-x hs-minor-mode' toggles the minor mode or sets it
62 ;; (lambda () (hs
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dcscroll.rb80 'command'=>proc{|*args| c.xview(*args)}) {|hs|
81 c.xscrollcommand(proc{|first,last| hs.set first,last})
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dcscroll.rb78 'command'=>proc{|*args| c.xview(*args)}) {|hs|
79 c.xscrollcommand(proc{|first,last| hs.set first,last})

Completed in 290 milliseconds

1234567891011>>