Searched refs:SF_LASTR (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dline.c67 s = sfgetr(sfstdin, 0, SF_STRING|SF_LASTR);
H A Duniq.c97 else if(bufp = sfgetr(fdin,'\n',SF_LASTR))
H A Dfmt.c245 while (cp || (cp = sfgetr(fp->in, '\n', 0)) && !(splice = 0) && (lp = cp + sfvalue(fp->in) - 1) || (cp = sfgetr(fp->in, '\n', SF_LASTR)) && (splice = 1) && (lp = cp + sfvalue(fp->in)))
H A Dcut.c270 if (!bp && !(bp = sfgetr(fdin, 0, SF_LASTR)))
/osnet-11/usr/src/lib/libast/common/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 )
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dsfio.h161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro

Completed in 58 milliseconds