Lines Matching defs:nmarks
949 int nmarks;
954 st_check_eod(st, FALSE, &nmarks, XS_CTL_IGNORE_NOT_READY);
1452 int number, nmarks, dsty;
1528 error = st_check_eod(st, FALSE, &nmarks, flags);
1530 error = st_space(st, number - nmarks,
1537 error = st_check_eod(st, true, &nmarks, flags);
1555 error = st_check_eod(st, FALSE, &nmarks, flags);
1897 * nmarks returns the number of marks to skip (or, if position
1901 st_check_eod(struct st_softc *st, boolean position, int *nmarks, int flags)
1907 *nmarks = 0;
1911 *nmarks = 1;
1914 *nmarks = 2;
1916 error = st_write_filemarks(st, *nmarks, flags);
1918 error = st_space(st, -*nmarks, SP_FILEMARKS, flags);
1930 int nmarks;
1932 error = st_check_eod(st, FALSE, &nmarks, flags);
1971 int nmarks;
1974 error = st_check_eod(st, FALSE, &nmarks, flags);