context           982 lib-src/ebrowse.c make_namespace (char *name, struct sym *context)
context           988 lib-src/ebrowse.c   s->namesp = context;
context           997 lib-src/ebrowse.c check_namespace (char *name, struct sym *context)
context          1003 lib-src/ebrowse.c       if (streq (p->name, name) && (p->namesp == context))
context          1014 lib-src/ebrowse.c find_namespace (char *name, struct sym *context)
context          1016 lib-src/ebrowse.c   struct sym *p = check_namespace (name, context);
context          1019 lib-src/ebrowse.c     p = make_namespace (name, context);
context           180 lib/diffseq.h        struct partition *part, struct context *ctxt)
context           460 lib/diffseq.h              bool find_minimal, struct context *ctxt)
context            29 lib/regex_internal.c 					  unsigned int context,
context          1428 lib/regex_internal.c calc_state_hash (const re_node_set *nodes, unsigned int context)
context          1430 lib/regex_internal.c   re_hashval_t hash = nodes->nelem + context;
context          1497 lib/regex_internal.c 			  const re_node_set *nodes, unsigned int context)
context          1512 lib/regex_internal.c   hash = calc_state_hash (nodes, context);
context          1519 lib/regex_internal.c 	  && state->context == context
context          1524 lib/regex_internal.c   new_state = create_cd_newstate (dfa, nodes, context, hash);
context          1641 lib/regex_internal.c 		    unsigned int context, re_hashval_t hash)
context          1657 lib/regex_internal.c   newstate->context = context;
context          1697 lib/regex_internal.c 	  if (NOT_SATISFY_PREV_CONSTRAINT (constraint,context))
context           500 lib/regex_internal.h #define NOT_SATISFY_PREV_CONSTRAINT(constraint,context) \
context           501 lib/regex_internal.h  ((((constraint) & PREV_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
context           502 lib/regex_internal.h   || ((constraint & PREV_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \
context           503 lib/regex_internal.h   || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
context           504 lib/regex_internal.h   || ((constraint & PREV_BEGBUF_CONSTRAINT) && !IS_BEGBUF_CONTEXT (context)))
context           506 lib/regex_internal.h #define NOT_SATISFY_NEXT_CONSTRAINT(constraint,context) \
context           507 lib/regex_internal.h  ((((constraint) & NEXT_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
context           508 lib/regex_internal.h   || (((constraint) & NEXT_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \
context           509 lib/regex_internal.h   || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
context           510 lib/regex_internal.h   || (((constraint) & NEXT_ENDBUF_CONSTRAINT) && !IS_ENDBUF_CONTEXT (context)))
context           520 lib/regex_internal.h   unsigned int context : 4;
context           994 lib/regexec.c        unsigned int context;
context           995 lib/regexec.c        context = re_string_context_at (&mctx->input, idx - 1, mctx->eflags);
context           996 lib/regexec.c        if (IS_WORD_CONTEXT (context))
context           998 lib/regexec.c        else if (IS_ORDINARY_CONTEXT (context))
context          1000 lib/regexec.c        else if (IS_BEGBUF_CONTEXT (context) && IS_NEWLINE_CONTEXT (context))
context          1002 lib/regexec.c        else if (IS_NEWLINE_CONTEXT (context))
context          1004 lib/regexec.c        else if (IS_BEGBUF_CONTEXT (context))
context          1009 lib/regexec.c  					   context);
context          1162 lib/regexec.c  check_halt_node_context (const re_dfa_t *dfa, Idx node, unsigned int context)
context          1170 lib/regexec.c    if (NOT_SATISFY_NEXT_CONSTRAINT (constraint, context))
context          1184 lib/regexec.c    unsigned int context;
context          1186 lib/regexec.c    context = re_string_context_at (&mctx->input, idx, mctx->eflags);
context          1188 lib/regexec.c      if (check_halt_node_context (mctx->dfa, state->nodes.elems[i], context))
context          2225 lib/regexec.c  	  unsigned int context;
context          2226 lib/regexec.c  	  context
context          2230 lib/regexec.c  	  if (IS_WORD_CONTEXT (context))
context          2266 lib/regexec.c        unsigned int context;
context          2287 lib/regexec.c        context = re_string_context_at (&mctx->input,
context          2291 lib/regexec.c  	= re_acquire_state_context (err, dfa, &next_nodes, context);
context          2396 lib/regexec.c    unsigned int context;
context          2415 lib/regexec.c    context = re_string_context_at (&mctx->input, cur_str_idx, mctx->eflags);
context          2416 lib/regexec.c    next_state = re_acquire_state_context (err, dfa, &next_nodes, context);
context          2439 lib/regexec.c        unsigned int context;
context          2447 lib/regexec.c  	  context = re_string_context_at (&mctx->input,
context          2451 lib/regexec.c  					   context))
context          2481 lib/regexec.c        context = re_string_context_at (&mctx->input, dest_idx - 1,
context          2484 lib/regexec.c  	= re_acquire_state_context (&err, dfa, &dest_nodes, context);
context          2506 lib/regexec.c        unsigned int context;
context          2516 lib/regexec.c  	  context = re_string_context_at (&mctx->input, cur_str_idx,
context          2518 lib/regexec.c  	  if (NOT_SATISFY_NEXT_CONSTRAINT (node->constraint, context))
context          2546 lib/regexec.c  	  context = re_string_context_at (&mctx->input, dest_str_idx - 1,
context          2556 lib/regexec.c  					    context);
context          2573 lib/regexec.c  		= re_acquire_state_context (&err, dfa, &dest_nodes, context);
context          2820 lib/regexec.c    unsigned int context;
context          2853 lib/regexec.c    context = re_string_context_at (&mctx->input, str_idx - 1, mctx->eflags);
context          2890 lib/regexec.c        cur_state = re_acquire_state_context (&err, dfa, &next_nodes, context);
context          2940 lib/regexec.c        context = re_string_context_at (&mctx->input, str_idx - 1, mctx->eflags);
context          2941 lib/regexec.c        cur_state = re_acquire_state_context (&err, dfa, &next_nodes, context);
context          3935 lib/regexec.c        unsigned int context = re_string_context_at (&mctx->input, idx,
context          3937 lib/regexec.c        if (NOT_SATISFY_NEXT_CONSTRAINT (node->constraint, context))
context          1928 src/editfns.c  struct context;
context          1931 src/editfns.c  static bool buffer_chars_equal (struct context *, OFFSET, OFFSET);
context          1932 src/editfns.c  static bool compareseq_early_abort (struct context *);
context          2047 src/editfns.c    struct context ctx = {
context          2180 src/editfns.c  buffer_chars_equal (struct context *ctx,
context          2216 src/editfns.c  compareseq_early_abort (struct context *ctx)
context          3285 src/fileio.c   	  context_t context = context_new (con);
context          3286 src/fileio.c   	  if (context_user_get (context))
context          3287 src/fileio.c   	    user = build_string (context_user_get (context));
context          3288 src/fileio.c   	  if (context_role_get (context))
context          3289 src/fileio.c   	    role = build_string (context_role_get (context));
context          3290 src/fileio.c   	  if (context_type_get (context))
context          3291 src/fileio.c   	    type = build_string (context_type_get (context));
context          3292 src/fileio.c   	  if (context_range_get (context))
context          3293 src/fileio.c   	    range = build_string (context_range_get (context));
context          3294 src/fileio.c   	  context_free (context);
context          3316 src/fileio.c     (Lisp_Object filename, Lisp_Object context)
context          3322 src/fileio.c     Lisp_Object user = CAR_SAFE (context);
context          3323 src/fileio.c     Lisp_Object role = CAR_SAFE (CDR_SAFE (context));
context          3324 src/fileio.c     Lisp_Object type = CAR_SAFE (CDR_SAFE (CDR_SAFE (context)));
context          3325 src/fileio.c     Lisp_Object range = CAR_SAFE (CDR_SAFE (CDR_SAFE (CDR_SAFE (context))));
context          3338 src/fileio.c       return call3 (handler, Qset_file_selinux_context, absname, context);
context          5186 src/gtkutil.c  draw_page (GtkPrintOperation *operation, GtkPrintContext *context,
context          5191 src/gtkutil.c    cairo_t *cr = gtk_print_context_get_cairo_context (context);
context          1001 src/keyboard.c cmd_error_internal (Lisp_Object data, const char *context)
context          1014 src/keyboard.c 	   context ? build_string (context) : empty_unibyte_string,
context          1024 src/keyboard.c   (Lisp_Object data, Lisp_Object context, Lisp_Object signal)
context          1030 src/keyboard.c   CHECK_STRING (context);
context          1051 src/keyboard.c 			   SSDATA (context), signal);
context          1070 src/keyboard.c       print_error_message (data, Qt, SSDATA (context), signal);
context           748 src/nsterm.h     CGContextRef context;
context            35 src/pgtkim.c     if (dpyinfo->im.context == NULL)
context            75 src/pgtkim.c     if (dpyinfo->im.context == NULL)
context           159 src/pgtkim.c     if (dpyinfo->im.context == NULL)
context           176 src/pgtkim.c     if (dpyinfo->im.context != NULL)
context           178 src/pgtkim.c         gtk_im_context_reset (dpyinfo->im.context);
context           179 src/pgtkim.c         gtk_im_context_set_client_window (dpyinfo->im.context,
context           182 src/pgtkim.c         gtk_im_context_focus_in (dpyinfo->im.context);
context           193 src/pgtkim.c         if (dpyinfo->im.context != NULL)
context           195 src/pgtkim.c   	  gtk_im_context_reset (dpyinfo->im.context);
context           196 src/pgtkim.c   	  gtk_im_context_focus_out (dpyinfo->im.context);
context           197 src/pgtkim.c   	  gtk_im_context_set_client_window (dpyinfo->im.context, NULL);
context           207 src/pgtkim.c     if (dpyinfo->im.context != NULL)
context           209 src/pgtkim.c         if (gtk_im_context_filter_keypress (dpyinfo->im.context, ev))
context           220 src/pgtkim.c     if (dpyinfo->im.context != NULL && dpyinfo->im.focused_frame == f)
context           223 src/pgtkim.c         gtk_im_context_set_cursor_location (dpyinfo->im.context, &area);
context           232 src/pgtkim.c         if (dpyinfo->im.context != NULL)
context           234 src/pgtkim.c   	  gtk_im_context_reset (dpyinfo->im.context);
context           235 src/pgtkim.c   	  gtk_im_context_focus_out (dpyinfo->im.context);
context           236 src/pgtkim.c   	  gtk_im_context_set_client_window (dpyinfo->im.context, NULL);
context           238 src/pgtkim.c   	  g_object_unref (dpyinfo->im.context);
context           239 src/pgtkim.c   	  dpyinfo->im.context = NULL;
context           244 src/pgtkim.c         if (dpyinfo->im.context == NULL)
context           246 src/pgtkim.c   	  dpyinfo->im.context = gtk_im_multicontext_new ();
context           247 src/pgtkim.c   	  g_signal_connect (dpyinfo->im.context, "commit",
context           249 src/pgtkim.c   	  g_signal_connect (dpyinfo->im.context, "retrieve-surrounding",
context           252 src/pgtkim.c   	  g_signal_connect (dpyinfo->im.context, "delete-surrounding",
context           255 src/pgtkim.c   	  g_signal_connect (dpyinfo->im.context, "preedit-changed",
context           258 src/pgtkim.c   	  g_signal_connect (dpyinfo->im.context, "preedit-end",
context           260 src/pgtkim.c   	  g_signal_connect (dpyinfo->im.context, "preedit-start",
context           263 src/pgtkim.c   	  gtk_im_context_set_use_preedit (dpyinfo->im.context, TRUE);
context           274 src/pgtkim.c     dpyinfo->im.context = NULL;
context           282 src/pgtkim.c     if (dpyinfo->im.context != NULL)
context           283 src/pgtkim.c       g_object_unref (dpyinfo->im.context);
context           284 src/pgtkim.c     dpyinfo->im.context = NULL;
context          3831 src/pgtkterm.c   GMainContext *context;
context          3841 src/pgtkterm.c   context = g_main_context_default ();
context          3842 src/pgtkterm.c   context_acquired = g_main_context_acquire (context);
context          3848 src/pgtkterm.c       while (g_main_context_pending (context))
context          3850 src/pgtkterm.c 	  g_main_context_dispatch (context);
context          3857 src/pgtkterm.c     g_main_context_release (context);
context          6320 src/pgtkterm.c drag_leave (GtkWidget *widget, GdkDragContext *context,
context          6353 src/pgtkterm.c drag_motion (GtkWidget *widget, GdkDragContext *context,
context          6377 src/pgtkterm.c   current_drop_context = g_object_ref (context);
context          6381 src/pgtkterm.c   name = gdk_drag_get_selection (context);
context          6382 src/pgtkterm.c   suggestion = gdk_drag_context_get_suggested_action (context);
context          6403 src/pgtkterm.c drag_drop (GtkWidget *widget, GdkDragContext *context,
context          6426 src/pgtkterm.c   current_drop_context = g_object_ref (context);
context          6430 src/pgtkterm.c   name = gdk_drag_get_selection (context);
context          6431 src/pgtkterm.c   selected_action = gdk_drag_context_get_selected_action (context);
context           243 src/pgtkterm.h     GtkIMContext *context;
context          1055 src/print.c    print_error_message (Lisp_Object data, Lisp_Object stream, const char *context,
context          1060 src/print.c      if (context != 0)
context          1061 src/print.c        write_string (context, stream);
context          4551 src/w32.c      	  LPVOID context = NULL;
context          4563 src/w32.c      			   &wbytes, FALSE, FALSE, &context)
context          4564 src/w32.c      	      && BackupWrite (fileh, NULL, 0, &wbytes, TRUE, FALSE, &context))
context           177 src/w32fns.c     (IN HIMC context, IN DWORD index, OUT LPVOID buffer, IN DWORD bufLen);
context           179 src/w32fns.c   typedef BOOL (WINAPI * ImmReleaseContext_Proc) (IN HWND wnd, IN HIMC context);
context           180 src/w32fns.c   typedef BOOL (WINAPI * ImmSetCompositionWindow_Proc) (IN HIMC context,
context          3426 src/w32fns.c   		HIMC context = get_ime_context_fn (focus_window);
context          3427 src/w32fns.c   		if (!context)
context          3430 src/w32fns.c   		set_ime_open_status_fn (context, msg.wParam != 0);
context          3431 src/w32fns.c   		release_ime_context_fn (focus_window, context);
context          4580 src/w32fns.c   	  HIMC context = get_ime_context_fn (hwnd);
context          4586 src/w32fns.c   	  size = get_composition_string_fn (context, GCS_RESULTSTR, NULL, 0);
context          4588 src/w32fns.c   	  size = get_composition_string_fn (context, GCS_RESULTSTR,
context          4590 src/w32fns.c   	  release_ime_context_fn (hwnd, context);
context          4613 src/w32fns.c   	  HIMC context;
context          4653 src/w32fns.c   	  context = get_ime_context_fn (hwnd);
context          4655 src/w32fns.c   	  if (!context)
context          4658 src/w32fns.c   	  set_ime_composition_window_fn (context, &form);
context          4659 src/w32fns.c   	  release_ime_context_fn (hwnd, context);
context          10301 src/w32fns.c         HIMC context = get_ime_context_fn (current_window);
context          10302 src/w32fns.c         if (context)
context          10304 src/w32fns.c   	  BOOL retval = get_ime_open_status_fn (context);
context          10305 src/w32fns.c   	  release_ime_context_fn (current_window, context);
context           106 src/w32uniscribe.c static Lisp_Object otf_features (HDC context, const char *table);
context           241 src/w32uniscribe.c   HDC context;
context           253 src/w32uniscribe.c   context = get_frame_dc (f);
context           254 src/w32uniscribe.c   old_font = SelectObject (context, FONT_HANDLE (font));
context           256 src/w32uniscribe.c   features = otf_features (context, "GSUB");
context           258 src/w32uniscribe.c   features = otf_features (context, "GPOS");
context           261 src/w32uniscribe.c   SelectObject (context, old_font);
context           262 src/w32uniscribe.c   release_frame_dc (f, context);
context           302 src/w32uniscribe.c   HDC context = NULL;
context           360 src/w32uniscribe.c       result = ScriptShape (context, (SCRIPT_CACHE) &(uniscribe_font->cache),
context           365 src/w32uniscribe.c       if (result == E_PENDING && !context)
context           371 src/w32uniscribe.c 	  context = get_frame_dc (f);
context           372 src/w32uniscribe.c 	  old_font = SelectObject (context, FONT_HANDLE (font));
context           374 src/w32uniscribe.c 	  result = ScriptShape (context, (SCRIPT_CACHE) &(uniscribe_font->cache),
context           399 src/w32uniscribe.c 	  result = ScriptPlace (context, (SCRIPT_CACHE) &(uniscribe_font->cache),
context           402 src/w32uniscribe.c 	  if (result == E_PENDING && !context)
context           406 src/w32uniscribe.c 	      context = get_frame_dc (f);
context           407 src/w32uniscribe.c 	      old_font = SelectObject (context, FONT_HANDLE (font));
context           409 src/w32uniscribe.c 	      result = ScriptPlace (context,
context           506 src/w32uniscribe.c 		    (context, (SCRIPT_CACHE) &(uniscribe_font->cache),
context           508 src/w32uniscribe.c 		  if (result == E_PENDING && !context)
context           512 src/w32uniscribe.c 		      context = get_frame_dc (f);
context           513 src/w32uniscribe.c 		      old_font = SelectObject (context, FONT_HANDLE (font));
context           515 src/w32uniscribe.c 			(context, (SCRIPT_CACHE) &(uniscribe_font->cache),
context           582 src/w32uniscribe.c   if (context)
context           584 src/w32uniscribe.c       SelectObject (context, old_font);
context           585 src/w32uniscribe.c       release_frame_dc (f, context);
context           600 src/w32uniscribe.c   HDC context = NULL;
context           648 src/w32uniscribe.c           result = ScriptShape (context,
context           658 src/w32uniscribe.c               context = get_frame_dc (f);
context           659 src/w32uniscribe.c               old_font = SelectObject (context, FONT_HANDLE (font));
context           660 src/w32uniscribe.c               result = ScriptShape (context,
context           679 src/w32uniscribe.c               result = ScriptGetCMap (context,
context           687 src/w32uniscribe.c     if (context)
context           689 src/w32uniscribe.c 	SelectObject (context, old_font);
context           690 src/w32uniscribe.c 	release_frame_dc (f, context);
context           769 src/w32uniscribe.c     if (GetFontData (context, TABLE, OFFSET, data, 2) != 2)  \
context           779 src/w32uniscribe.c     if (GetFontData (context, TABLE, OFFSET, PTR, 4) != 4)	\
context           785 src/w32uniscribe.c     if (GetFontData (context, TABLE, OFFSET, STR, 4) != 4)   \
context           866 src/w32uniscribe.c uniscribe_check_otf_1 (HDC context, Lisp_Object script, Lisp_Object lang,
context           877 src/w32uniscribe.c   rslt = script_get_font_scripts_fn (context, &cache, NULL, max_tags,
context           900 src/w32uniscribe.c       rslt = script_get_font_languages_fn (context, &cache, NULL, script_tag,
context           928 src/w32uniscribe.c       rslt = script_get_font_features_fn (context, &cache, NULL,
context           966 src/w32uniscribe.c   HDC context;
context           990 src/w32uniscribe.c   context = get_frame_dc (f);
context           992 src/w32uniscribe.c   old_font = SelectObject (context, check_font);
context           997 src/w32uniscribe.c       && uniscribe_check_otf_1 (context, script, lang, features, &retval) != -1)
context          1133 src/w32uniscribe.c   SelectObject (context, old_font);
context          1135 src/w32uniscribe.c   release_frame_dc (f, context);
context          1141 src/w32uniscribe.c otf_features (HDC context, const char *table)
context          1270 src/w32uniscribe.c   HDC context = get_frame_dc (f);
context          1271 src/w32uniscribe.c   HFONT old_font = SelectObject (context, (HFONT) data);
context          1277 src/w32uniscribe.c   val = GetFontData (context, table, 0, font_data, font_data_size);
context          1286 src/w32uniscribe.c 	  val = GetFontData (context, table, 0, font_data, font_data_size);
context          1294 src/w32uniscribe.c   SelectObject (context, old_font);
context          1295 src/w32uniscribe.c   release_frame_dc (f, context);
context            52 src/xgselect.c acquire_select_lock (GMainContext *context)
context            57 src/xgselect.c       glib_main_context = context;
context            58 src/xgselect.c       while (!g_main_context_acquire (context))
context            66 src/xgselect.c       glib_main_context = context;
context            67 src/xgselect.c       while (!g_main_context_acquire (context))
context           111 src/xgselect.c   GMainContext *context;
context           126 src/xgselect.c   context = g_main_context_default ();
context           127 src/xgselect.c   acquire_select_lock (context);
context           130 src/xgselect.c   already_has_events = g_main_context_pending (context);
context           141 src/xgselect.c   n_gfds = g_main_context_query (context, G_PRIORITY_LOW, &tmo_in_millisec,
context           152 src/xgselect.c       n_gfds = g_main_context_query (context, G_PRIORITY_LOW, &tmo_in_millisec,
context           273 src/xgselect.c       acquire_select_lock (context);
context           280 src/xgselect.c       while (g_main_context_pending (context))
context           281 src/xgselect.c         g_main_context_dispatch (context);
context          1165 src/xwidget.c  		  GdkDragContext *context,
context          3857 src/xwidget.c    WebKitWebContext *context;
context          3867 src/xwidget.c    context = webkit_web_view_get_context (webview);
context          3868 src/xwidget.c    manager = webkit_web_context_get_cookie_manager (context);
context          1024 test/manual/etags/c-src/emacs/src/keyboard.c cmd_error_internal (Lisp_Object data, const char *context)
context          1037 test/manual/etags/c-src/emacs/src/keyboard.c 	   context ? build_string (context) : empty_unibyte_string,
context          1047 test/manual/etags/c-src/emacs/src/keyboard.c   (Lisp_Object data, Lisp_Object context, Lisp_Object signal)
context          1051 test/manual/etags/c-src/emacs/src/keyboard.c   CHECK_STRING (context);
context          1070 test/manual/etags/c-src/emacs/src/keyboard.c 			   SSDATA (context), signal);
context          1081 test/manual/etags/c-src/emacs/src/keyboard.c       print_error_message (data, Qt, SSDATA (context), signal);