Searched refs:SF_LASTR (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | line.c | 67 s = sfgetr(sfstdin, 0, SF_STRING|SF_LASTR);
|
H A D | uniq.c | 97 else if(bufp = sfgetr(fdin,'\n',SF_LASTR))
|
H A D | fmt.c | 245 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 D | cut.c | 270 if (!bp && !(bp = sfgetr(fdin, 0, SF_LASTR)))
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sfgetr.c | 58 type = type < 0 ? SF_LASTR : type == 1 ? SF_STRING : type; 60 if(type&SF_LASTR) /* return the broken record */
|
H A D | sfreserve.c | 55 if(type == SF_LASTR )
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 161 #define SF_LASTR 0000020 /* get the last incomplete record */ macro
|
Completed in 58 milliseconds