Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dsystems.c292 #define SYSTEM_EXEC 3 macro
393 if (*cp != '!' && how == SYSTEM_EXEC) in ReadSystem()
403 if ((how != SYSTEM_EXEC && allowcmd) || in ReadSystem()
404 (how == SYSTEM_EXEC && !allowcmd)) { in ReadSystem()
484 return ReadSystem(bundle, name, file, prompt, cx, SYSTEM_EXEC); in system_Select()