Searched refs:hi (Results 151 - 175 of 849) sorted by relevance

1234567891011>>

/macosx-10.10/vim-55/runtime/syntax/
H A Dconf.vim20 hi def link confComment Comment
21 hi def link confTodo Todo
22 hi def link confString String
H A Dpovini.vim49 hi def link poviniSection Special
50 hi def link poviniComment Comment
51 hi def link poviniDeclare poviniKeyword
52 hi def link poviniShellOut poviniKeyword
53 hi def link poviniIncludeLabel poviniKeyword
54 hi def link poviniKeyword Type
55 hi def link poviniShellOutSpecial Special
56 hi def link poviniIncludedFile poviniInclude
57 hi def link poviniInclude Include
58 hi de
[all...]
H A Dliquid.vim115 hi def link liquidDelimiter PreProc
116 hi def link liquidComment Comment
117 hi def link liquidTypeHighlight Type
118 hi def link liquidConditional Conditional
119 hi def link liquidRepeat Repeat
120 hi def link liquidKeyword Keyword
121 hi def link liquidOperator Operator
122 hi def link liquidString String
123 hi def link liquidQuote Delimiter
124 hi de
[all...]
H A Dpov.vim109 hi def link povComment Comment
110 hi def link povTodo Todo
111 hi def link povNumber Number
112 hi def link povString String
113 hi def link povFileOpen Constant
114 hi def link povConsts Constant
115 hi def link povDotItem Constant
116 hi def link povBMPType povSpecial
117 hi def link povCharset povSpecial
118 hi de
[all...]
H A Dquake.vim137 hi def link quakeComment Comment
138 hi def link quakeTodo Todo
139 hi def link quakeString String
140 hi def link quakeNumber Number
141 hi def link quakeOctal Number
142 hi def link quakeOctalZero PreProc
143 hi def link quakeFloat Number
144 hi def link quakeOctalError Error
145 hi def link quakeCommand quakeCommands
146 hi de
[all...]
H A Dcvsrc.vim31 hi def link cvsrcString String
32 hi def link cvsrcNumber Number
33 hi def link cvsrcCommand Keyword
34 hi def link cvsrcOption Identifier
H A Ddsl.vim32 hi def link dslTodo Todo
33 hi def link dslString String
34 hi def link dslComment Comment
36 hi def link dslCondDelim Type
H A Dmib.vim48 hi def link mibImplicit Statement
49 hi def link mibOperator Statement
50 hi def link mibComment Comment
51 hi def link mibConstants String
52 hi def link mibNumber Number
53 hi def link mibDescription Identifier
54 hi def link mibEpilogue SpecialChar
55 hi def link mibValue Structure
H A Druby.vim299 hi def link rubyClass rubyDefine
300 hi def link rubyModule rubyDefine
301 hi def link rubyMethodExceptional rubyDefine
302 hi def link rubyDefine Define
303 hi def link rubyFunction Function
304 hi def link rubyConditional Conditional
305 hi def link rubyConditionalModifier rubyConditional
306 hi def link rubyExceptional rubyConditional
307 hi def link rubyRepeat Repeat
308 hi de
[all...]
H A Dvoscm.vim67 hi def link voscmConditional Conditional
68 hi def link voscmStatement Statement
69 hi def link voscmSetvar Statement
70 hi def link voscmNumber Number
71 hi def link voscmDecimalNumber Float
72 hi def link voscmString String
73 hi def link voscmIdentifier Identifier
74 hi def link voscmVariable Identifier
75 hi def link voscmComment Comment
76 hi de
[all...]
H A Dxml.vim309 hi def link xmlTodo Todo
310 hi def link xmlTag Function
311 hi def link xmlTagName Function
312 hi def link xmlEndTag Identifier
314 hi def link xmlNamespace Tag
316 hi def link xmlEntity Statement
317 hi def link xmlEntityPunct Type
319 hi def link xmlAttribPunct Comment
320 hi def link xmlAttrib Type
322 hi de
[all...]
H A Dsh.vim491 hi def link shArithRegion shShellVariables
492 hi def link shBeginHere shRedir
493 hi def link shCaseBar shConditional
494 hi def link shCaseCommandSub shCommandSub
495 hi def link shCaseDoubleQuote shDoubleQuote
496 hi def link shCaseIn shConditional
497 hi def link shQuote shOperator
498 hi def link shCaseSingleQuote shSingleQuote
499 hi def link shCaseStart shConditional
500 hi de
[all...]
H A Delinks.vim161 hi def link elinksTodo Todo
162 hi def link elinksComment Comment
163 hi def link elinksNumber Number
164 hi def link elinksString String
165 hi def link elinksKeyword Keyword
166 hi def link elinksPrefix Identifier
167 hi def link elinksOptions Identifier
168 hi def elinksColorBlack ctermfg=Black guifg=Black
169 hi def elinksColorDarkRed ctermfg=DarkRed guifg=DarkRed
170 hi de
[all...]
/macosx-10.10/ruby-106/ruby/sample/
H A Dmine.rb16 pos(0,@hi); print "������:",@mc,"/",@total," "
24 @hi=h; @wi=w; @m=m
32 @data=Array.new(@hi*@wi)
33 @state=Array.new(@hi*@wi)
34 @total=@hi*@wi
46 @hi.times{|y| pos(0,y); colorstr(COL[0],CHR[0]*@wi)}
73 if x > 0 && y < @hi-1 then open(x-1,y+1) end
74 if y < @hi -1 then open(x,y+1) end
75 if x < @wi-1 && y < @hi-1 then open(x+1,y+1) end
83 elsif y >= @hi the
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dobjc-file.mm30 type *name(const header_info *hi, size_t *outCount) \
34 getsectiondata(hi->mhdr, SEG_DATA, sectname, &byteCount); \
82 _hasObjcContents(const header_info *hi)
85 const segmentType *seg = getsegbynamefromheader(hi->mhdr, "__DATA");
H A Dobjc-runtime.mm169 void appendHeader(header_info *hi)
174 hi->next = NULL;
177 FirstHeader = LastHeader = hi;
185 LastHeader->next = hi;
186 LastHeader = hi;
198 void removeHeader(header_info *hi)
203 if (*hiP == hi) {
489 header_info *hi;
498 for (hi = FirstHeader; hi !
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrCanonicalizeUCS2.js92 var hi = characters[1];
93 var delta = hi - lo;
97 typeInfo[hi] = type;
100 typeInfo[hi] = "CanonicalizeRangeHi:" + delta;
105 latinTypeInfo[hi] = "CanonicalizeLatinInvalid:0";
106 } else if (hi > MAX_LATIN) {
108 latinTypeInfo[hi] = "CanonicalizeLatinOther:" + lo;
113 latinTypeInfo[hi] = "CanonicalizeLatinMask0x20:0";
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dexp.c126 double z,hi,lo,c; local
139 /* express x-k*ln2 as hi-lo and let x=hi-lo rounded */
141 hi=x-k*ln2hi;
142 x=hi-(lo=k*ln2lo);
147 return scalb(1.0+(hi-(lo-(x*c)/(2.0-c))),k);
173 double z,hi,lo; local
186 /* express (x+c)-k*ln2 as hi-lo and let x=hi-lo rounded */
188 hi
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSTypes.h53 UInt32 hi; member in struct:UnsignedWide
59 UInt32 hi; member in struct:UnsignedWide
/macosx-10.10/vim-55/runtime/colors/
H A Ddefault.vim10 hi clear Normal
14 hi clear
/macosx-10.10/vim-55/src/proto/
H A Dhashtab.pro9 int hash_add_item __ARGS((hashtab_T *ht, hashitem_T *hi, char_u *key, hash_T hash));
10 void hash_remove __ARGS((hashtab_T *ht, hashitem_T *hi));
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Drand.c69 long hi, lo, x;
74 hi = *ctx / 127773;
76 x = 16807 * lo - 2836 * hi;
/macosx-10.10/cups-408/cups/cgi-bin/
H A Dmakedocset.c62 static void write_index(const char *path, help_index_t *hi);
64 static void write_nodes(const char *path, help_index_t *hi);
78 help_index_t *hi; /* Help index */ local
94 if ((hi = helpLoadIndex(NULL, path)) == NULL)
102 write_index(path, hi);
105 write_nodes(path, hi);
214 help_index_t *hi) /* I - Index of files */
236 for (node = (help_node_t *)cupsArrayFirst(hi->nodes);
238 node = (help_node_t *)cupsArrayNext(hi->nodes))
409 help_index_t *hi) /*
213 write_index(const char *path, help_index_t *hi) argument
408 write_nodes(const char *path, help_index_t *hi) argument
[all...]
/macosx-10.10/dcerpc-61/dcerpc/include/dce/solaris2.8/
H A Ddce.h190 unsigned long hi; member in struct:unsigned64_s_t
195 unsigned long hi; member in struct:signed64_s_t
201 unsigned short int hi; /* most significant 16 bits */ member in struct:unsigned48_s_t
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A DDiagnostics.h110 uint32_t lo = 0, hi = 0; local
111 __asm__ volatile("rdpmc" : "=a" (lo), "=d" (hi) : "c" (counter));
112 return ((((uint64_t)hi) << 32) | ((uint64_t)lo));

Completed in 141 milliseconds

1234567891011>>