Home
last modified time | relevance | path

Searched refs:ps_alloc (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ldap/common/
H A Didtest.c36 if ( (psin = ps_alloc( std_open )) == NULLPS ) { in main()
45 if ( (psout = ps_alloc( std_open )) == NULLPS ) { in main()
54 if ( (pserr = ps_alloc( std_open )) == NULLPS ) { in main()
/titanic_50/usr/src/cmd/mandoc/
H A Dmain.h52 void *ps_alloc(const struct mchars *, char *);
H A Dmain.c684 curp->outdata = ps_alloc(curp->mchars, in parse()
H A Dterm_ps.c521 ps_alloc(const struct mchars *mchars, char *outopts) in ps_alloc() function