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 */47 char *argv[MAXARGS]; /* Our arguments (pointing to script) */48 int argc; /* Number of argv's */50 int arg; /* Our current arg number */51 char exp[LINE_LEN]; /* Our translated current argument */52 char *argptr; /* Our current arg pointer */[all …]
59 struct chat chat; /* For bringing the link up & down */ member