Lines Matching refs:shellparam
927 saveparam = shellparam;928 shellparam.malloc = 0;929 shellparam.reset = 1;930 shellparam.nparam = argc - 1;931 shellparam.p = argv + 1;932 shellparam.optnext = NULL;942 freeparam(&shellparam);943 shellparam = saveparam;961 freeparam(&shellparam);962 shellparam = saveparam;