first 963 lib/regcomp.c Idx first, i; first 969 lib/regcomp.c first = dfa->str_tree->first->node_idx; first 970 lib/regcomp.c dfa->init_node = first; first 971 lib/regcomp.c err = re_node_set_init_copy (&init_nodes, dfa->eclosures + first); first 1349 lib/regcomp.c node->first = node->left->first; first 1354 lib/regcomp.c node->first = node; first 1374 lib/regcomp.c node->left->next = node->right->first; first 1410 lib/regcomp.c left = node->left->first->node_idx; first 1414 lib/regcomp.c right = node->right->first->node_idx; first 3699 lib/regcomp.c tree->first = NULL; first 463 lib/regex_internal.h struct bin_tree_t *first; first 440 src/casefiddle.c ptrdiff_t first = -1, last = -1; /* Position of first and last changes. */ first 451 src/casefiddle.c if (first < 0) first 452 src/casefiddle.c first = pos; first 457 src/casefiddle.c *startp = first; first 472 src/casefiddle.c ptrdiff_t first = -1, last = -1; /* Position of first and last changes. */ first 489 src/casefiddle.c if (first < 0) first 490 src/casefiddle.c first = pos; first 514 src/casefiddle.c *startp = first; first 672 src/dispnew.c rotate_matrix (struct glyph_matrix *matrix, int first, int last, int by) first 678 src/dispnew.c reverse_rows (matrix, first, first + by); first 679 src/dispnew.c reverse_rows (matrix, first + by, last); first 680 src/dispnew.c reverse_rows (matrix, first, last); first 686 src/dispnew.c reverse_rows (matrix, first, last - by); first 687 src/dispnew.c reverse_rows (matrix, first, last); first 2260 src/eval.c Lisp_Object first = XCAR (queue); first 2261 src/eval.c if (CONSP (first) && BASE_EQ (XCAR (first), make_fixnum (0))) first 2262 src/eval.c Vfeatures = XCDR (first); first 2264 src/eval.c Ffset (first, Fcar (Fcdr (Fget (first, Qfunction_history)))); first 4122 src/eval.c mark_specpdl (union specbinding *first, union specbinding *ptr) first 4125 src/eval.c for (pdl = first; pdl != ptr; pdl++) first 1593 src/ftfont.c bool first; first 1598 src/ftfont.c for (i = 0, first = 1; i < nglyphs; i++) first 1604 src/ftfont.c if (first) first 1610 src/ftfont.c first = 0; first 141 src/gmalloc.c size_t first; /* First free fragment of the block. */ first 740 src/gmalloc.c _heapinfo[block].busy.info.frag.first = first 786 src/gmalloc.c _heapinfo[block].busy.info.frag.first = i - 1; first 1157 src/gmalloc.c (_heapinfo[block].busy.info.frag.first << type)); first 1204 src/gmalloc.c _heapinfo[block].busy.info.frag.first = first 2749 src/haiku_support.cc TripleLayoutView (BScrollView *first, BView *second, first 2751 src/haiku_support.cc view_1 (first), first 1914 src/indent.c register ptrdiff_t first; first 1940 src/indent.c first = 1; first 1942 src/indent.c while ((vpos > vtarget || first) && from > BEGV) first 1971 src/indent.c first = 0; first 4031 src/keyboard.c Lisp_Object first; first 4032 src/keyboard.c first = XCAR (Vunread_command_events); first 4035 src/keyboard.c return first; first 3152 src/keymap.c bool first = true; first 3251 src/keymap.c if (first) first 3254 src/keymap.c first = false; first 4617 src/lisp.h extern void mark_specpdl (union specbinding *first, union specbinding *ptr); first 1134 src/pdumper.c bool first = true; first 1140 src/pdumper.c if (first || score >= highest_score) first 1144 src/pdumper.c if (first) first 1145 src/pdumper.c first = false; first 1302 src/syntax.c Lisp_Object first, match_lisp, value = syntax; first 1322 src/syntax.c first = XCAR (value); first 1325 src/syntax.c if (!FIXNUMP (first) || !(NILP (match_lisp) || CHARACTERP (match_lisp))) first 1331 src/syntax.c syntax_code = XFIXNUM (first) & INT_MAX; first 448 src/w32font.c bool first; first 455 src/w32font.c for (i = 0, first = true; i < nglyphs; i++) first 510 src/w32font.c if (first) first 517 src/w32font.c first = false; first 2178 src/w32proc.c if (*p == '"' && p > first && p < last) first 2175 src/window.c (Lisp_Object window, Lisp_Object first, Lisp_Object last, Lisp_Object body, Lisp_Object inverse, Lisp_Object left) first 2204 src/window.c row = (!NILP (first) first 2206 src/window.c check_integer_range (first, 0, first 29133 src/xdisp.c bool first = true; first 29142 src/xdisp.c if (first) first 29143 src/xdisp.c pixels = (EQ (car, Qplus) ? px : -px), first = false; first 29944 src/xdisp.c int first = s->first_glyph - glyphs; first 29946 src/xdisp.c for (i = first - 1; i >= 0 && x > -s->left_overhang; --i) first 29967 src/xdisp.c int first = s->first_glyph - glyphs; first 29971 src/xdisp.c for (i = first - 1; i >= 0; --i) first 29997 src/xdisp.c int first = (s->first_glyph - glyphs first 30001 src/xdisp.c for (i = first; i < end && s->right_overhang > x; ++i) first 30021 src/xdisp.c int first = (s->first_glyph - glyphs first 30026 src/xdisp.c for (i = first; i < end; ++i) first 33635 src/xdisp.c struct glyph_row *row, *first, *last; first 33637 src/xdisp.c first = MATRIX_ROW (w->current_matrix, hlinfo->mouse_face_beg_row); first 33640 src/xdisp.c for (row = first; row <= last && row->enabled_p; ++row) first 33645 src/xdisp.c if (row == first) first 33682 src/xdisp.c else if (row == first) first 33691 src/xdisp.c else if (row->reversed_p && row == first) first 33875 src/xdisp.c struct glyph_row *first = MATRIX_FIRST_TEXT_ROW (w->current_matrix); first 33882 src/xdisp.c while (!first->enabled_p first 33883 src/xdisp.c && first < MATRIX_BOTTOM_TEXT_ROW (w->current_matrix, w)) first 33884 src/xdisp.c first++; first 33887 src/xdisp.c for (row = first; first 33943 src/xdisp.c row = first; first 34036 src/xdisp.c struct glyph_row *first = MATRIX_FIRST_TEXT_ROW (w->current_matrix); first 34055 src/xdisp.c while ((prev = r1 - 1, prev >= first) first 35761 src/xdisp.c struct glyph *first = row->glyphs[area]; first 35782 src/xdisp.c while (first < end first 35783 src/xdisp.c && x + first->pixel_width < r->x) first 35785 src/xdisp.c x += first->pixel_width; first 35786 src/xdisp.c ++first; first 35790 src/xdisp.c last = first; first 35803 src/xdisp.c if (last > first) first 35805 src/xdisp.c first - row->glyphs[area], last - row->glyphs[area], first 2568 src/xfaces.c Lisp_Object first = XCAR (face_ref); first 2570 src/xfaces.c if (EQ (first, Qforeground_color) first 2571 src/xfaces.c || EQ (first, Qbackground_color)) first 2576 src/xfaces.c Lisp_Object color = first; first 2592 src/xfaces.c else if (SYMBOLP (first) first 2593 src/xfaces.c && *SDATA (SYMBOL_NAME (first)) == ':') first 2857 src/xfaces.c if (! merge_face_ref (w, f, first, to, err_msgs, first 953 src/xfont.c bool first; first 955 src/xfont.c for (i = 0, first = true; i < nglyphs; i++) first 964 src/xfont.c if (first) first 970 src/xfont.c first = false; first 25484 src/xterm.c struct x_failable_request *first, *last; first 25488 src/xterm.c for (first = dpyinfo->failable_requests; first < last; first++) first 25490 src/xterm.c if (x_is_serial_more_than (first->start, first 25492 src/xterm.c || !first->end first 25493 src/xterm.c || x_is_serial_more_than (first->end, first 25498 src/xterm.c if (first != last) first 25499 src/xterm.c memmove (&dpyinfo->failable_requests, first, first 25500 src/xterm.c sizeof *first * (last - first)); first 25503 src/xterm.c + (last - first)); first 124 src/xwidget.c bool first; first 925 src/xwidget.c if (gtk_widget_get_parent (widget) && !data->first) first 978 src/xwidget.c new_data.first = false; first 1026 src/xwidget.c data.first = true; first 247 test/lisp/cedet/semantic-utest-ia-resources/testusing.cpp using namespace first; first 262 test/lisp/cedet/semantic-utest-ia-resources/testusing.cpp using namespace first; first 156 test/lisp/cedet/semantic-utest-ia-resources/testusing.hh using namespace first; first 151 test/manual/etags/c-src/emacs/src/gmalloc.c size_t first; /* First free fragment of the block. */ first 770 test/manual/etags/c-src/emacs/src/gmalloc.c _heapinfo[block].busy.info.frag.first = first 816 test/manual/etags/c-src/emacs/src/gmalloc.c _heapinfo[block].busy.info.frag.first = i - 1; first 1191 test/manual/etags/c-src/emacs/src/gmalloc.c (_heapinfo[block].busy.info.frag.first << type)); first 1238 test/manual/etags/c-src/emacs/src/gmalloc.c _heapinfo[block].busy.info.frag.first = first 3932 test/manual/etags/c-src/emacs/src/keyboard.c Lisp_Object first; first 3933 test/manual/etags/c-src/emacs/src/keyboard.c first = XCAR (Vunread_command_events); first 3936 test/manual/etags/c-src/emacs/src/keyboard.c return first;