Home | History | Annotate | Download | only in pppd

Lines Matching refs:script

91 static void ipxcp_script __P((fsm *, char *)); /* Run an up/down script */
1357 * Execute the ipx-up script, like this:
1400 * ipxcp_script - Execute a script with arguments
1404 ipxcp_script(f, script)
1406 char *script;
1447 argv[0] = script;
1461 run_program(script, argv, 0, NULL, NULL);