Searched refs:address (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libdll/
H A Ddlfcn.c164 * 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 Dtroff2html.h211 char* address; /* author address */ member in struct:State_s
H A Dtroff2html.c91 " [+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 Dcs.c71 "[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 Drolodex164 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 DtclIOCmd.c37 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 Dzlib.h78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
/ast/src/lib/libtksh/include/
H A Dtcl.h219 * 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 Dmailx.h168 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 Dvars.c550 v = sp->address;
/ast/src/cmd/re/
H A Ded.c560 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 Dratz.c501 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 DMakerules.mk2834 * :noregistry: do not link dll against address registry

Completed in 66 milliseconds