Searched refs:fmtq (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 545 char *fmtq,*ep,*xp; in nv_outnode() local 580 if(!(fmtq = nv_getsub(np))) in nv_outnode() 582 sfprintf(out,"[%s]",sh_fmtq(fmtq)); in nv_outnode() 613 fmtq = ep; in nv_outnode() 614 else if(!(fmtq = sh_fmtq(ep))) in nv_outnode() 615 fmtq = ""; in nv_outnode() 616 else if(!associative && (ep=strchr(fmtq,'='))) in nv_outnode() 618 char *qp = strchr(fmtq,'\''); in nv_outnode() 621 sfwrite(out,fmtq,ep-fmtq); in nv_outnode() 623 fmtq = ep; in nv_outnode() [all …]
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 582 char *fmtq,*ep,*xp; in nv_outnode() local 619 if(!(fmtq = nv_getsub(np))) in nv_outnode() 621 sfprintf(out,"[%s]",sh_fmtq(fmtq)); in nv_outnode() 660 fmtq = ep; in nv_outnode() 661 else if(!(fmtq = sh_fmtq(ep))) in nv_outnode() 662 fmtq = ""; in nv_outnode() 663 else if(!associative && (ep=strchr(fmtq,'='))) in nv_outnode() 665 char *qp = strchr(fmtq,'\''); in nv_outnode() 668 sfwrite(out,fmtq,ep-fmtq); in nv_outnode() [all...] |
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 299 char *fmtq; in genvalue() local 305 if(!(fmtq=nv_getval(np)) || !(fmtq=sh_fmtq(fmtq))) in genvalue() 306 fmtq = ""; in genvalue() 307 sfputr(out,fmtq,'\n'); in genvalue()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | shiocmd_solaris.c | 299 char *fmtq; in genvalue() local 305 if(!(fmtq=nv_getval(np)) || !(fmtq=sh_fmtq(fmtq))) in genvalue() 306 fmtq = ""; in genvalue() 307 sfputr(out,fmtq,'\n'); in genvalue()
|