Searched refs:look (Results 51 - 75 of 265) sorted by relevance

1234567891011

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A DAppendMatchGroup.vim38 " of construct. This is how the entry in your filetype script would look.
46 " And the b:match_words constructed would look like:
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclFileName.c432 * root pattern to look for the other types.
1603 Tcl_Obj *typePtr, *resultPtr, *look;
1805 Tcl_ListObjIndex(interp, typePtr, length, &look);
1806 str = Tcl_GetStringFromObj(look, &len);
1851 globTypes->macType = look;
1852 Tcl_IncrRefCount(look);
1855 if ((Tcl_ListObjLength(NULL, look, &len) == TCL_OK) &&
1857 Tcl_ListObjIndex(interp, look, 0, &item);
1859 Tcl_ListObjIndex(interp, look, 1, &item);
1861 Tcl_ListObjIndex(interp, look,
1586 Tcl_Obj *typePtr, *resultPtr, *look; local
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dadacomplete.vim35 " look up matches
/macosx-10.9.5/vim-53/runtime/plugin/
H A DtarPlugin.vim9 " Also look there for further comments and documentation.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dantlr.vim39 " remove function definitions (they look different) (first define in
H A Djavacc.vim37 " remove function definitions (they look different) (first define in
/macosx-10.9.5/bc-21/bc/bc/
H A Dscan.c1299 unsigned char *look; variable
1302 for (look = yytext; *look != 0; look++)
1304 if (*look == '\n') line_no++;
1305 if (*look == '"') count++;
/macosx-10.9.5/vim-53/src/
H A Dmisc1.c5286 * Returns zero when it doesn't look like a declaration.
6242 char_u *look; local
6476 look = skipwhite(ml_get(curwin->w_cursor.lnum - 1));
6477 if (STRNCMP(look, lead_start, lead_start_len) == 0)
6479 else if (STRNCMP(look, lead_middle,
6547 look = start + trypos->col + 2; /* skip / and * */
6548 if (*look != NUL) /* if something after it */
6549 trypos->col = (colnr_T)(skipwhite(look) - start);
6553 if (ind_in_comment2 || *look == NUL)
6640 amount = skip_label(our_paren_pos.lnum, &look, ind_maxcommen
8035 char_u *look; local
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Warn/
H A DWarn.pm37 now would be the time to go take a look.
84 If you want more than one tests for carped warnings look that way:
217 Have a look to the similar L<Test::Exception> module. Test::Trap
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DCatalyst.pm248 Messages will then look like
264 as a Log4perl layout. Messages will look like
/macosx-10.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DSimple.pm116 recommended you look at L<Test::More>.
194 More testing functions! Once you outgrow Test::Simple, look at
/macosx-10.9.5/CPANInternal-140/Sub-Install/lib/Sub/
H A DInstall.pm56 package named in the C<from> parameter. If C<from> is not given, it will look
229 will look for named code in the calling package.
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings/lib/Test/
H A DNoWarnings.pm133 For scripts that look like
171 look inside and clear this whenever you want with C<warnings()> and
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings-1.04/lib/Test/
H A DNoWarnings.pm148 For scripts that look like
186 look inside and clear this whenever you want with C<warnings()> and
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DSimple.pm108 recommended you look at L<Test::More>.
187 More testing functions! Once you outgrow Test::Simple, look at
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DLoadDirectoryTree.pm170 This sorting function will sort files before directories, so that files are sorted alphabetically first in the list followed by directories sorted alphabetically. Here is example of how that would look:
182 This sorting function will sort directories before files, so that directories are sorted alphabetically first in the list followed by files sorted alphabetically. Here is example of how that would look:
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DLoadDirectoryTree.pm170 This sorting function will sort files before directories, so that files are sorted alphabetically first in the list followed by directories sorted alphabetically. Here is example of how that would look:
182 This sorting function will sort directories before files, so that directories are sorted alphabetically first in the list followed by files sorted alphabetically. Here is example of how that would look:
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/powerpc/
H A Dppc_closure.S63 # so use it to look up in a table
66 # look up the proper starting point in table
/macosx-10.9.5/cron-39/doc/
H A DINSTALL24 top of the file, but it's clearly marked. Also look at pathnames.h.
53 a very serious security problem on your system and you should look into it.
75 Kill your existing cron daemon -- do `ps aux' and look for /etc/cron.
/macosx-10.9.5/dcerpc-58/dcerpc/
H A Dconfigure.in422 [ --with-gssapi-dir=<prefix> look for gssapi libraries in <prefix>],
431 [ --with-gssapi-libdir=<libdir> look for gssapi libraries in <libdir>],
456 [ --with-schannel-dir=<prefix> look for libschannel in <prefix>],
465 [ --with-schannel-libdir=<libdir> look for libschannel libraries in <libdir>],
/macosx-10.9.5/dyld-239.4/src/
H A DdyldStartup.s28 * Kernel sets up stack frame to look like:
146 Lapple: movl (%ebx),%ecx # look for NULL ending env[] array
229 testq %r8,%r8 # look for NULL ending env[] array
/macosx-10.9.5/vim-53/runtime/colors/
H A Dshine.vim5 " This look like normal text editor.
/macosx-10.9.5/vim-53/runtime/indent/
H A Ddtd.vim138 " Finally, look for any additions and/or exceptions to the content model.
215 " Finally look for the attribute���s default value. If non exists, indent
222 " We need to look for the fixed value. If non exists, indent three
251 " that this is an external unparsed entity. In that case we have to look
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/Optional/
H A DDependencies.pm292 the returned string could look like:
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DLocal.pm167 calls C<< $class->EnvVars() >> to determine which keys to look at.

Completed in 304 milliseconds

1234567891011