V8/usr/src/cmd/monk/cmd/monk/space.h

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

struct char_pairs {
	char	open;
	char	close;
};

struct	char_pairs	delimiter[] = {
	{ '(', ')' },
	{ '[', ']' },
	{ '{', '}' },
	{ '<', '>' },
	{ '\"', '\"' },
	{ '\'', '\'' },
	{ '\`', '\'' }
};