Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfgetr.c58 type = type < 0 ? SF_LASTR : type == 1 ? SF_STRING : type;
60 if(type&SF_LASTR) /* return the broken record */
H A Dsfreserve.c55 if(type == SF_LASTR )
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Duniq.c97 else if(bufp = sfgetr(fdin,'\n',SF_LASTR)) in uniq()
H A Dfmt.c245 …e = 0) && (lp = cp + sfvalue(fp->in) - 1) || (cp = sfgetr(fp->in, '\n', SF_LASTR)) && (splice = 1)… in dofmt()
H A Dcut.c269 if (!bp && !(bp = sfgetr(fdin, 0, SF_LASTR))) in cutcols()
H A Dtail.c766 (void)sfgetr(ip, delim, SF_LASTR); in b_tail()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h162 #define SF_LASTR 0000020 /* get the last incomplete record */ macro