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

/ast/src/cmd/pack/
H A Dpack.c86 static char *outname(char*);
140 if(!(outfile = outname(infile)))
204 static char *outname(char *infile) function
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c1280 int indent=tp->indent, outname=0, isfun; local
1300 outname = (*tp->prefix=='t' && (!nv_isnull(np) || nv_isattr(np,NV_FLOAT|NV_RDONLY|NV_BINARY|NV_RJUST|NV_NOPRINT)));
1301 if(indent && (isfun || outname || *tp->prefix!='t'))
1394 else if(outname || (tp->scanmask && tp->scanroot==tp->sh->var_tree))

Completed in 28 milliseconds