get_specified_cursor_type 33234 src/xdisp.c FRAME_DESIRED_CURSOR (f) = get_specified_cursor_type (arg, &width); get_specified_cursor_type 33243 src/xdisp.c = get_specified_cursor_type (XCDR (tem), &width); get_specified_cursor_type 33292 src/xdisp.c return get_specified_cursor_type (BVAR (b, cursor_type), width); get_specified_cursor_type 33324 src/xdisp.c cursor_type = get_specified_cursor_type (BVAR (b, cursor_type), width); get_specified_cursor_type 33332 src/xdisp.c return get_specified_cursor_type (alt_cursor, width); get_specified_cursor_type 33385 src/xdisp.c return get_specified_cursor_type (XCDR (alt_cursor), width);