TOP 359 java/org/gnu/emacs/EmacsWindow.java params.gravity = Gravity.TOP | Gravity.LEFT; TOP 646 src/bytecode.c if (CONSP (TOP)) TOP 647 src/bytecode.c TOP = XCAR (TOP); TOP 648 src/bytecode.c else if (!NILP (TOP)) TOP 650 src/bytecode.c record_in_backtrace (Qcar, &TOP, 1); TOP 651 src/bytecode.c wrong_type_argument (Qlistp, TOP); TOP 658 src/bytecode.c TOP = EQ (v1, TOP) ? Qt : Qnil; TOP 665 src/bytecode.c TOP = Fmemq (TOP, v1); TOP 671 src/bytecode.c if (CONSP (TOP)) TOP 672 src/bytecode.c TOP = XCDR (TOP); TOP 673 src/bytecode.c else if (!NILP (TOP)) TOP 675 src/bytecode.c record_in_backtrace (Qcdr, &TOP, 1); TOP 676 src/bytecode.c wrong_type_argument (Qlistp, TOP); TOP 714 src/bytecode.c Lisp_Object v1 = TOP; TOP 760 src/bytecode.c if (byte_metering_on && SYMBOLP (TOP)) TOP 762 src/bytecode.c Lisp_Object v1 = TOP; TOP 783 src/bytecode.c Lisp_Object call_fun = TOP; TOP 784 src/bytecode.c Lisp_Object *call_args = &TOP + 1; TOP 824 src/bytecode.c TOP = val; TOP 873 src/bytecode.c if (NILP (TOP)) TOP 880 src/bytecode.c if (!NILP (TOP)) TOP 890 src/bytecode.c Lisp_Object val = TOP; TOP 914 src/bytecode.c TOP = val; TOP 943 src/bytecode.c TOP = Fprogn (TOP); TOP 944 src/bytecode.c unbind_to (count1, TOP); TOP 956 src/bytecode.c TOP = internal_catch (TOP, eval_sub, v1); TOP 1014 src/bytecode.c TOP = internal_lisp_condition_case (TOP, body, handlers); TOP 1019 src/bytecode.c CHECK_STRING (TOP); TOP 1020 src/bytecode.c temp_output_buffer_setup (SSDATA (TOP)); TOP 1021 src/bytecode.c TOP = Vstandard_output; TOP 1027 src/bytecode.c temp_output_buffer_show (TOP); TOP 1028 src/bytecode.c TOP = v1; TOP 1036 src/bytecode.c Lisp_Object v2 = POP, v1 = TOP; TOP 1042 src/bytecode.c TOP = XCAR (v2); TOP 1044 src/bytecode.c TOP = Qnil; TOP 1047 src/bytecode.c record_in_backtrace (Qnth, &TOP, 2); TOP 1052 src/bytecode.c TOP = Fnth (v1, v2); TOP 1057 src/bytecode.c TOP = SYMBOLP (TOP) ? Qt : Qnil; TOP 1061 src/bytecode.c TOP = CONSP (TOP) ? Qt : Qnil; TOP 1065 src/bytecode.c TOP = STRINGP (TOP) ? Qt : Qnil; TOP 1069 src/bytecode.c TOP = CONSP (TOP) || NILP (TOP) ? Qt : Qnil; TOP 1073 src/bytecode.c TOP = NILP (TOP) ? Qt : Qnil; TOP 1079 src/bytecode.c TOP = Fcons (TOP, v1); TOP 1084 src/bytecode.c TOP = list1 (TOP); TOP 1090 src/bytecode.c TOP = list2 (TOP, v1); TOP 1096 src/bytecode.c TOP = list3 (TOP, top[1], top[2]); TOP 1101 src/bytecode.c TOP = list4 (TOP, top[1], top[2], top[3]); TOP 1107 src/bytecode.c TOP = Flist (op, &TOP); TOP 1111 src/bytecode.c TOP = Flength (TOP); TOP 1117 src/bytecode.c Lisp_Object arrayval = TOP; TOP 1120 src/bytecode.c record_in_backtrace (Qaref, &TOP, 2); TOP 1129 src/bytecode.c TOP = AREF (arrayval, idx); TOP 1132 src/bytecode.c record_in_backtrace (Qaref, &TOP, 2); TOP 1137 src/bytecode.c TOP = Faref (arrayval, idxval); TOP 1145 src/bytecode.c Lisp_Object arrayval = TOP; TOP 1148 src/bytecode.c record_in_backtrace (Qaset, &TOP, 3); TOP 1159 src/bytecode.c TOP = newelt; TOP 1163 src/bytecode.c record_in_backtrace (Qaset, &TOP, 3); TOP 1168 src/bytecode.c TOP = Faset (arrayval, idxval, newelt); TOP 1173 src/bytecode.c TOP = Fsymbol_value (TOP); TOP 1177 src/bytecode.c TOP = Fsymbol_function (TOP); TOP 1183 src/bytecode.c TOP = Fset (TOP, v1); TOP 1190 src/bytecode.c TOP = Ffset (TOP, v1); TOP 1197 src/bytecode.c TOP = Fget (TOP, v1); TOP 1204 src/bytecode.c TOP = Fsubstring (TOP, v1, v2); TOP 1210 src/bytecode.c TOP = Fconcat (2, &TOP); TOP 1215 src/bytecode.c TOP = Fconcat (3, &TOP); TOP 1220 src/bytecode.c TOP = Fconcat (4, &TOP); TOP 1226 src/bytecode.c TOP = Fconcat (op, &TOP); TOP 1230 src/bytecode.c TOP = (FIXNUMP (TOP) && XFIXNUM (TOP) != MOST_NEGATIVE_FIXNUM TOP 1231 src/bytecode.c ? make_fixnum (XFIXNUM (TOP) - 1) TOP 1232 src/bytecode.c : Fsub1 (TOP)); TOP 1236 src/bytecode.c TOP = (FIXNUMP (TOP) && XFIXNUM (TOP) != MOST_POSITIVE_FIXNUM TOP 1237 src/bytecode.c ? make_fixnum (XFIXNUM (TOP) + 1) TOP 1238 src/bytecode.c : Fadd1 (TOP)); TOP 1244 src/bytecode.c Lisp_Object v1 = TOP; TOP 1246 src/bytecode.c TOP = BASE_EQ (v1, v2) ? Qt : Qnil; TOP 1248 src/bytecode.c TOP = arithcompare (v1, v2, ARITH_EQUAL); TOP 1255 src/bytecode.c Lisp_Object v1 = TOP; TOP 1257 src/bytecode.c TOP = XFIXNUM (v1) > XFIXNUM (v2) ? Qt : Qnil; TOP 1259 src/bytecode.c TOP = arithcompare (v1, v2, ARITH_GRTR); TOP 1266 src/bytecode.c Lisp_Object v1 = TOP; TOP 1268 src/bytecode.c TOP = XFIXNUM (v1) < XFIXNUM (v2) ? Qt : Qnil; TOP 1270 src/bytecode.c TOP = arithcompare (v1, v2, ARITH_LESS); TOP 1277 src/bytecode.c Lisp_Object v1 = TOP; TOP 1279 src/bytecode.c TOP = XFIXNUM (v1) <= XFIXNUM (v2) ? Qt : Qnil; TOP 1281 src/bytecode.c TOP = arithcompare (v1, v2, ARITH_LESS_OR_EQUAL); TOP 1288 src/bytecode.c Lisp_Object v1 = TOP; TOP 1290 src/bytecode.c TOP = XFIXNUM (v1) >= XFIXNUM (v2) ? Qt : Qnil; TOP 1292 src/bytecode.c TOP = arithcompare (v1, v2, ARITH_GRTR_OR_EQUAL); TOP 1299 src/bytecode.c Lisp_Object v1 = TOP; TOP 1304 src/bytecode.c TOP = make_fixnum (res); TOP 1306 src/bytecode.c TOP = Fminus (2, &TOP); TOP 1311 src/bytecode.c TOP = (FIXNUMP (TOP) && XFIXNUM (TOP) != MOST_NEGATIVE_FIXNUM TOP 1312 src/bytecode.c ? make_fixnum (- XFIXNUM (TOP)) TOP 1313 src/bytecode.c : Fminus (1, &TOP)); TOP 1319 src/bytecode.c Lisp_Object v1 = TOP; TOP 1324 src/bytecode.c TOP = make_fixnum (res); TOP 1326 src/bytecode.c TOP = Fplus (2, &TOP); TOP 1333 src/bytecode.c Lisp_Object v1 = TOP; TOP 1337 src/bytecode.c TOP = v2; TOP 1340 src/bytecode.c TOP = Fmax (2, &TOP); TOP 1347 src/bytecode.c Lisp_Object v1 = TOP; TOP 1351 src/bytecode.c TOP = v2; TOP 1354 src/bytecode.c TOP = Fmin (2, &TOP); TOP 1361 src/bytecode.c Lisp_Object v1 = TOP; TOP 1366 src/bytecode.c TOP = make_fixnum (res); TOP 1368 src/bytecode.c TOP = Ftimes (2, &TOP); TOP 1375 src/bytecode.c Lisp_Object v1 = TOP; TOP 1380 src/bytecode.c TOP = make_fixnum (res); TOP 1382 src/bytecode.c TOP = Fquo (2, &TOP); TOP 1389 src/bytecode.c Lisp_Object v1 = TOP; TOP 1391 src/bytecode.c TOP = make_fixnum (XFIXNUM (v1) % XFIXNUM (v2)); TOP 1393 src/bytecode.c TOP = Frem (v1, v2); TOP 1402 src/bytecode.c TOP = Fgoto_char (TOP); TOP 1406 src/bytecode.c TOP = Finsert (1, &TOP); TOP 1412 src/bytecode.c TOP = Finsert (op, &TOP); TOP 1424 src/bytecode.c TOP = Fchar_after (TOP); TOP 1440 src/bytecode.c TOP = Findent_to (TOP, Qnil); TOP 1464 src/bytecode.c TOP = Fset_buffer (TOP); TOP 1472 src/bytecode.c TOP = Fforward_char (TOP); TOP 1476 src/bytecode.c TOP = Fforward_word (TOP); TOP 1482 src/bytecode.c TOP = Fskip_chars_forward (TOP, v1); TOP 1489 src/bytecode.c TOP = Fskip_chars_backward (TOP, v1); TOP 1494 src/bytecode.c TOP = Fforward_line (TOP); TOP 1498 src/bytecode.c TOP = Fchar_syntax (TOP); TOP 1504 src/bytecode.c TOP = Fbuffer_substring (TOP, v1); TOP 1511 src/bytecode.c TOP = Fdelete_region (TOP, v1); TOP 1518 src/bytecode.c TOP = Fnarrow_to_region (TOP, v1); TOP 1527 src/bytecode.c TOP = Fend_of_line (TOP); TOP 1533 src/bytecode.c TOP = Fset_marker (TOP, v1, v2); TOP 1538 src/bytecode.c TOP = Fmatch_beginning (TOP); TOP 1542 src/bytecode.c TOP = Fmatch_end (TOP); TOP 1546 src/bytecode.c TOP = Fupcase (TOP); TOP 1550 src/bytecode.c TOP = Fdowncase (TOP); TOP 1556 src/bytecode.c TOP = Fstring_equal (TOP, v1); TOP 1563 src/bytecode.c TOP = Fstring_lessp (TOP, v1); TOP 1570 src/bytecode.c TOP = Fequal (TOP, v1); TOP 1577 src/bytecode.c TOP = Fnthcdr (TOP, v1); TOP 1583 src/bytecode.c Lisp_Object v2 = POP, v1 = TOP; TOP 1590 src/bytecode.c TOP = XCAR (v1); TOP 1592 src/bytecode.c TOP = Qnil; TOP 1595 src/bytecode.c record_in_backtrace (Qelt, &TOP, 2); TOP 1600 src/bytecode.c TOP = Felt (v1, v2); TOP 1607 src/bytecode.c TOP = Fmember (TOP, v1); TOP 1614 src/bytecode.c TOP = Fassq (TOP, v1); TOP 1619 src/bytecode.c TOP = Fnreverse (TOP); TOP 1625 src/bytecode.c Lisp_Object cell = TOP; TOP 1628 src/bytecode.c record_in_backtrace (Qsetcar, &TOP, 2); TOP 1633 src/bytecode.c TOP = newval; TOP 1640 src/bytecode.c Lisp_Object cell = TOP; TOP 1643 src/bytecode.c record_in_backtrace (Qsetcdr, &TOP, 2); TOP 1648 src/bytecode.c TOP = newval; TOP 1653 src/bytecode.c TOP = CAR_SAFE (TOP); TOP 1657 src/bytecode.c TOP = CDR_SAFE (TOP); TOP 1662 src/bytecode.c TOP = Fnconc (2, &TOP); TOP 1666 src/bytecode.c TOP = NUMBERP (TOP) ? Qt : Qnil; TOP 1670 src/bytecode.c TOP = INTEGERP (TOP) ? Qt : Qnil; TOP 1721 src/bytecode.c top[-op] = TOP; TOP 1781 src/bytecode.c Lisp_Object result = TOP;