Searched defs:wfile (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h65 char *wfile; /* NULL if no wfile */ member in struct:s_subst
H A Dcompile.c553 char wfile[_POSIX2_LINE_MAX + 1], *q; local
557 s->wfile = NULL;
599 fatal(_("space missing before w wfile"));
604 q = wfile;
611 if (q == wfile)
612 fatal(_("no wfile specified"));
613 s->wfile = strdup(wfile);
614 if (!aflag && (s->wfd = open(wfile,
616 err(1, "%s", wfile);
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c581 const char *cmode = NULL, *rfile = NULL, *wfile = NULL; local
594 'w', MDB_OPT_STR, &wfile, NULL);
611 if (wfile != NULL)
617 wfile != NULL) && argc != 0)
632 if (wfile)
633 return (typedef_writefile(wfile));

Completed in 63 milliseconds