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