From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13184 invoked by alias); 8 Apr 2002 22:47:03 -0000 Mailing-List: contact sourcenav-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 13175 invoked from network); 8 Apr 2002 22:47:02 -0000 Received: from unknown (HELO shasta.pdx.steptech.com) (207.138.226.173) by sources.redhat.com with SMTP; 8 Apr 2002 22:47:02 -0000 Received: by shasta.pdx.steptech.com with Internet Mail Service (5.5.2653.19) id ; Mon, 8 Apr 2002 15:46:29 -0700 Message-ID: <26F9F6EAB586D411850700B0D049E6E4014D2F5B@shasta.pdx.steptech.com> From: Bruce Edson To: "Sourcenav (E-mail)" Subject: Cross referencing of elements within struct initializers Date: Mon, 08 Apr 2002 15:47:00 -0000 X-SW-Source: 2002-q2/txt/msg00004.txt.bz2 I'm trying to see where all occurrences of enum constants are referred to within a project. It appears that SN only finds methods or functions that reference an enum, not struct initializers (C/CPP parser). Is this the expected behavior? What suggestions would any of you have to fix/add this capability for the C/CPP parser? I'm already working with SN5.0 and am in the process of modifying it for additional functionality. I would like to get this problem taken care of as well, (as long as I'm modifying code). Thanks in advance. Bruce