context 38 java/org/gnu/emacs/EmacsApplication.java findDumpFile (Context context) context 51 java/org/gnu/emacs/EmacsApplication.java filesDirectory = context.getFilesDir (); context 90 java/org/gnu/emacs/EmacsDesktopNotification.java display1 (Context context) context 100 java/org/gnu/emacs/EmacsDesktopNotification.java tem = context.getSystemService (Context.NOTIFICATION_SERVICE); context 112 java/org/gnu/emacs/EmacsDesktopNotification.java notification = (new Notification.Builder (context, group) context 119 java/org/gnu/emacs/EmacsDesktopNotification.java notification = (new Notification.Builder (context) context 144 java/org/gnu/emacs/EmacsDesktopNotification.java intent = new Intent (context, EmacsActivity.class); context 148 java/org/gnu/emacs/EmacsDesktopNotification.java pending = PendingIntent.getActivity (context, 0, intent, context 151 java/org/gnu/emacs/EmacsDesktopNotification.java pending = PendingIntent.getActivity (context, 0, intent, 0); context 152 java/org/gnu/emacs/EmacsDialog.java toAlertDialog (Context context) context 170 java/org/gnu/emacs/EmacsDialog.java dialog = new AlertDialog.Builder (context).create (); context 208 java/org/gnu/emacs/EmacsDialog.java layout = new EmacsDialogButtonLayout (context); context 219 java/org/gnu/emacs/EmacsDialog.java dialog = new AlertDialog.Builder (context).setView (layout).create (); context 264 java/org/gnu/emacs/EmacsDialog.java buttonView = new Button (context); context 267 java/org/gnu/emacs/EmacsDialog.java buttonView = new Button (context, null, 0, styleId); context 286 java/org/gnu/emacs/EmacsDialog.java Context context; context 309 java/org/gnu/emacs/EmacsDialog.java context = EmacsService.SERVICE; context 311 java/org/gnu/emacs/EmacsDialog.java context = EmacsOpenActivity.currentActivity; context 313 java/org/gnu/emacs/EmacsDialog.java context = EmacsActivity.lastFocusedActivity; context 315 java/org/gnu/emacs/EmacsDialog.java if (context == null) context 322 java/org/gnu/emacs/EmacsDialog.java context = EmacsActivity.focusedActivities.get (0); context 324 java/org/gnu/emacs/EmacsDialog.java Log.d (TAG, "display1: using context " + context); context 326 java/org/gnu/emacs/EmacsDialog.java dialog = dismissDialog = toAlertDialog (context); context 330 java/org/gnu/emacs/EmacsDialog.java if (context == EmacsService.SERVICE) context 43 java/org/gnu/emacs/EmacsDialogButtonLayout.java EmacsDialogButtonLayout (Context context) context 45 java/org/gnu/emacs/EmacsDialogButtonLayout.java super (context); context 149 java/org/gnu/emacs/EmacsDocumentsProvider.java Context context; context 151 java/org/gnu/emacs/EmacsDocumentsProvider.java context = getContext (); context 155 java/org/gnu/emacs/EmacsDocumentsProvider.java context.getContentResolver ().notifyChange (updatedUri, null); context 166 java/org/gnu/emacs/EmacsDocumentsProvider.java Context context; context 168 java/org/gnu/emacs/EmacsDocumentsProvider.java context = getContext (); context 171 java/org/gnu/emacs/EmacsDocumentsProvider.java context.getContentResolver ().notifyChange (updatedUri, null); context 270 java/org/gnu/emacs/EmacsDocumentsProvider.java Context context; context 273 java/org/gnu/emacs/EmacsDocumentsProvider.java context = getContext (); context 282 java/org/gnu/emacs/EmacsDocumentsProvider.java result.setNotificationUri (context.getContentResolver (), context 296 java/org/gnu/emacs/EmacsDocumentsProvider.java Context context; context 317 java/org/gnu/emacs/EmacsDocumentsProvider.java context = getContext (); context 320 java/org/gnu/emacs/EmacsDocumentsProvider.java result.setNotificationUri (context.getContentResolver (), context 56 java/org/gnu/emacs/EmacsNoninteractive.java Context context; context 61 java/org/gnu/emacs/EmacsNoninteractive.java context = null; context 75 java/org/gnu/emacs/EmacsNoninteractive.java context = null; context 93 java/org/gnu/emacs/EmacsNoninteractive.java context = (Context) method.invoke (activityThread); context 98 java/org/gnu/emacs/EmacsNoninteractive.java context = (Context) method.invoke (context, "org.gnu.emacs", context 105 java/org/gnu/emacs/EmacsNoninteractive.java if (context == null) context 148 java/org/gnu/emacs/EmacsNoninteractive.java context = (Context) method.invoke (null, activityThread, context 158 java/org/gnu/emacs/EmacsNoninteractive.java context = (Context) method.invoke (activityThread); context 164 java/org/gnu/emacs/EmacsNoninteractive.java context = (Context) method.invoke (context, "org.gnu.emacs", context 171 java/org/gnu/emacs/EmacsNoninteractive.java assets = context.getAssets (); context 175 java/org/gnu/emacs/EmacsNoninteractive.java filesDir = context.getFilesDir ().getCanonicalPath (); context 176 java/org/gnu/emacs/EmacsNoninteractive.java libDir = EmacsService.getLibraryDirectory (context); context 177 java/org/gnu/emacs/EmacsNoninteractive.java cacheDir = context.getCacheDir ().getCanonicalPath (); context 198 java/org/gnu/emacs/EmacsNoninteractive.java EmacsApplication.findDumpFile (context); context 149 java/org/gnu/emacs/EmacsSdk11Clipboard.java Context context; context 156 java/org/gnu/emacs/EmacsSdk11Clipboard.java context = EmacsService.SERVICE; context 160 java/org/gnu/emacs/EmacsSdk11Clipboard.java text = clip.getItemAt (0).coerceToText (context); context 45 java/org/gnu/emacs/EmacsSdk8Clipboard.java Context context; context 48 java/org/gnu/emacs/EmacsSdk8Clipboard.java context = EmacsService.SERVICE; context 50 java/org/gnu/emacs/EmacsSdk8Clipboard.java = (ClipboardManager) context.getSystemService (what); context 143 java/org/gnu/emacs/EmacsService.java getLibraryDirectory (Context context) context 150 java/org/gnu/emacs/EmacsService.java return context.getApplicationInfo ().nativeLibraryDir; context 152 java/org/gnu/emacs/EmacsService.java return context.getApplicationInfo ().dataDir + "/lib"; context 593 java/org/gnu/emacs/EmacsService.java startEmacsService (Context context) context 599 java/org/gnu/emacs/EmacsService.java context.startService (new Intent (context, context 604 java/org/gnu/emacs/EmacsService.java context.startForegroundService (new Intent (context, context 127 java/org/gnu/emacs/EmacsView.java Context context; context 144 java/org/gnu/emacs/EmacsView.java context = getContext (); context 145 java/org/gnu/emacs/EmacsView.java tem = context.getSystemService (Context.INPUT_METHOD_SERVICE); context 977 lib-src/ebrowse.c make_namespace (char *name, struct sym *context) context 983 lib-src/ebrowse.c s->namesp = context; context 992 lib-src/ebrowse.c check_namespace (char *name, struct sym *context) context 998 lib-src/ebrowse.c if (streq (p->name, name) && (p->namesp == context)) context 1009 lib-src/ebrowse.c find_namespace (char *name, struct sym *context) context 1011 lib-src/ebrowse.c struct sym *p = check_namespace (name, context); context 1014 lib-src/ebrowse.c p = make_namespace (name, context); context 183 lib/diffseq.h struct partition *part, struct context *ctxt) context 458 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 498 lib/regex_internal.h #define NOT_SATISFY_PREV_CONSTRAINT(constraint,context) \ context 499 lib/regex_internal.h ((((constraint) & PREV_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \ context 500 lib/regex_internal.h || ((constraint & PREV_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \ context 501 lib/regex_internal.h || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\ context 502 lib/regex_internal.h || ((constraint & PREV_BEGBUF_CONSTRAINT) && !IS_BEGBUF_CONTEXT (context))) context 504 lib/regex_internal.h #define NOT_SATISFY_NEXT_CONSTRAINT(constraint,context) \ context 505 lib/regex_internal.h ((((constraint) & NEXT_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \ context 506 lib/regex_internal.h || (((constraint) & NEXT_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \ context 507 lib/regex_internal.h || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \ context 508 lib/regex_internal.h || (((constraint) & NEXT_ENDBUF_CONSTRAINT) && !IS_ENDBUF_CONTEXT (context))) context 518 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 4853 src/androidterm.c struct android_conversion_query_context *context; context 4856 src/androidterm.c context = data; context 4859 src/androidterm.c f = android_window_to_frame (NULL, context->window); context 4864 src/androidterm.c textconv_query (f, &context->query, 0); context 4869 src/androidterm.c context->success = true; context 4969 src/androidterm.c struct android_conversion_query_context context; context 4973 src/androidterm.c context.query.position = EMACS_INT_MAX; context 4974 src/androidterm.c context.query.direction = TEXTCONV_FORWARD_CHAR; context 4975 src/androidterm.c context.query.factor = min (length, 65535); context 4976 src/androidterm.c context.query.operation = TEXTCONV_RETRIEVAL; context 4979 src/androidterm.c context.window = window; context 4980 src/androidterm.c context.success = false; context 4985 src/androidterm.c &context)) context 4988 src/androidterm.c if (!context.success) context 4999 src/androidterm.c string = android_text_to_string (env, context.query.text.text, context 5000 src/androidterm.c context.query.text.length, context 5001 src/androidterm.c context.query.text.bytes); context 5002 src/androidterm.c free (context.query.text.text); context 5013 src/androidterm.c struct android_conversion_query_context context; context 5017 src/androidterm.c context.query.position = TYPE_MINIMUM (EMACS_INT); context 5018 src/androidterm.c context.query.direction = TEXTCONV_BACKWARD_CHAR; context 5019 src/androidterm.c context.query.factor = min (length, 65535); context 5020 src/androidterm.c context.query.operation = TEXTCONV_RETRIEVAL; context 5023 src/androidterm.c context.window = window; context 5024 src/androidterm.c context.success = false; context 5029 src/androidterm.c &context)) context 5032 src/androidterm.c if (!context.success) context 5043 src/androidterm.c string = android_text_to_string (env, context.query.text.text, context 5044 src/androidterm.c context.query.text.length, context 5045 src/androidterm.c context.query.text.bytes); context 5046 src/androidterm.c free (context.query.text.text); context 5151 src/androidterm.c struct android_get_selection_context *context; context 5156 src/androidterm.c context = data; context 5159 src/androidterm.c f = android_window_to_frame (NULL, context->window); context 5162 src/androidterm.c context->point = -1; context 5169 src/androidterm.c context->point = window_point (w); context 5170 src/androidterm.c w->ephemeral_last_point = context->point; context 5173 src/androidterm.c context->mark = context->point; context 5180 src/androidterm.c context->mark = marker_position (BVAR (b, mark)); context 5181 src/androidterm.c w->last_mark = context->mark; context 5191 src/androidterm.c struct android_get_selection_context context; context 5195 src/androidterm.c context.window = window; context 5199 src/androidterm.c &context)) context 5202 src/androidterm.c if (context.point == -1) context 5208 src/androidterm.c contents[0] = (unsigned int) min (context.point, context 5209 src/androidterm.c context.mark) - 1; context 5210 src/androidterm.c contents[1] = (unsigned int) max (context.point, context 5211 src/androidterm.c context.mark) - 1; context 5477 src/androidterm.c struct android_get_extracted_text_context context; context 5532 src/androidterm.c context.hint_max_chars context 5534 src/androidterm.c context.token context 5536 src/androidterm.c context.flags = flags; context 5537 src/androidterm.c context.text = NULL; context 5538 src/androidterm.c context.window = window; context 5542 src/androidterm.c &context)) context 5545 src/androidterm.c if (!context.text) context 5549 src/androidterm.c string = android_text_to_string (env, context.text, context.length, context 5550 src/androidterm.c context.bytes); context 5551 src/androidterm.c free (context.text); context 5564 src/androidterm.c context.mark_active ? 2 : 0); context 5568 src/androidterm.c min (context.start_offset, TYPE_MAXIMUM (jint))); context 5570 src/androidterm.c min (context.end_offset, TYPE_MAXIMUM (jint))); context 5575 src/androidterm.c min (context.start - 1, TYPE_MAXIMUM (jint))); context 5588 src/androidterm.c struct android_get_extracted_text_context context; context 5591 src/androidterm.c context.hint_max_chars = -1; context 5592 src/androidterm.c context.token = 0; context 5593 src/androidterm.c context.text = NULL; context 5594 src/androidterm.c context.window = window; context 5598 src/androidterm.c &context)) context 5601 src/androidterm.c if (!context.text) context 5605 src/androidterm.c string = android_text_to_string (env, context.text, context.length, context 5606 src/androidterm.c context.bytes); context 5607 src/androidterm.c free (context.text); context 5786 src/androidterm.c struct android_get_surrounding_text_context context; context 5826 src/androidterm.c context.before_length = before_length; context 5827 src/androidterm.c context.after_length = after_length; context 5828 src/androidterm.c context.window = window; context 5829 src/androidterm.c context.text = NULL; context 5833 src/androidterm.c &context)) context 5836 src/androidterm.c if (!context.text) context 5840 src/androidterm.c string = android_text_to_string (env, context.text, context.length, context 5841 src/androidterm.c context.bytes); context 5842 src/androidterm.c free (context.text); context 5849 src/androidterm.c (jint) min (context.start, context 5851 src/androidterm.c (jint) min (context.end, context 5855 src/androidterm.c (jint) min (context.offset - 1, context 5864 src/androidterm.c *conversion_start = context.conversion_start; context 5865 src/androidterm.c *conversion_end = context.conversion_start; context 1936 src/editfns.c struct context; context 1939 src/editfns.c static bool buffer_chars_equal (struct context *, OFFSET, OFFSET); context 1940 src/editfns.c static bool compareseq_early_abort (struct context *); context 2055 src/editfns.c struct context ctx = { context 2188 src/editfns.c buffer_chars_equal (struct context *ctx, context 2224 src/editfns.c compareseq_early_abort (struct context *ctx) context 3420 src/fileio.c context_t context = context_new (con); context 3421 src/fileio.c if (context_user_get (context)) context 3422 src/fileio.c user = build_string (context_user_get (context)); context 3423 src/fileio.c if (context_role_get (context)) context 3424 src/fileio.c role = build_string (context_role_get (context)); context 3425 src/fileio.c if (context_type_get (context)) context 3426 src/fileio.c type = build_string (context_type_get (context)); context 3427 src/fileio.c if (context_range_get (context)) context 3428 src/fileio.c range = build_string (context_range_get (context)); context 3429 src/fileio.c context_free (context); context 3451 src/fileio.c (Lisp_Object filename, Lisp_Object context) context 3457 src/fileio.c Lisp_Object user = CAR_SAFE (context); context 3458 src/fileio.c Lisp_Object role = CAR_SAFE (CDR_SAFE (context)); context 3459 src/fileio.c Lisp_Object type = CAR_SAFE (CDR_SAFE (CDR_SAFE (context))); context 3460 src/fileio.c Lisp_Object range = CAR_SAFE (CDR_SAFE (CDR_SAFE (CDR_SAFE (context)))); context 3474 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 1727 src/insdel.c struct safe_del_range_context *context; context 1729 src/insdel.c context = ptr; context 1730 src/insdel.c del_range (context->from, context->to); context 1746 src/insdel.c struct safe_del_range_context context; context 1748 src/insdel.c context.from = from; context 1749 src/insdel.c context.to = to; context 1752 src/insdel.c &context, context 1025 src/keyboard.c cmd_error_internal (Lisp_Object data, const char *context) context 1038 src/keyboard.c context ? build_string (context) : empty_unibyte_string, context 1048 src/keyboard.c (Lisp_Object data, Lisp_Object context, Lisp_Object signal) context 1054 src/keyboard.c CHECK_STRING (context); context 1075 src/keyboard.c SSDATA (context), signal); context 1094 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 3832 src/pgtkterm.c GMainContext *context; context 3842 src/pgtkterm.c context = g_main_context_default (); context 3843 src/pgtkterm.c context_acquired = g_main_context_acquire (context); context 3849 src/pgtkterm.c while (g_main_context_pending (context)) context 3851 src/pgtkterm.c g_main_context_dispatch (context); context 3858 src/pgtkterm.c g_main_context_release (context); context 6323 src/pgtkterm.c drag_leave (GtkWidget *widget, GdkDragContext *context, context 6356 src/pgtkterm.c drag_motion (GtkWidget *widget, GdkDragContext *context, context 6380 src/pgtkterm.c current_drop_context = g_object_ref (context); context 6384 src/pgtkterm.c name = gdk_drag_get_selection (context); context 6385 src/pgtkterm.c suggestion = gdk_drag_context_get_suggested_action (context); context 6406 src/pgtkterm.c drag_drop (GtkWidget *widget, GdkDragContext *context, context 6429 src/pgtkterm.c current_drop_context = g_object_ref (context); context 6433 src/pgtkterm.c name = gdk_drag_get_selection (context); context 6434 src/pgtkterm.c selected_action = gdk_drag_context_get_selected_action (context); context 242 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 2586 src/sfnt.c sfnt_expand_compound_glyph_context (struct sfnt_compound_glyph_context *context, context 2596 src/sfnt.c if (INT_ADD_WRAPV (number_of_contours, context->num_end_points, context 2597 src/sfnt.c &context->num_end_points)) context 2600 src/sfnt.c if (INT_ADD_WRAPV (number_of_points, context->num_points, context 2601 src/sfnt.c &context->num_points)) context 2605 src/sfnt.c if (context->points_size < context->num_points) context 2607 src/sfnt.c if (INT_MULTIPLY_WRAPV (context->num_points, 2, context 2608 src/sfnt.c &context->points_size)) context 2609 src/sfnt.c context->points_size = context->num_points; context 2611 src/sfnt.c if (INT_MULTIPLY_WRAPV (context->points_size, context 2612 src/sfnt.c sizeof *context->x_coordinates, context 2616 src/sfnt.c context->x_coordinates = xrealloc (context->x_coordinates, context 2618 src/sfnt.c context->y_coordinates = xrealloc (context->y_coordinates, context 2620 src/sfnt.c context->flags = xrealloc (context->flags, context 2621 src/sfnt.c context->points_size); context 2625 src/sfnt.c *x_base = (context->x_coordinates context 2626 src/sfnt.c + context->num_points context 2628 src/sfnt.c *y_base = (context->y_coordinates context 2629 src/sfnt.c + context->num_points context 2631 src/sfnt.c *flags_base = (context->flags context 2632 src/sfnt.c + context->num_points context 2635 src/sfnt.c if (context->end_points_size < context->num_end_points) context 2637 src/sfnt.c if (INT_MULTIPLY_WRAPV (context->num_end_points, 2, context 2638 src/sfnt.c &context->end_points_size)) context 2639 src/sfnt.c context->end_points_size = context->num_end_points; context 2641 src/sfnt.c if (INT_MULTIPLY_WRAPV (context->end_points_size, context 2642 src/sfnt.c sizeof *context->contour_end_points, context 2646 src/sfnt.c context->contour_end_points context 2647 src/sfnt.c = xrealloc (context->contour_end_points, context 2652 src/sfnt.c *contour_base = (context->contour_end_points context 2653 src/sfnt.c + context->num_end_points context 2683 src/sfnt.c struct sfnt_compound_glyph_context *context, context 2710 src/sfnt.c base_index = context->num_points; context 2737 src/sfnt.c contour_start = context->num_points; context 2835 src/sfnt.c x = context->x_coordinates[point] - x; context 2836 src/sfnt.c y = context->y_coordinates[point]; context 2849 src/sfnt.c xtemp = context->x_coordinates[point]; context 2850 src/sfnt.c ytemp = context->y_coordinates[point]; context 2885 src/sfnt.c rc = sfnt_expand_compound_glyph_context (context, context 2928 src/sfnt.c context, context 2967 src/sfnt.c if (point2 >= context->num_points) context 2972 src/sfnt.c if (point2 - context->num_points < 2) context 2988 src/sfnt.c if (!(point2 - context->num_points)) context 2993 src/sfnt.c x = context->x_coordinates[point] - x; context 2994 src/sfnt.c y = context->y_coordinates[point]; context 3010 src/sfnt.c xtemp = context->x_coordinates[point]; context 3011 src/sfnt.c ytemp = context->y_coordinates[point]; context 3012 src/sfnt.c x = (xtemp - context->x_coordinates[point2]); context 3013 src/sfnt.c y = (ytemp - context->y_coordinates[point2]); context 3020 src/sfnt.c context->x_coordinates + contour_start, context 3021 src/sfnt.c context->y_coordinates + contour_start, context 3022 src/sfnt.c context->num_points - contour_start, context 3354 src/sfnt.c struct sfnt_compound_glyph_context context; context 3394 src/sfnt.c memset (&context, 0, sizeof context); context 3396 src/sfnt.c if (sfnt_decompose_compound_glyph (glyph, &context, context 3401 src/sfnt.c xfree (context.x_coordinates); context 3402 src/sfnt.c xfree (context.y_coordinates); context 3403 src/sfnt.c xfree (context.flags); context 3404 src/sfnt.c xfree (context.contour_end_points); context 3411 src/sfnt.c if (!context.num_end_points) context 3417 src/sfnt.c for (n = 0; n < context.num_end_points; ++n) context 3422 src/sfnt.c last = context.contour_end_points[n]; context 3426 src/sfnt.c if (here > last || last >= context.num_points) context 3433 src/sfnt.c context.x_coordinates, context 3434 src/sfnt.c context.y_coordinates, context 3435 src/sfnt.c context.flags, 1)) context 3443 src/sfnt.c xfree (context.x_coordinates); context 3444 src/sfnt.c xfree (context.y_coordinates); context 3445 src/sfnt.c xfree (context.flags); context 3446 src/sfnt.c xfree (context.contour_end_points); context 3450 src/sfnt.c xfree (context.x_coordinates); context 3451 src/sfnt.c xfree (context.y_coordinates); context 3452 src/sfnt.c xfree (context.flags); context 3453 src/sfnt.c xfree (context.contour_end_points); context 8966 src/sfnt.c enum sfnt_interpreter_run_context context) context 8985 src/sfnt.c sfnt_interpret_run (interpreter, context); context 11594 src/sfnt.c struct sfnt_compound_glyph_context *context, context 11610 src/sfnt.c num_points = context->num_points - base_index; context 11611 src/sfnt.c num_contours = context->num_end_points - base_contour; context 11665 src/sfnt.c = (context->contour_end_points[base_contour + i] context 11672 src/sfnt.c zone->x_current[i] = context->x_coordinates[i + base_index]; context 11673 src/sfnt.c zone->x_points[i] = context->x_coordinates[i + base_index]; context 11678 src/sfnt.c zone->y_current[i] = context->y_coordinates[i + base_index]; context 11679 src/sfnt.c zone->y_points[i] = context->y_coordinates[i + base_index]; context 11682 src/sfnt.c zone->flags[i] = (context->flags[i + base_index] context 11716 src/sfnt.c context->x_coordinates[base_index + i] = zone->x_current[i]; context 11717 src/sfnt.c context->y_coordinates[base_index + i] = zone->y_current[i]; context 11721 src/sfnt.c rc = sfnt_expand_compound_glyph_context (context, 0, 2, context 11762 src/sfnt.c struct sfnt_compound_glyph_context *context, context 11799 src/sfnt.c base_index = context->num_points; context 11802 src/sfnt.c base_contour = context->num_end_points; context 11832 src/sfnt.c contour_start = context->num_points; context 11976 src/sfnt.c rc = sfnt_expand_compound_glyph_context (context, context 12031 src/sfnt.c xtemp = context->x_coordinates[point]; context 12032 src/sfnt.c ytemp = context->y_coordinates[point]; context 12052 src/sfnt.c context, get_glyph, context 12087 src/sfnt.c if (point2 >= context->num_points) context 12098 src/sfnt.c xtemp = context->x_coordinates[point]; context 12099 src/sfnt.c ytemp = context->y_coordinates[point]; context 12100 src/sfnt.c x = (xtemp - context->x_coordinates[point2]); context 12101 src/sfnt.c y = (ytemp - context->y_coordinates[point2]); context 12107 src/sfnt.c assert (context->num_points - contour_start >= 2); context 12108 src/sfnt.c context->num_points -= 2; context 12111 src/sfnt.c context->x_coordinates + contour_start, context 12112 src/sfnt.c context->y_coordinates + contour_start, context 12115 src/sfnt.c context->num_points - contour_start, context 12134 src/sfnt.c rc = sfnt_expand_compound_glyph_context (context, context 12156 src/sfnt.c context, base_index, context 12203 src/sfnt.c struct sfnt_compound_glyph_context context; context 12209 src/sfnt.c memset (&context, 0, sizeof context); context 12213 src/sfnt.c state, &context, context 12222 src/sfnt.c xfree (context.x_coordinates); context 12223 src/sfnt.c xfree (context.y_coordinates); context 12224 src/sfnt.c xfree (context.flags); context 12225 src/sfnt.c xfree (context.contour_end_points); context 12232 src/sfnt.c if (INT_MULTIPLY_WRAPV (context.num_end_points, context 12236 src/sfnt.c || INT_MULTIPLY_WRAPV (context.num_points, context 12240 src/sfnt.c || INT_ADD_WRAPV (context.num_points, outline_size, context 12243 src/sfnt.c xfree (context.x_coordinates); context 12244 src/sfnt.c xfree (context.y_coordinates); context 12245 src/sfnt.c xfree (context.flags); context 12246 src/sfnt.c xfree (context.contour_end_points); context 12252 src/sfnt.c outline->num_points = context.num_points; context 12253 src/sfnt.c outline->num_contours = context.num_end_points; context 12265 src/sfnt.c if (context.num_end_points) context 12266 src/sfnt.c memcpy (outline->contour_end_points, context.contour_end_points, context 12269 src/sfnt.c if (context.num_points) context 12271 src/sfnt.c memcpy (outline->x_points, context.x_coordinates, context 12273 src/sfnt.c memcpy (outline->y_points, context.y_coordinates, context 12275 src/sfnt.c memcpy (outline->flags, context.flags, context.num_points); context 12279 src/sfnt.c xfree (context.x_coordinates); context 12280 src/sfnt.c xfree (context.y_coordinates); context 12281 src/sfnt.c xfree (context.flags); context 12282 src/sfnt.c xfree (context.contour_end_points); context 12485 src/sfnt.c struct sfnt_uvs_context *context; context 12492 src/sfnt.c context = NULL; context 12572 src/sfnt.c context = xmalloc (sizeof *context); context 12573 src/sfnt.c context->num_records = cmap->num_var_selector_records; context 12574 src/sfnt.c context->nmemb = nmemb; context 12575 src/sfnt.c context->records = xmalloc (sizeof *context->records context 12580 src/sfnt.c context->records[i].selector = cmap->records[i].var_selector; context 12599 src/sfnt.c context->records[i].default_uvs = rec->table; context 12602 src/sfnt.c context->records[i].default_uvs = NULL; context 12620 src/sfnt.c context->records[i].nondefault_uvs = rec->table; context 12623 src/sfnt.c context->records[i].nondefault_uvs = NULL; context 12626 src/sfnt.c context->tables = table_offsets; context 12627 src/sfnt.c return context; context 12631 src/sfnt.c if (context) context 12633 src/sfnt.c xfree (context->records); context 12634 src/sfnt.c xfree (context); context 19047 src/sfnt.c struct sfnt_uvs_context *context; context 19053 src/sfnt.c context = sfnt_create_uvs_context (format14, fd); context 19057 src/sfnt.c if (!context) context 19062 src/sfnt.c context->num_records, context->nmemb); context 19064 src/sfnt.c for (i = 0; i < context->num_records; ++i) context 19066 src/sfnt.c if (!context->records[i].nondefault_uvs) context 19069 src/sfnt.c uvs = context->records[i].nondefault_uvs; context 19080 src/sfnt.c c, context->records[i].selector, glyph); context 19084 src/sfnt.c sfnt_free_uvs_context (context); context 1184 src/textconv.c struct complete_edit_check_context *context; context 1187 src/textconv.c context = ptr; context 1189 src/textconv.c if (!context->check) context 1192 src/textconv.c context->w->ephemeral_last_point context 1193 src/textconv.c = window_point (context->w); context 1197 src/textconv.c f = WINDOW_XFRAME (context->w); context 1207 src/textconv.c text_interface->point_changed (f, context->w, NULL); context 1227 src/textconv.c struct complete_edit_check_context context; context 1245 src/textconv.c context.check = false; context 1256 src/textconv.c context.w = w; context 1259 src/textconv.c record_unwind_protect_ptr (complete_edit_check, &context); context 1331 src/textconv.c context.check = true; 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 3459 src/w32fns.c HIMC context = get_ime_context_fn (focus_window); context 3460 src/w32fns.c if (!context) context 3463 src/w32fns.c set_ime_open_status_fn (context, msg.wParam != 0); context 3464 src/w32fns.c release_ime_context_fn (focus_window, context); context 4613 src/w32fns.c HIMC context = get_ime_context_fn (hwnd); context 4619 src/w32fns.c size = get_composition_string_fn (context, GCS_RESULTSTR, NULL, 0); context 4621 src/w32fns.c size = get_composition_string_fn (context, GCS_RESULTSTR, context 4623 src/w32fns.c release_ime_context_fn (hwnd, context); context 4646 src/w32fns.c HIMC context; context 4686 src/w32fns.c context = get_ime_context_fn (hwnd); context 4688 src/w32fns.c if (!context) context 4691 src/w32fns.c set_ime_composition_window_fn (context, &form); context 4692 src/w32fns.c release_ime_context_fn (hwnd, context); context 10337 src/w32fns.c HIMC context = get_ime_context_fn (current_window); context 10338 src/w32fns.c if (context) context 10340 src/w32fns.c BOOL retval = get_ime_open_status_fn (context); context 10341 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);