OpenSolaris_b135/cmd/ipf/lib/common/resetlexer.c

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

#include "ipf.h"

long	string_start = -1;
long	string_end = -1;
char	*string_val = NULL;
long	pos = 0;


void resetlexer()
{
	string_start = -1;
	string_end = -1;
	string_val = NULL;
	pos = 0;
}