Home
last modified time | relevance | path

Searched refs:SYSTEM_EXEC (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dsystems.c290 #define SYSTEM_EXEC 3 macro
391 if (*cp != '!' && how == SYSTEM_EXEC) in ReadSystem()
401 if ((how != SYSTEM_EXEC && allowcmd) || in ReadSystem()
402 (how == SYSTEM_EXEC && !allowcmd)) { in ReadSystem()
482 return ReadSystem(bundle, name, file, prompt, cx, SYSTEM_EXEC); in system_Select()