Searched refs:INDEX (Results 26 - 50 of 50) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dme_cpucore.tcl300 set loc [INDEX $tc $loc "Illegal location"]
313 set at [INDEX $tc [lindex $args 0] "Illegal location"]
316 set from [INDEX $tc [lindex $args 0] "Illegal start location"]
317 set to [INDEX $tc [lindex $args 1] "Illegal end location"]
922 proc ::grammar::me::cpu::core::INDEX {list i label} {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsas.vim85 syn keyword sasStatement FROM GROUP HAVING INDEX INSERT INTO IN
110 syn match sasMacro "%INDEX"
175 syn keyword sasFunction HMS HOSTHELP HOUR IBESSEL INDEX INDEXC
H A Dpilrc.vim59 syn keyword pilrcType ID INDEX INFORMATION
H A Dabap.vim49 syn keyword abapStatement IF IMPORT IMPORTING INDEX INFOTYPES INITIALIZATION INPUT INSERT
H A Dclipper.vim30 syn keyword clipperStatement INDEX INPUT VALID WHEN
H A Dfgl.vim54 syn keyword fglKeyword IDATA IF ILENGTH IMMEDIATE IN INCLUDE INDEX INDEXES INDICATOR
H A Dcdrtoc.vim412 call s:def_keyword('cdrtocTrackIndex', 'cdrtocTrackIndexMMSSFF', 'INDEX')
H A Dcobol.vim65 syn keyword cobolReserved contained IN INDEX INDEXED INDICATE INITIAL INITIALIZE
H A Dopenroad.vim27 syntax keyword openroadKeyword HAVING IF IMMEDIATE IN INDEX INITIALISE
H A Dplsql.vim58 syn keyword plsqlSQLKeyword INCREMENT INDEX INDEXES INITIAL INSERT INSTEAD
H A Dbaan.vim530 syn keyword baanConstant F.HELP.INDEX
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmhdr.h294 #define INDEX(s) DIV((s)-TINYSIZE,ALIGN) macro
300 #define C_INDEX(s) (s < MAXCACHE ? INDEX(s) : S_CACHE)
H A Dvmprivate.c107 else REMOVE(vd,bp,INDEX(SIZE(bp)),tp,(*searchf));
/macosx-10.10.1/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm524 =head2 path_element( INDEX[, NEW_VALUE] )
527 this object, and it returns the one at INDEX. If NEW_VALUE is defined then
528 the segment at INDEX is set to it. This method is useful if you want to examine
529 virtual path segments one at a time. INDEX defaults to 0, meaning you are
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dprincipal.c396 #define add_char(BASE, INDEX, LEN, C) do { if((INDEX) < (LEN)) (BASE)[(INDEX)++] = (C); }while(0);
/macosx-10.10.1/awk-20/src/
H A Dytab.c115 INDEX = 304, enumerator in enum:yytokentype
212 #define INDEX 304 macro
733 "GSUB", "IF", "INDEX", "LSUBSTR", "MATCHFCN", "NEXT", "NEXTFILE", "ADD",
3323 { (yyval.p) = op2(INDEX, (yyvsp[(3) - (6)].p), (yyvsp[(5) - (6)].p)); }
3329 (yyval.p) = op2(INDEX, (yyvsp[(3) - (6)].p), (Node*)(yyvsp[(5) - (6)].s)); }
H A Dytabc.bak101 INDEX = 303,
196 #define INDEX 303
596 "DELETE", "DO", "EXIT", "FOR", "FUNC", "SUB", "GSUB", "IF", "INDEX",
2998 { (yyval.p) = op2(INDEX, (yyvsp[-3].p), (yyvsp[-1].p)); }
3004 (yyval.p) = op2(INDEX, (yyvsp[-3].p), (Node*)(yyvsp[-1].s)); }
/macosx-10.10.1/ruby-106/ruby/doc/rake/
H A Djamis.rb555 INDEX = XHTML_PREAMBLE + <<HTML
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dsafe.tcl1027 set code [list TCL LOOKUP INDEX option $option]
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Dind-util.el1230 "Return character of charset `indian-glyph' made from glyph index INDEX.
1252 The value is (INDEX . SCRIPT), where INDEX is the glyph index
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y796 ///////////////////////////// The CREATE INDEX command ///////////////////////
798 cmd ::= CREATE(S) uniqueflag(U) INDEX nm(X) dbnm(D)
836 ///////////////////////////// The DROP INDEX command /////////////////////////
838 cmd ::= DROP INDEX fullname(X). {sqlite3DropIndex(pParse, X);}
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A DMANIFEST532 examples/INDEX.txt f
533 examples/INDEX.html f
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm4719 <!-- BEGIN CODE INDEX --><a name="code-index"></a>
4777 <!-- END CODE INDEX -->
5262 elsif ( $line =~ /^\s*<!-- INDEX BEGIN -->\s*$/i ) {
5274 elsif ( $line =~ /^\s*<!-- INDEX END -->\s*$/i ) {
5350 Perl::Tidy::Warn "Did not find INDEX END in pod2html output\n";
19044 use constant INDEX => 7; # index in output batch list constant
19207 return $self->[INDEX];
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dbibtex.el3386 "Prepare a new BibTeX entry with index INDEX.
3387 INDEX is a list (KEY CROSSREF-KEY ENTRY-NAME).
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim1488 au BufNewFile,BufRead INDEX,INFO

Completed in 483 milliseconds

12