Searched refs:SEARCH (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/Libc-997.90.3/db/recno/FreeBSD/
H A Drecno.h33 enum SRCHOP { SDELETE, SINSERT, SEARCH}; /* Rec_search operation. */ enumerator in enum:SRCHOP
H A Drec_search.c101 case SEARCH:
109 if (op != SEARCH)
H A Drec_seq.c115 if ((e = __rec_search(t, nrec - 1, SEARCH)) == NULL)
H A Drec_get.c94 if ((e = __rec_search(t, nrec, SEARCH)) == NULL)
H A Drec_put.c221 SINSERT : SEARCH)) == NULL)
/macosx-10.9.5/vim-53/src/testdir/
H A DMake_vms.mms122 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then delete/noconfirm/nolog test.out.*
123 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then delete/noconfirm/nolog $*.out.*
132 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename/nolog test.out $*.out
133 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then differences /par $*.out $*.ok;
135 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.*
173 -@ if "''F$SEARCH("*.out")'" .NES. "" then delete/noconfirm/nolog *.out.*
174 -@ if "''F$SEARCH("test.log")'" .NES. "" then delete/noconfirm/nolog test.log.*
175 -@ if "''F$SEARCH("test.ok")'" .NES. "" then delete/noconfirm/nolog test.ok.*
176 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.*
177 -@ if "''F$SEARCH("*
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/vms/libtiff/
H A Dmakevms.com70 $ IF F$SEARCH(LIBFILE+".OLB").EQS."" THEN -
76 $ IF F$SEARCH(LIBPORT+".OLB") .EQS ""
94 $ SEARCH/OUT=MISSING.OBJECTS LINK.WARNINGS LINK-I-UDFSYM
114 $ IF F$SEARCH("VERSION.H").EQS.""
117 $ IF F$SEARCH("MKVERSION.EXE").EQS.""
119 $ IF F$SEARCH("MKVERSION.OBJ").EQS.""
139 $ IF F$SEARCH("TIF_FAX3SM.C").EQS.""
142 $ IF F$SEARCH("MKG3STATES.EXE").EQS.""
144 $ IF F$SEARCH("MKG3STATES.OBJ").EQS.""
169 $ C_FILE=F$SEARCH(C_FIL
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest046-dds150 SEARCH=0
152 SEARCH=`expr $SEARCH + 1`
153 echo "# [$SEARCH] Searching the dynamic portion of the database..." >> $SEARCHOUT
255 SEARCH=`expr $SEARCH + 1`
256 echo "# [$SEARCH] Searching the dynamic portion of the database..." >> $SEARCHOUT
309 SEARCH=`expr $SEARCH + 1`
310 echo "# [$SEARCH] Searchin
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPRequest.h30 static const int SEARCH=3; member in class:LDAPRequest
H A DLDAPSearchRequest.cpp43 m_requestType=LDAPRequest::SEARCH;
/macosx-10.9.5/ruby-104/ruby/test/net/imap/
H A Dtest_imap_response_parser.rb78 * SEARCH
82 * SEARCH 1
86 * SEARCH 1 2 3
94 * SEARCH 1\s
98 * SEARCH 1 2 3\s
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/vms/tools/
H A Dmakevms.com77 $ C_FILE=F$SEARCH(C_FILE)
86 $ FOUND_EXE_FILE=F$SEARCH(EXE_FILE)
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dvmsbuild.com7 $ SEARCH= "search /Exact"
61 $ SEARCH dummy.map "%LINK-I-UDFSYM" /Output=dummy.list
127 $ SEARCH functions.def "DEFFUNC","''f'" /Match=AND
/macosx-10.9.5/vim-53/runtime/indent/
H A Dcobol.vim143 if line =~? '^\%(IF\|THEN\|ELSE\|READ\|EVALUATE\|SEARCH\|SELECT\)\>'
148 if cline !~? '^AT\s\+END\>' || line !~? '^SEARCH\>'
154 let lastclause = searchpair('\c-\@<!\<\%(SEARCH\|EVALUATE\|READ\)\>','\c\<\%(WHEN\|AT\s\+END\)\>','\c\<END-\%(SEARCH\|EVALUATE\|READ\)\>','bW',s:skip)
157 "&& s:stripped(lastclause) !~? '^\%(SEARCH\|EVALUATE\|READ\)\>'
211 elseif cline =~? '^\(END-\(READ\|EVALUATE\|SEARCH\|PERFORM\)\)\>'
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dserver.rb36 SEARCH = <<-SEARCH
44 SEARCH
59 <%= SEARCH %>
353 <%= SEARCH %>
387 <%= SEARCH %>
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dvi.c183 #define SEARCH -45 /* search flag */ macro
1353 * = SEARCH, no escape allowed
1380 if( (c=ed_getchar(vp->ed,mode==SEARCH?1:-2)) == usreof )
1390 else if(mode==SEARCH && c==editb.e_intr)
1410 if( mode == SEARCH )
1470 if( mode==SEARCH && cur_virt==0 )
1515 if( mode == SEARCH )
1537 if( mode != SEARCH )
1544 if(mode!=SEARCH && last_virt>=0 && (vp->ed->e_tabcount|| !isblank(cur_virt)) && vp->ed->sh->nextprompt)
2180 /*{ SEARCH( mod
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl323 {^SEARCH\s*$} {
328 {^SEARCH\s+.*} {
329 regexp {^SEARCH\s+(.*)\s*$} $line => foundlist
986 multiline_prefix_command imapexpr "SEARCH"
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpilrc.vim69 syn keyword pilrcType SAVEBEHIND SEARCH SCREEN SELECTEDBITMAPID SINGLELINE
H A Dcobol.vim61 syn keyword cobolReserved contained END-REWRITE END-SEARCH END-START END-STRING END-SUBTRACT END-UNSTRING
76 syn keyword cobolReserved contained RIGHT ROUNDED RUN SAME SD SEARCH SECTION SECURITY SEGMENT SEGMENT-LIMITED
H A Dabap.vim56 syn keyword abapStatement SCAN SCROLL SEARCH SELECT SELECT-OPTIONS SELECTION-SCREEN SET SHIFT SKIP SORT SPLIT START-OF-SELECTION STATICS STOP SUBMIT SUBTRACT SUBTRACT-CORRESPONDING SUM SUMMARY SUPPRESS SYNTAX-CHECK SYNTAX-TRACE
H A Dmush.vim105 syntax keyword mushAtCommandList contained @READCACHE @RECYCLE @REJECTMOTD @REMIT @RESTART @SCAN @SEARCH @SELECT @SET
/macosx-10.9.5/vim-53/src/
H A DMake_vms.mms340 -@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;*
341 -@ if "''F$SEARCH("*.obj")'" .NES. "" then delete/noconfirm/nolog *.obj;*
342 -@ if "''F$SEARCH("[.auto]config.h")'" .NES. "" then delete/noconfirm/nolog [.auto]config.h;*
343 -@ if "''F$SEARCH("pathdef.c")'" .NES. "" then delete/noconfirm/nolog pathdef.c;*
344 -@ if "''F$SEARCH("if_perl.c")'" .NES. "" then delete/noconfirm/nolog if_perl.c;*
345 -@ if "''F$SEARCH("*.opt")'" .NES. "" then delete/noconfirm/nolog *.opt;*
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dimap.rb107 # This script invokes the FETCH command and the SEARCH command concurrently.
121 # to perform a SEARCH command without having SELECTed a current
727 # Sends a SEARCH command to search the mailbox for messages that
768 return search_internal("SEARCH", keys, charset)
773 return search_internal("UID SEARCH", keys, charset)
1347 return @responses.delete("SEARCH")[-1]
2167 when /\A(?:SEARCH|SORT)\z/ni
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DgenSCPreferences.c405 #define SEARCH "Search" macro
632 { SC_10_1, NETPROP DNS, SEARCH DOMAINS, NULL, CFARRAY_CFSTRING},
633 { SC_10_4, NETPROP DNS, SEARCH ORDER, NULL, CFNUMBER},
645 { SC_10_9_IPHONE_7_0_PRIVATE, NETPROP DNS, SUPPLEMENTAL MATCH DOMAINS NO SEARCH, NULL, CFNUMBER_BOOL},
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dconfigure.com32 $DECC = F$SEARCH("SYS$SYSTEM:DECC$COMPILER.EXE") .NES. ""
47 $MMS = F$SEARCH("SYS$SYSTEM:MMS.EXE") .NES. ""

Completed in 389 milliseconds

12