Searched refs:ps_alloc (Results 1 – 4 of 4) sorted by relevance
36 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()
52 void *ps_alloc(const struct mchars *, char *);
684 curp->outdata = ps_alloc(curp->mchars, in parse()
521 ps_alloc(const struct mchars *mchars, char *outopts) in ps_alloc() function