Searched refs:linecnt (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/text_cmds-88/head/
H A Dhead.c74 int first, linecnt = -1, eval = 0; local
87 linecnt = strtol(optarg, &ep, 10);
88 if (*ep || linecnt <= 0)
98 if (linecnt != -1 && bytecnt != -1)
100 if (linecnt == -1 )
101 linecnt = 10;
115 head(fp, linecnt);
126 head(stdin, linecnt);
/macosx-10.10/mail_cmds-30/comsat/
H A Dcomsat.c276 int linecnt, charcnt, inheader; local
288 linecnt = 7;
302 if (linecnt <= 0 || charcnt <= 0) {
310 --linecnt;
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_hpgps.c120 int linecnt; /* set for expected multiple line responses */ member in struct:hpgpsunit
213 up->linecnt = 1;
288 * If linecnt is greater than zero, we are getting information only,
294 * If linecnt is zero, we are expecting either the timezone
301 if (up->linecnt-- > 0) {
307 if (up->linecnt == 0)
586 up->linecnt = 22;
/macosx-10.10/text_cmds-88/pr/
H A Dpr.c189 int linecnt; local
255 linecnt = 0;
266 while (linecnt < lines) {
272 if (!linecnt && !nohead &&
298 ++linecnt;
307 if (linecnt && prtail(lines-linecnt-lrgln, lrgln))
/macosx-10.10/mail_cmds-30/msgs/
H A Dmsgs.c160 int linecnt(FILE *);
528 lct = linecnt(newmsg);
725 linecnt(FILE *f) function
/macosx-10.10/vim-55/src/
H A Dfileio.c149 static linenr_T readfile_linenr __ARGS((linenr_T linecnt, char_u *p, char_u *endp));
272 linenr_T linecnt; local
875 * Set linecnt now, before the "retry" caused by a wrong guess for
878 linecnt = curbuf->b_ml.ml_line_count;
1404 - linecnt + 1;
1409 - linecnt + 1;
1570 conv_error = readfile_linenr(linecnt,
1741 conv_error = readfile_linenr(linecnt, ptr, dst);
1882 conv_error = readfile_linenr(linecnt,
1911 conv_error = readfile_linenr(linecnt,
[all...]
H A Dmemline.c5034 int linecnt; local
5042 linecnt = 0;
5044 && linecnt < MLCS_MINL)
5062 if (linecnt + rest > MLCS_MINL)
5064 idx += MLCS_MINL - linecnt - 1;
5065 linecnt = MLCS_MINL;
5070 linecnt += rest;
5074 buf->b_ml.ml_chunksize[curix].mlcs_numlines = linecnt;
5075 buf->b_ml.ml_chunksize[curix + 1].mlcs_numlines -= linecnt;
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dsupercite.el1962 (let ((linecnt (count-lines point mark)))
1965 (<= linecnt sc-cite-region-limit))
1977 linecnt sc-cite-region-limit))))
/macosx-10.10/file-46/file/src/
H A Dsoftmagic.c918 const unsigned char *s, uint32_t offset, size_t nbytes, size_t linecnt)
948 for (lines = linecnt, b = buf; lines && b < end &&
917 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, const unsigned char *s, uint32_t offset, size_t nbytes, size_t linecnt) argument

Completed in 143 milliseconds