get_specified_cursor_type 32917 src/xdisp.c      FRAME_DESIRED_CURSOR (f) = get_specified_cursor_type (arg, &width);
get_specified_cursor_type 32926 src/xdisp.c    	= get_specified_cursor_type (XCDR (tem), &width);
get_specified_cursor_type 32975 src/xdisp.c    	    return get_specified_cursor_type (BVAR (b, cursor_type), width);
get_specified_cursor_type 33007 src/xdisp.c        cursor_type = get_specified_cursor_type (BVAR (b, cursor_type), width);
get_specified_cursor_type 33015 src/xdisp.c    	return get_specified_cursor_type (alt_cursor, width);
get_specified_cursor_type 33068 src/xdisp.c        return get_specified_cursor_type (XCDR (alt_cursor), width);