skipword
p = skipword(p, "from");
p = skipword(p, "to");
static char *skipword __P((char *volatile, char *));