Searched refs:SF_LASTR (Results 1 – 10 of 10) sorted by relevance
58 type = type < 0 ? SF_LASTR : type == 1 ? SF_STRING : type;60 if(type&SF_LASTR) /* return the broken record */
55 if(type == SF_LASTR )
97 else if(bufp = sfgetr(fdin,'\n',SF_LASTR)) in uniq()
245 …e = 0) && (lp = cp + sfvalue(fp->in) - 1) || (cp = sfgetr(fp->in, '\n', SF_LASTR)) && (splice = 1)… in dofmt()
272 if (!bp && !(bp = sfgetr(fdin, 0, SF_LASTR))) in cutcols()
161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro