Home
last modified time | relevance | path

Searched refs:fmtq (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c582 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()
670 fmtq = ep; in nv_outnode()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dshiocmd_solaris.c299 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()