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

/illumos-gate/usr/src/cmd/ed/
H A Ded.c2818 int havespec, n; local
2823 havespec = fsprtn = 0;
2829 case '<': if (havespec)
2832 havespec = 1;
2843 case 's': if (havespec && (n = numb()) >= 0)
2847 case 't': if (havespec) targ(f);
2852 case 'm': if (havespec) n = numb();
2856 case ':': if (!havespec) continue;
2860 default: if (!havespec) continue;

Completed in 59 milliseconds