Searched refs:address (Results 1 - 13 of 13) sorted by relevance
/ast/src/lib/libdll/ |
H A D | dlfcn.c | 164 * address passed in. Remember that procedure pointers 206 /*hdr is address of header, not text, so add text s_scnptr */ 438 void* address; local 444 address = (NSSymbol)pun; 447 address = NSLookupSymbolInModule(dll->module, name); 452 address = NSLookupSymbolInImage(dll->image, name, 0); 458 address = NSLookupAndBindSymbol(name); 460 if (address) 461 address = NSAddressOfSymbol(address); 468 NSSymbol address; local [all...] |
/ast/src/cmd/html/ |
H A D | troff2html.h | 211 char* address; /* author address */ member in struct:State_s
|
H A D | troff2html.c | 91 " [+mailto=address?Sets the email \aaddress\a to send comments and" 5874 if (state.address) 5876 sfprintf(op, "%s%s\n", t, state.address);
|
/ast/src/cmd/cs/ |
H A D | cs.c | 71 "[t:translate?\ahost\a name operands are translated to IP address dot notation" 91 " [+addr?The host IP address in dot notation.]" 142 * host address translation 146 address(const char* name) function 526 address(host); 531 address(host);
|
/ast/src/lib/libtk/library/demos/ |
H A D | rolodex | 164 set helpTopics(.frame.2.entry) {In this field of the rolodex entry you should type the first line of the person's address} 165 set helpTopics(.frame.3.entry) {In this field of the rolodex entry you should type the second line of the person's address} 166 set helpTopics(.frame.4.entry) {In this field of the rolodex entry you should type the third line of the person's address}
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclIOCmd.c | 37 Tcl_Channel chan, char *address, int port)); 1271 AcceptCallbackProc(callbackData, chan, address, port) 1277 char *address; /* Address of client that was 1306 " ", address, " ", portBuf, (char *) NULL);
|
/ast/src/lib/libz/ |
H A D | zlib.h | 78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
|
/ast/src/lib/libtksh/include/ |
H A D | tcl.h | 219 * Other values give address of procedure 309 Tcl_Channel chan, char *address, int port)); 1011 int port, char *address, char *myaddr,
|
/ast/src/cmd/mailx/ |
H A D | mailx.h | 168 int m_index; /* command address vector index */ 207 * Given a file address, determine the block number it represents. 353 #define GSENDER (1L<<23) /* Get state.var.sender address only */ 514 char address[1]; /* sender address override */ member in struct:sender
|
H A D | vars.c | 550 v = sp->address;
|
/ast/src/cmd/re/ |
H A D | ed.c | 560 error(2, "first address exceeds second"); 716 address(void) function 744 error(2, "invalid address"); 799 error(2, "address out of range"); 816 error(2, "invalid address count"); 1454 if (!(adt = address())) 1522 a1 = address(); 1527 error(2, "invalid address");
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 501 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 1700 on return points to the next available entry's address. bits is the
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 2834 * :noregistry: do not link dll against address registry
|
Completed in 66 milliseconds