Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/ed/
H A Ded.c2831 int havespec, n; in fspec() local
2836 havespec = fsprtn = 0; in fspec()
2842 case '<': if (havespec) in fspec()
2845 havespec = 1; in fspec()
2856 case 's': if (havespec && (n = numb()) >= 0) in fspec()
2860 case 't': if (havespec) targ(f); in fspec()
2865 case 'm': if (havespec) n = numb(); in fspec()
2869 case ':': if (!havespec) continue; in fspec()
2873 default: if (!havespec) continue; in fspec()