[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

667.0. "struct re_pattern_buffer?" by 48177::KUOCH () Tue Apr 04 1995 10:10

    In CONSOLE.H (V1.5, kit on CD ROM, 31-MAY-1994), 
    
    	.......
    	typedef struct CM_event_struct
    {
        struct  CM_event_struct     *next;
        struct  CM_event_struct     *prev;
        struct  re_pattern_buffer   *compiled_re;
        .......
    
    Question 1 : Where the structure "re_pattern_buffer" is defined ?
    Question 2 : These event structures are the same for both VMS and
    		 OSF1 systems, as defined in the CONSOLE.H ?
    
    Thank you in advance.
    
    Cheu.
T.RTitleUserPersonal
Name
DateLines
667.1OPG::PHILIPAnd through the square window...Tue Apr 04 1995 11:3513
Cheu,

  The header file is the same on all platforms.

  The re_pattern_buffer field was used internally. In V1.6 it has
  been changed to

	void    *compiled_re;

  We dont recommend that you change or use this field in any way.

Cheers,
Phil