Searched refs:BEG (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drcparse.y105 %token BEG END
183 id ACCELERATORS suboptions BEG acc_entries END
354 styles BEG controls END
381 styles BEG controls END
409 styles BEG controls END
916 | BEG optrcdata_data END
979 id MENU suboptions BEG menuitems END
1018 | POPUP QUOTEDSTRING menuitem_flags BEG menuitems END
1069 id MENUEX suboptions BEG menuexitems END
1116 | POPUP QUOTEDSTRING BEG menuexitem
[all...]
H A Drcparse.h32 BEG = 258, enumerator in enum:yytokentype
117 #define BEG 258 macro
H A Drclex.l80 "BEGIN" { MAYBE_RETURN (BEG); }
81 "{" { MAYBE_RETURN (BEG); }
H A Drclex.c952 { MAYBE_RETURN (BEG); } variable
957 { MAYBE_RETURN (BEG); } variable
H A Drcparse.c56 BEG = 258, enumerator in enum:yytokentype
141 #define BEG 258 macro
691 "$end", "error", "$undefined", "BEG", "END", "ACCELERATORS", "VIRTKEY",
/macosx-10.10.1/ruby-106/ruby/
H A Dre.c25 #define BEG(no) (regs->beg[(no)]) macro
897 rm->char_offset[i].beg = BEG(i);
907 if (BEG(i) < 0)
909 pairs[num_pos++].byte_pos = BEG(i);
925 if (BEG(i) < 0) {
931 key.byte_pos = BEG(i);
1108 if (BEG(i) < 0)
1144 if (BEG(i) < 0)
1179 if (BEG(i) < 0)
1452 if (BEG(nt
[all...]
H A Dstring.c22 #define BEG(no) (regs->beg[(no)]) macro
3483 start = BEG(nth);
3720 long beg0 = BEG(0);
3888 beg0 = BEG(0);
3895 val = rb_hash_aref(hash, rb_str_subseq(str, BEG(0), END(0) - BEG(0)));
6076 if (start == end && BEG(0) == END(0)) {
6104 if (BEG(idx) == -1) continue;
6105 if (BEG(idx) == END(idx))
6108 tmp = rb_str_subseq(str, BEG(id
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dbuffer.h29 #define BEG (1) macro
30 #define BEG_BYTE (BEG)
80 #define NARROWED ((BEGV != BEG) || (ZV != Z))
109 #define BUF_BEG(buf) (BEG)
430 /* Minimum value of GPT - BEG since last redisplay that finished. */
H A Dmarker.c54 the correspondence: BEG, BEGV, PT, GPT, ZV and Z,
154 best_below = BEG;
348 best_below = BEG;
891 if (charno < BEG)
892 charno = BEG;
H A Dinsdel.c52 /* List of elements of the form (BEG-UNCHANGED END-UNCHANGED CHANGE-AMOUNT)
58 BEG-UNCHANGED is the number of chars before the changed range.
1594 if (GPT - BEG < BEG_UNCHANGED)
1595 BEG_UNCHANGED = GPT - BEG;
1732 if (GPT - BEG < BEG_UNCHANGED)
1733 BEG_UNCHANGED = GPT - BEG;
2006 if (GPT - BEG < BEG_UNCHANGED)
2007 BEG_UNCHANGED = GPT - BEG;
2124 start - BEG, Z - end);
2128 start - BEG,
[all...]
H A Dindent.c660 /* Return the width in columns of the part of STRING from BEG to END.
661 If BEG is nil, that stands for the beginning of STRING.
1952 lmargin + (prevline == BEG ? start_hpos : 0),
1963 (prevline == BEG ? -start_hpos : 0),
2009 lmargin + (prevline == BEG
2018 (prevline == BEG ? -start_hpos : 0),
2024 pos.hpos = lmargin + (from == BEG ? start_hpos : 0);
2032 pos.tab_offset - (from == BEG ? start_hpos : 0),
H A Dbuffer.c367 BUF_PT (b) = BEG;
368 BUF_GPT (b) = BEG;
369 BUF_BEGV (b) = BEG;
370 BUF_ZV (b) = BEG;
371 BUF_Z (b) = BEG;
705 b->overlay_center = BEG;
2094 del_range (BEG, Z);
2132 if (byte_pos == BEG)
2134 return BEG;
2148 while (! CHAR_HEAD_P (c) && byte_pos > BEG);
[all...]
H A Dregion-cache.c89 store their positions relative to the start (BEG) and end (Z) of
95 buffer_end and the BEG and BUF_BEG macros. */
148 c->buffer_beg = BEG;
149 c->buffer_end = BEG;
H A Dfileio.c3641 o move all markers and overlays to BEG.
3658 adjust_markers_for_delete (BEG, BEG_BYTE, Z, Z_BYTE);
3659 adjust_overlays_for_delete (BEG, Z - BEG);
3661 TEMP_SET_PT_BOTH (BEG, BEG_BYTE);
3716 The optional third and fourth arguments BEG and END
3719 If VISIT is non-nil, BEG and END must be nil.
3860 if (BEG < Z && NILP (replace))
3906 else if (BEG < Z)
3970 TEMP_SET_PT_BOTH (BEG, BEG_BYT
[all...]
H A Dintervals.c82 new->position = BEG;
1006 both of them. We have to do this too, if we are at BEG or Z. */
1011 if (position == BEG)
1050 if (! prev) /* i.e. position == BEG */
1775 BUF_INTERVALS (buffer)->position = BEG;
1798 BUF_INTERVALS (buffer)->position = BEG;
2660 BEG, BEG_BYTE, Z, Z_BYTE);
2637 BEG, BEG_BYTE, Z, Z_BYTE); local
H A Dcoding.c5077 /* Scan text in the region between *BEG and *END (byte positions),
5079 CODING at the head and tail, then set *BEG and *END to the region
5084 If STR is not NULL, *BEG and *END are indices into STR. */
5745 if (GPT - BEG < BEG_UNCHANGED)
5746 BEG_UNCHANGED = GPT - BEG;
6090 if (BEG != BEGV || Z != ZV)
6092 del_range_2 (BEG, BEG_BYTE, Z, Z_BYTE, 0);
6133 call2 (coding->pre_write_conversion, make_number (BEG), make_number (Z));
6141 TEMP_SET_PT_BOTH (BEG, BEG_BYTE);
6142 call1 (coding->post_read_conversion, make_number (Z - BEG));
[all...]
H A Dminibuf.c714 if (PT > BEG)
716 Fput_text_property (make_number (BEG), make_number (PT),
718 Fput_text_property (make_number (BEG), make_number (PT),
720 Fput_text_property (make_number (BEG), make_number (PT),
722 Fadd_text_properties (make_number (BEG), make_number (PT),
H A Deditfns.c499 /* Find the field surrounding POS in *BEG and *END. If POS is nil,
500 the value of point is used instead. If BEG or END is null,
516 Either BEG or END may be 0, in which case the corresponding value
1036 return make_number (Z - BEG);
1110 if (XINT (position) < BEG || XINT (position) > Z)
3069 if (BEG != BEGV || Z != ZV)
3071 BEGV = BEG;
3100 if (!(BEG <= XINT (start) && XINT (start) <= XINT (end) && XINT (end) <= Z))
3120 if (BEGV == BEG && ZV == Z)
H A Dxdisp.c3368 || IT_CHARPOS (*it) == BEG
7305 BEGV = BEG;
7353 scan_newline (Z, Z_BYTE, BEG, BEG_BYTE, -2, 0);
7359 if (this_bol > BEG)
7361 scan_newline (PT, PT_BYTE, BEG, BEG_BYTE, -2, 0);
7392 scan_newline (Z, Z_BYTE, BEG, BEG_BYTE,
7394 del_range_both (BEG, BEG_BYTE, PT, PT_BYTE, 0);
7948 set_marker_both (w->pointm, buffer, BEG, BEG_BYTE);
7956 if (clear_buffer_p && Z > BEG)
7957 del_range (BEG,
[all...]
H A Dwindow.c1213 commands. At the end, W->start happened to be BEG, while
3875 BEGV = BEG;
3877 SET_PT (BEG);
3895 set_marker_restricted_both (w->start, buf, BEG, BEG);
3896 set_marker_restricted_both (w->pointm, buf, BEG, BEG);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Doptions.sh452 ( BEG='$( ' END=' )' )
453 ( BEG='${ ' END='; }' )
456 ( BEG='( ' END=' )' )
457 ( BEG='{ ' END='; }' )
472 do cmd="${SUB[S].BEG}${PAR[P].BEG}${CMD[C]}${PAR[P].END} 2>&1${ADD[A]}${SUB[S].END}"
H A Dsubshell.sh335 ( BEG='$( ' END=' )' )
336 ( BEG='${ ' END='; }' )
383 then eval "{ x=${SUB[S].BEG}${INS[I]}${TST[T].CMD}${APP[A]}${SUB[S].END}; print \${#x}; } >\$tmp/out &"
406 err_exit "'x=${SUB[S].BEG}${INS[I]}${cmd}${APP[A]}${SUB[S].END} && print \${#x}' failed -- expected '$exp', got '$got'"
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-arg.el210 "Parse all of the arguments at point from BEG to END.
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Drmailsum.el1201 (rmail-summary-show-message 'BEG))
1210 Position it according to WHERE which can be BEG or END"
1223 ((eq where 'BEG)
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dvip.el392 "If BEG and END do not belong to the same buffer, it copies empty region."
878 "Enlarge region between BEG and END."

Completed in 616 milliseconds

12