Home
last modified time | relevance | path

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

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