Home | History | Annotate | Download | only in src

Lines Matching refs:exp

26  * $FreeBSD: src/usr.sbin/ppp/chat.c,v 1.80.26.1 2010/12/21 17:10:29 kensmith Exp $
224 ExpandString(c, c->argptr, c->exp + 2, sizeof c->exp - 2, needcr);
234 len = strlen(c->exp+2);
247 memcpy(c->abort.string[i].data, c->exp+2, len+1);
254 c->TimeoutSec = atoi(c->exp + 2);
258 } else if (c->nargptr == NULL && !strcmp(c->exp+2, "ABORT"))
260 else if (c->nargptr == NULL && !strcmp(c->exp+2, "TIMEOUT"))
263 if (c->exp[2] == '!' && c->exp[3] != '!')
264 ExecStr(c->physical, c->exp + 3, c->exp + 3, sizeof c->exp - 3);
266 if (c->exp[2] == '\0') {
288 c->argptr = c->exp + (c->exp[2] == '!' ? 3 : 2);