Searched refs:FOR (Results 276 - 300 of 359) sorted by relevance

<<1112131415

/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddosbatch.vim45 " String - using "'s is a convenience rather than a requirement outside of FOR
H A Dfgl.vim50 syn keyword fglKeyword FILE FILLFACTOR FILTERING FINISH FIRST FLOAT FLUSH FOR
H A Dsdl.vim70 syn keyword sdlStatement IF THEN FI FOR IMPORT MACRO MACRODEFINITION
H A Drpl.vim305 " FOR/(CYCLE)/(EXIT)/NEXT
306 " FOR/(CYCLE)/(EXIT)/STEP
H A Dbasic.vim36 syn keyword basicStatement FOR for For NEXT next Next
H A Dbtm.vim91 " //Variable used by FOR loops sometimes use %%<letter> in batchfiles
H A Dcobol.vim63 syn keyword cobolReserved contained EXTEND EXTERNAL FALSE FD FILLER FINAL FIRST FOOTING FOR FROM
H A Dfreebasic.vim103 syn keyword freebasicLoops FOR LOOP WHILE WEND DO CONTINUE STEP UNTIL next
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dlex.c479 infor = tok == FOR ? 2 : 0;
480 if (IS_REDIROP(tok) || tok == FOR || tok == FOREACH || tok == SELECT) {
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm1034 FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
1038 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
1046 LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL,
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm1036 FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
1040 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
1048 LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL,
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y155 DATABASE DEFERRED DESC DETACH EACH END EXCLUSIVE EXPLAIN FAIL FOR
897 foreach_clause(A) ::= FOR EACH ROW. { A = TK_ROW; }
898 foreach_clause(A) ::= FOR EACH STATEMENT. { A = TK_STATEMENT; }
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm228 =head1 USEFUL METHODS FOR SUBCLASSES
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DBodyFilter.pm228 =head1 USEFUL METHODS FOR SUBCLASSES
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DGrammar.pm50 IF UNLESS ELSE ELSIF FOR NEXT WHILE SWITCH CASE META IN
80 'FOREACH' => 'FOR',
167 'FOR' => 21,
546 'FOR' => 21,
763 'FOR' => 142,
1185 'FOR' => 21,
1311 'FOR' => 21,
1375 'FOR' => 21,
2185 'FOR' => 21,
2404 'FOR'
[all...]
/macosx-10.10.1/CPANInternal-159.1/Types-Serialiser-1.0/
H A DSerialiser.pm150 =head1 NOTES FOR XS USERS
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.h48 /// FOR - Bitwise logical OR of floating point values. This corresponds
50 FOR, enumerator in enum:llvm::X86ISD::NodeType
/macosx-10.10.1/pcre-7/pcre/
H A Dpcregexp.pas28 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dbonjour-tests.bat17 :: WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dbuild_gnv_curl_pcsi_desc.com42 $! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
H A Dgenerate_config_vms_h_curl.com28 $! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
/macosx-10.10.1/gnudiff-19/diffutils/ms/
H A Dconfig.bat14 Rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dpic.y14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
176 %token FOR
400 | FOR VARIABLE '=' expr TO expr optional_by DO
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParser.cpp13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
709 ASSERT(match(FOR));
1142 case FOR:
1409 case FOR:
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Debrowse.c15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
167 FOR, /* for */ enumerator in enum:token
2132 case FOR: return "for";
2287 insert_keyword ("for", FOR);

Completed in 218 milliseconds

<<1112131415