get_specified_cursor_type 33221 src/xdisp.c FRAME_DESIRED_CURSOR (f) = get_specified_cursor_type (arg, &width); get_specified_cursor_type 33230 src/xdisp.c = get_specified_cursor_type (XCDR (tem), &width); get_specified_cursor_type 33279 src/xdisp.c return get_specified_cursor_type (BVAR (b, cursor_type), width); get_specified_cursor_type 33311 src/xdisp.c cursor_type = get_specified_cursor_type (BVAR (b, cursor_type), width); get_specified_cursor_type 33319 src/xdisp.c return get_specified_cursor_type (alt_cursor, width); get_specified_cursor_type 33372 src/xdisp.c return get_specified_cursor_type (XCDR (alt_cursor), width);