Searched refs:beg (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_redrawln.c45 wredrawln(WINDOW *win, int beg, int num) argument
51 T((T_CALLED("wredrawln(%p,%d,%d)"), win, beg, num));
56 if (beg < 0)
57 beg = 0;
59 if (touchline(win, beg, num) == ERR)
62 if (touchline(curscr, beg + win->_begy, num) == ERR)
65 end = beg + num;
76 for (i = beg; i < end; i++) {
/freebsd-10-stable/contrib/nvi/vi/
H A Dv_increment.c58 size_t beg, blen, end, len, nlen, wlen; local
93 for (beg = vp->m_start.cno; beg < len && ISSPACE(p[beg]); ++beg);
94 if (beg >= len)
96 if (beg != vp->m_start.cno) {
97 sp->cno = beg;
112 wlen = len - beg;
113 if (p[beg]
[all...]
H A Dvi.c1040 size_t beg, end, len; local
1063 beg = sp->cno; beg < len && ISSPACE(p[beg]); moved = 1, ++beg);
1064 if (beg >= len) {
1069 sp->cno = beg;
1080 for (end = beg; ++end < len && inword(p[end]););
1083 vip->klen = len = (end - beg);
1085 MEMMOVE(vip->keyw, p + beg, le
[all...]
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dsearch.c327 register char const *buflim, *beg, *end; local
364 for (beg = end = buf; end < buflim; beg = end)
382 offset = kwsexec (kwset, beg, buflim - beg, &kwsm);
391 size_t mlen = mbrlen (beg, bytes_left, &mbs);
393 last_char = beg;
398 beg++;
408 beg += mlen;
414 beg
680 char const *beg, *lim, *err; local
891 register char const *beg, *try, *end; local
[all...]
H A Dgrep.c562 char const *beg; local
563 for (beg = lastnl; beg != lim; beg = memchr (beg, eolbyte, lim - beg), beg++)
588 prline (char const *beg, char const *lim, int sep) argument
594 nlscan (beg);
601 uintmax_t pos = add_count (totalcc, beg
686 prtext(char const *beg, char const *lim, int *nlinesp) argument
751 grepbuf(char const *beg, char const *lim) argument
809 char *beg; local
[all...]
H A Dkwset.c587 char const *beg, *lim, *mch, *lmch; local
638 beg = end - 1;
642 mch = beg;
646 while (beg > text)
648 c = trans ? trans[(unsigned char) *--beg] : *--beg;
660 mch = beg;
685 beg = end - 1;
691 if (trie->accepting && beg <= mch)
693 lmch = beg;
[all...]
/freebsd-10-stable/contrib/gcc/config/
H A Dsvr3.h144 func_ptr *p, *beg = alloca (0); \
145 for (p = beg; *p; p++) \
147 while (p != beg) \
156 func_ptr *p, *beg = alloca (0); \
157 for (p = beg; *p; ) \
/freebsd-10-stable/lib/libc/gen/
H A Dtimezone.c58 char *beg, local
61 if ( (beg = getenv("TZNAME")) ) { /* set in environment */
62 if ((end = strchr(beg, ','))) { /* "PST,PDT" */
66 (void)strncpy(czone,beg,sizeof(czone) - 1);
71 return(beg);
/freebsd-10-stable/crypto/heimdal/appl/push/
H A Dpush.c315 char *beg, *p; local
336 beg = in_buf;
339 && (p = strstr(beg, "\r\n")) != NULL) {
341 char *copy = beg;
351 if (beg[0] == '.' && beg[1] == '\r' && beg[2] == '\n') {
362 rem -= p - beg + 2;
363 beg = p + 2;
365 char *copy = beg;
[all...]
/freebsd-10-stable/usr.bin/mail/
H A Dlist.c118 int tok, beg, mc, star, other, valdot, colmod, colresult; local
131 beg = 0;
142 if (beg != 0) {
145 for (i = beg; i <= lexnumber; i++)
148 beg = 0;
151 beg = lexnumber;
152 if (check(beg, f))
157 mark(beg);
158 beg = 0;
163 if (beg !
[all...]
/freebsd-10-stable/usr.sbin/pmcstudy/
H A Deval_expr.c211 walk_back_and_insert_paren(struct expression **beg, struct expression *frm) argument
225 if (at == *beg) {
230 *beg = ex;
242 /* Skip through until we reach beg or all ( closes */
257 if (at == *beg) {
318 add_precendence(struct expression **beg, struct expression *start, struct expression *end) argument
341 walk_back_and_insert_paren(beg, at);
353 set_math_precidence(struct expression **beg, struct expression *exp, struct expression **stopped) argument
372 add_precendence(beg, start, end);
377 set_math_precidence(beg, a
[all...]
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap_monitor.c120 u_int beg, end, i; local
125 beg = *ringptr;
130 rel_slots = end - beg;
157 beg += (rel_slots - free_slots);
158 if (beg > lim)
159 beg = 0;
164 struct netmap_slot *s = &ring->slot[beg];
178 beg = nm_next(beg, lim);
/freebsd-10-stable/usr.bin/split/
H A Dsplit.c357 char beg, end; local
371 beg = '0';
375 beg = 'a';
378 pattlen = end - beg + 1;
394 fpnt[i] = tfnum % pattlen + beg;
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Ddynstr.c247 size_t beg, size_t end)
249 if (beg > src->m_length)
250 beg = src->m_length;
255 return atf_dynstr_init_raw(ad, src->m_data + beg, end - beg);
246 atf_dynstr_init_substr(atf_dynstr_t *ad, const atf_dynstr_t *src, size_t beg, size_t end) argument
/freebsd-10-stable/lib/libfetch/
H A Dftp.c272 const char *beg, *end; local
308 for (beg = file + i; beg < end && *beg == '/'; ++beg, ++i)
312 if (beg >= end)
316 e = ftp_cmd(conn, "CWD %.*s", (int)(end - beg), beg);
322 for (beg = file + i; beg < en
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c660 uInt beg = s->pending; /* start of bytes to update crc */ local
664 if (s->gzhead->hcrc && s->pending > beg)
665 strm->adler = crc32(strm->adler, s->pending_buf + beg,
666 s->pending - beg);
668 beg = s->pending;
675 if (s->gzhead->hcrc && s->pending > beg)
676 strm->adler = crc32(strm->adler, s->pending_buf + beg,
677 s->pending - beg);
688 uInt beg = s->pending; /* start of bytes to update crc */ local
693 if (s->gzhead->hcrc && s->pending > beg)
719 uInt beg = s->pending; /* start of bytes to update crc */ local
[all...]
H A Dinffast.c77 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
104 beg = out - (start - strm->avail_out);
188 op = (unsigned)(out - beg); /* max distance in output */
/freebsd-10-stable/contrib/tcsh/
H A Dcsh-mode.el509 (let ((beg (point)))
511 (delete-region beg (point)))
777 (beg (unwind-protect
783 (pattern (buffer-substring beg end))
789 (goto-char beg)
832 (delete-region beg end)
/freebsd-10-stable/contrib/zlib/
H A Dinffast.c58 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
85 beg = out - (start - strm->avail_out);
169 op = (unsigned)(out - beg); /* max distance in output */
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dobj-elf.c882 char *name, *group_name, *beg; local
926 beg = demand_copy_C_string (&dummy);
927 if (beg == NULL)
932 attr |= obj_elf_parse_section_letters (beg, strlen (beg));
945 beg = demand_copy_C_string (&dummy);
946 if (beg == NULL)
951 type = obj_elf_section_type (beg, strlen (beg));
955 beg
[all...]
/freebsd-10-stable/contrib/libstdc++/src/
H A Dstrstream.cc237 (dir == ios_base::beg || dir == ios_base::end))
255 case ios_base::beg:
299 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); }
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h435 static PrintfSpecifier Parse(const char *beg, const char *end);
584 static ScanfSpecifier Parse(const char *beg, const char *end);
647 const char *beg, const char *end, const LangOptions &LO,
651 const char *beg, const char *end, const LangOptions &LO,
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h164 if (__dir == std::ios_base::beg)
184 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
/freebsd-10-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c1376 symbolS *beg, *end;
1379 beg = symbol_temp_new (s->seg, 0, frag);
1380 s->text_start = beg;
1387 expr.X_add_symbol = beg;
1452 symbolS *beg, *end;
1455 beg = symbol_temp_new (s->seg, 0, frag);
1456 s->text_start = beg;
1463 expr.X_add_symbol = beg;
1469 expr.X_op_symbol = beg;
1372 symbolS *beg, *end; local
1448 symbolS *beg, *end; local
/freebsd-10-stable/sys/kern/
H A Dkern_fail.c571 parse_type(struct fail_point_entry *ent, char *beg) argument
578 if (strncmp(fail_type_strings[type].name, beg, len) == 0) {
580 return (beg + len);

Completed in 342 milliseconds

123