Searched defs:DS (Results 1 – 11 of 11) sorted by relevance
9 typedef struct DS DS; typedef18 struct DS struct35 DS ds; in chandial() argument
27 typedef struct DS DS; typedef28 struct DS { struct30 char buf[128];31 char expand[128];32 char *netdir;56 void dial_string_parse(char*, DS*); argument
4 typedef struct DS DS; typedef16 struct DS { struct36 DS ds; in dial() argument
7 typedef struct DS DS; typedef19 struct DS { struct39 DS ds; in _threaddial() argument
9 typedef struct DS DS; typedef24 struct DS { struct26 char buf[Maxstring];27 char *netdir;28 char *proto;29 char *rem;32 char *local;33 char *dir;34 int *cfdp;
10 typedef struct DS DS; typedef25 struct DS { struct27 char buf[Maxstring];28 char *netdir; /* e.g., /net.alt */29 char *proto; /* e.g., tcp */30 char *rem; /* e.g., host!service */33 char *local;34 char *dir;35 int *cfdp;
13 typedef struct DS DS; typedef35 struct DS { struct53 DS *ds; argument
390 typedef struct DS DS; typedef391 struct DS { struct408 _dial_string_parse(char *str, DS *ds) in _dial_string_parse() argument
14 typedef struct DS DS; typedef15 struct DS { struct38 csquery(DS *ds, char *clone, char *dest) in csquery() argument
60 #define DS(i) (byte)(i), (byte)((i) >> 8) macro