Searched defs:chat (Results 1 – 2 of 2) sorted by relevance
40 struct chat { struct41 struct fdescriptor desc;42 struct physical *physical;44 int state; /* Our CHAT_* status */46 char script[LINE_LEN]; /* Our arg buffer */48 int argc; /* Number of argv's */50 int arg; /* Our current arg number */52 char *argptr; /* Our current arg pointer */53 int arglen; /* The length of argptr */77 #define descriptor2chat(d) \ argument[all …]
61 struct chat chat; /* For bringing the link up & down */ member