Home | History | Annotate | Download | only in ksh

Lines Matching defs:shf

1262 	struct shf *volatile shf;
1276 if (!(shf = h->shf) || (fd = open(h->name, O_RDONLY, 0)) < 0) {
1278 !shf ? "create" : "open",
1280 if (shf)
1281 shf_close(shf);
1291 shf_close(shf); /* after quitenv */
1303 shf_puts(evalstr(yylval.cp, 0), shf);
1305 shf_puts(content, shf);
1309 if (shf_close(shf) == EOF) {