Searched refs:havespec (Results 1 – 1 of 1) sorted by relevance
2818 int havespec, n; in fspec() local2823 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()