Searched refs:fmtq (Results 1 – 2 of 2) sorted by relevance
/titanic_44/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_44/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()
|