Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmain.c80 enum outt outtype; /* which output to use */ member
173 curp.outtype = OUTT_LOCALE; in main()
417 if (OUTT_MAN == curp.outtype) in main()
453 if (argc > 1 && curp.outtype <= OUTT_UTF8) in main()
657 switch (curp->outtype) { in parse()
692 switch (curp->outtype) { in parse()
848 curp->outtype = OUTT_ASCII; in toptions()
850 curp->outtype = OUTT_LINT; in toptions()
853 curp->outtype = OUTT_TREE; in toptions()
855 curp->outtype = OUTT_MAN; in toptions()
[all …]
/titanic_50/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) in outtype() function
382 outtype(np,fp,out,prefix); in outtype()
525 outtype(np,fp,out,prefix); in nv_attribute()