Lines Matching refs:ep
578 char *fmtq,*ep,*xp;
636 ep = nv_getval(mp?mp:np);
637 if(ep==Empty)
638 ep = 0;
642 xp = ep+nv_size(np);
643 while(--xp>ep && *xp==' ');
644 if(xp>ep || *xp!=' ')
646 if(xp < (ep+nv_size(np)))
652 fmtq = ep;
653 else if(!(fmtq = sh_fmtq(ep)))
655 else if(!associative && (ep=strchr(fmtq,'=')))
658 if(!qp || qp>ep)
660 sfwrite(out,fmtq,ep-fmtq);
662 fmtq = ep;