Searched defs:address (Results 1 - 5 of 5) sorted by relevance

/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/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
/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/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

Completed in 63 milliseconds