Searched refs:look (Results 1 - 25 of 265) sorted by relevance

1234567891011

/macosx-10.9.5/CPANInternal-140/Data-Dump/t/
H A Dregexp.t15 how do this look
31 how do this look
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/t/
H A Dregexp.t16 how do this look
32 how do this look
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c815 lookup(register Lookup_t* look, const char* name, unsigned int flags) argument
827 look->flags = 0;
828 look->call = -1;
829 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1;
830 look->section = -1;
839 if (look->standard >= 0)
841 look->standard = p->standard;
845 if (look->call >= 0)
847 look->call = p->call;
851 look
952 print(Sfio_t* sp, register Lookup_t* look, const char* name, const char* path, int listflags, Error_f conferror) argument
1367 Lookup_t look; local
1526 Lookup_t look; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DTclUtil.py35 def look(self): member in class:TclLexer
81 elif c == '\\' and self.look() in '{}':
113 if self.look().isspace() or self.look() == ';':
125 elif c == '$' and not self.at_end() and (self.look().isalpha() or
126 self.look() == '{'):
145 if self.at_end() or self.look().isspace():
154 c = self.look()
178 def look(self): member in class:TclExecCommand
199 if self.look() i
[all...]
H A DShUtil.py18 def look(self): member in class:ShLexer
50 c = self.look()
161 if self.look().isspace():
179 def look(self): member in class:ShParser
195 tok = self.look()
222 if self.look() == ('!',):
227 while self.look() == ('|',):
235 while self.look():
239 if not self.look():
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/Local/
H A DWin32.pm284 When using the registry, we look for the Windows time zone and use a
291 We look in "SYSTEM/CurrentControlSet/Control/TimeZoneInformation/" for
293 look up the Olson time zone name in our mapping.
297 We look in "SOFTWARE/Microsoft/Windows NT/CurrentVersion/Time Zones/"
304 look up the Olson time zone name.
H A DUnix.pm290 of making a symlink. In this case, we look in F</usr/share/zoneinfo>
301 If this file exists, it is opened and we look for a line starting like
306 If this file exists, it is opened and we look for a line starting like
312 If this file exists, it is opened and we look for a line starting like
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dxs.vim16 " TODO: Figure out how to look for trailing '='.
22 " TODO: Figure out how to look for trailing '('.
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dinserts.c147 WINDOW *look = 0; local
172 look = newwin(limit, COLS - (2 * (level - 1)), 0, level - 1);
175 box(look, 0, 0);
176 wnoutrefresh(look);
221 touchwin(look);
225 wnoutrefresh(look);
379 delwin(look);
H A Dins_wide.c225 WINDOW *look = 0; local
246 look = newwin(limit, COLS - (2 * (level - 1)), 0, level - 1);
249 box(look, 0, 0);
250 wnoutrefresh(look);
311 touchwin(look);
315 wnoutrefresh(look);
464 delwin(look);
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dlook.pl1 ;# Usage: &look(*FILEHANDLE,$key,$dict,$fold)
12 sub look { subroutine
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_text.rb25 This line is really, really long. So long, in fact, that it is more than eighty characters long! The purpose of this line is for testing wrapping behavior because sometimes people don't wrap their text to eighty characters. Without the wrapping, the text might not look good in the RSS feed.
32 Without the wrapping, the text might not look good in the RSS feed.
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A DREADME10 have a look at "http://www.hznet.de/dns/zkt/"
/macosx-10.9.5/Csu-79/
H A Dstart.s39 * Kernel sets up stack frame to look like:
93 Lapple: lwz r0,0(r6) ; look for NULL ending env[] array
120 Lapple: ld r0,0(r6) ; look for NULL ending env[] array
147 Lapple: movl (%ebx),%eax # look for NULL ending env[] array
178 Lapple2:cmpq $0,(%rcx) # look for NULL ending env[] array
201 ldr r4, [r3], #4 // look for NULL ending env[] array
/macosx-10.9.5/text_cmds-87/look/
H A Dlook.c45 static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95";
49 __FBSDID("$FreeBSD: src/usr.bin/look/look.c,v 1.18.10.2.4.1 2010/06/14 02:09:06 kensmith Exp $");
52 * look -- find lines in a sorted list.
88 int look(wchar_t *, unsigned char *, unsigned char *);
155 match *= (look(key, front, back));
194 look(wchar_t *string, unsigned char *front, unsigned char *back) function
355 (void)fprintf(stderr, "usage: look [-df] [-t char] string [file ...]\n");
/macosx-10.9.5/xnu-2422.115.4/iokit/bsddev/
H A DIOKitBSDInit.cpp327 const char * look = 0; local
433 look = rdBootVar;
434 if( look[0] == '*')
435 look++;
437 if ( strncmp( look, "en", strlen( "en" )) == 0 ) {
439 } else if ( strncmp( look, "uuid", strlen( "uuid" )) == 0 ) {
460 matching = IOBSDNameMatching( look );
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/
H A Dantlr.jar ... antlr.Token) public void generate () public antlr.Lookahead look (int) public java.lang.String toString () } antlr/actions ...
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclUtf.c673 CONST char *look;
677 look = src;
679 if (look < start) {
685 byte = *((unsigned char *) look);
690 return look;
692 look--;
663 CONST char *look; local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclUtf.c677 CONST char *look;
681 look = str;
683 if (look < start) {
689 byte = *((unsigned char *) look);
694 return look;
696 look--;
667 CONST char *look; local
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/script/
H A Ddbicdump18 replaced with C<_> and values that look like references or quote-like
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/script/
H A Ddbicdump18 replaced with C<_> and values that look like references or quote-like
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dsimple-proxy.pl134 suggest to have a look at Net::LDAP::Server on CPAN.
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DDoc.pm34 This module is used internally by Pod::WSDL. It is unlikely that you have to interact directly with it. If that is the case, take a look at the code, it is rather simple.
H A DFault.pm49 This module is used internally by Pod::WSDL. It is unlikely that you have to interact directly with it. If that is the case, take a look at the code, it is rather simple.
H A DReturn.pm48 This module is used internally by Pod::WSDL. It is unlikely that you have to interact directly with it. If that is the case, take a look at the code, it is rather simple.

Completed in 245 milliseconds

1234567891011