Searched refs:outtype (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c85 enum outt outtype; /* which output to use */ member in struct:curparse
193 curp.outtype = OUTT_LOCALE;
462 if (OUTT_MAN == curp.outtype)
489 if (argc > 1 && curp.outtype <= OUTT_UTF8)
506 switch (curp.outtype) {
753 switch (curp->outtype) {
785 switch (curp->outtype) {
808 switch (curp->outtype) {
937 curp->outtype = OUTT_ASCII;
939 curp->outtype
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c372 static void outtype(Namval_t *np, Namfun_t *fp, Sfio_t* out, const char *prefix) function
382 outtype(np,fp,out,prefix);
525 outtype(np,fp,out,prefix);

Completed in 208 milliseconds