Exemplo n.º 1
0
Arquivo: tex.c Projeto: shunlir/ctags
static void initialize (const langType language)
{
	Assert (sizeof (TexKinds) / sizeof (TexKinds [0]) == TEXTAG_COUNT);
	Lang_js = language;
	buildTexKeywordHash ();

	lastPart    = vStringNew();
	lastChapter = vStringNew();
	lastSection = vStringNew();
	lastSubS    = vStringNew();
	lastSubSubS = vStringNew();
}
Exemplo n.º 2
0
static void initialize (const langType language)
{
    Assert (sizeof (TexKinds) / sizeof (TexKinds [0]) == TEXTAG_COUNT);
    Lang_js = language;
    buildTexKeywordHash ();
}