chat_expect
if ((r = chat_expect(script[i++])) == 0 && script[i] != NULL)
static int chat_expect(const char *);
void chat_expect(char *s);
chat_expect(*argv);
chat_expect (arg);