Lines Matching defs:pstate
1664 struct parse_state pstate;
1679 (void) memset(&pstate, '\0', sizeof (pstate));
1680 pstate.ps_state = ksDefault;
1681 pstate.ps_cfile = argpf;
1682 pstate.ps_csvc = &argpf->pf_global;
1683 argpf->pf_global.sl_parse = &pstate;
1691 get_device_list(&pstate, tunfd);
1694 pstate.ps_flags |= PSF_SETLEVEL;
1695 parse_arg_list(&pstate, argc, argv);
1696 parse_file(&pstate, "/etc/ppp/pppoe");
1697 pstate.ps_flags &= ~PSF_SETLEVEL;
1712 if (pstate.ps_files != NULL) {
1713 mainsvc = &pstate.ps_files->pf_global.sl_entry;
1728 dnames = get_unique_devs(&pstate);
1731 pstate.ps_flags |= PSF_PERDEV;
1733 parse_file(&pstate, *dnp);
1734 pstate.ps_flags &= ~PSF_PERDEV;
1737 file_end(&pstate);
1743 newopt = organize_state(&pstate);
1755 free_file_list(pstate.ps_files);
1756 free_file_list(pstate.ps_cfile);
1757 free_device_list(pstate.ps_star);
1758 free_env_list(pstate.ps_evlist);