V8/usr/include/regexp.h

Compare this file to the similar file:
Show the results in this format:

#define NSUBEXP  10
typedef struct regexp { /* see regexp(3) */
	char *startp[NSUBEXP];
	char *endp[NSUBEXP];
	char program[1];
} regexp;