Home
last modified time | relevance | path

Searched refs:antlr3InputClose (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libantlr3c/libantlr3c-3.4/src/
H A Dantlr3inputstream.c55 static void antlr3InputClose (pANTLR3_INPUT_STREAM input);
161 input->close = antlr3InputClose; // Close down the stream completely in antlr3GenericSetupStream()
162 input->free = antlr3InputClose; // Synonym for free in antlr3GenericSetupStream()
203 antlr3InputClose(pANTLR3_INPUT_STREAM input) in antlr3InputClose() function