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()
53 void *ps_alloc(char *);
257 curp->outdata = ps_alloc(curp->outopts); in parse()
418 ps_alloc(char *outopts) in ps_alloc() function