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

1234567

/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/t/
H A Dregexp.t16 how do this look
32 how do this look
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dastconf.c865 lookup(register Lookup_t* look, const char* name, unsigned int flags) argument
877 look->flags = 0;
878 look->call = -1;
879 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1;
880 look->section = -1;
889 if (look->standard >= 0)
891 look->standard = p->standard;
895 if (look->call >= 0)
897 look->call = p->call;
901 look
1002 print(Sfio_t* sp, register Lookup_t* look, const char* name, const char* path, int listflags, Error_f conferror) argument
1427 Lookup_t look; local
1586 Lookup_t look; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/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.10/vim-55/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.10/ncurses-44/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.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dlook.pl1 ;# Usage: &look(*FILEHANDLE,$key,$dict,$fold)
12 sub look { subroutine
/macosx-10.10/OpenSSL098-52/src/crypto/des/times/
H A Dusparc.cc14 actual 'speed' numbers look better which is a realistic version of
/macosx-10.10/ruby-106/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.10/bind9-45.101/bind9/contrib/zkt/
H A DREADME10 have a look at "http://www.hznet.de/dns/zkt/"
/macosx-10.10/text_cmds-88/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.10/Csu-85/
H A Dstart.s40 * Kernel sets up stack frame to look like:
94 Lapple: lwz r0,0(r6) ; look for NULL ending env[] array
121 Lapple: ld r0,0(r6) ; look for NULL ending env[] array
148 Lapple: movl (%ebx),%eax # look for NULL ending env[] array
179 Lapple2:cmpq $0,(%rcx) # look for NULL ending env[] array
202 ldr r4, [r3], #4 // look for NULL ending env[] array
254 cmp x4, #0 ; look for NULL ending env[] array
/macosx-10.10/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp328 const char * look = 0; local
434 look = rdBootVar;
435 if( look[0] == '*')
436 look++;
438 if ( strncmp( look, "en", strlen( "en" )) == 0 ) {
440 } else if ( strncmp( look, "uuid", strlen( "uuid" )) == 0 ) {
461 matching = IOBSDNameMatching( look );
/macosx-10.10/Security-57031.1.35/Security/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.10/tcl-105/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
H A DtclFileName.c1217 Tcl_Obj *typePtr, *resultPtr, *look;
1444 Tcl_ListObjIndex(interp, typePtr, length, &look);
1445 str = Tcl_GetStringFromObj(look, &len);
1494 globTypes->macType = look;
1495 Tcl_IncrRefCount(look);
1500 if ((Tcl_ListObjLength(NULL, look, &len) == TCL_OK) &&
1502 Tcl_ListObjIndex(interp, look, 0, &item);
1504 Tcl_ListObjIndex(interp, look, 1, &item);
1506 Tcl_ListObjIndex(interp, look, 2, &item);
1514 Tcl_ListObjIndex(interp, look,
1202 Tcl_Obj *typePtr, *resultPtr, *look; local
[all...]
/macosx-10.10/tcl-105/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.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dttkmenu.rb28 that the menu buttons themselves look, \
32 to have a sufficiently good look-and-feel on all platforms, \
/macosx-10.10/vim-55/src/
H A Dedit.c3298 * finding all matches: need to look for matches all over again. */
3978 * entries from 'complete' that look in loaded buffers. */
4766 * the line has been inserted, we'll look for that -- Acevedo. */
7430 char_u *look; local
7444 look = curbuf->b_p_indk; /* 'indentexpr' set: use 'indentkeys' */
7447 look = curbuf->b_p_cink; /* 'indentexpr' empty: use 'cinkeys' */
7448 while (*look)
7456 case '*': try_match = (*look == '*'); break;
7457 case '!': try_match = (*look == '!'); break;
7458 default: try_match = (*look !
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dsrec.c87 so a short symbol table could look like:
864 srec_data_list_type **look; local
866 for (look = &tdata->head;
867 *look != NULL && (*look)->where < entry->where;
868 look = &(*look)->next)
870 entry->next = *look;
871 *look = entry;
/macosx-10.10/postfix-255/postfix/mantools/
H A Dmakemanidx26 <p> New Postfix users should first look at the following introductory
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dtoaster.test105 test {Toast a few slices of bread and look for auto-clean} {
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregengine.inc860 sopno look;
935 for (look = 1;
936 OP(s = g->strip[pc+look]) != O_CH;
937 look += OPND(s))
939 FWD(aft, aft, look);
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1575 VDDetailedTimingRec look; local
1586 bzero( &look, sizeof( VDDetailedTimingRec) );
1587 look.csTimingSize = sizeof32( VDDetailedTimingRec);
1604 // look for a programmable
1616 look.csDisplayModeID = info.csDisplayModeID;
1617 err = _doStatus( this, cscGetDetailedTiming, &look );
1622 if (look.csDisplayModeAlias == checkCurrent)
1628 if (look.csDisplayModeAlias == checkBoot)
1635 if ((look.csDisplayModeAlias == (UInt32) mode)
1636 && (look
1984 VDDetailedTimingRec look; local
2259 VDDetailedTimingRec * look = (VDDetailedTimingRec *) &info->detailedInfo.v2; local
[all...]

Completed in 385 milliseconds

1234567