Home | History | Annotate | Download | only in sh

Lines Matching refs:shellparam

1233 		saveparam = shellparam;
1234 shellparam.malloc = 0;
1235 shellparam.reset = 1;
1236 shellparam.nparam = argc - 1;
1237 shellparam.p = argv + 1;
1238 shellparam.optnext = NULL;
1250 freeparam(&shellparam);
1251 shellparam = saveparam;
1295 freeparam(&shellparam);
1296 shellparam = saveparam;