]> andersk Git - splint.git/blame - src/Headers/tokentable.h
Updated copyrights
[splint.git] / src / Headers / tokentable.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 3** See ../LICENSE for license information.
4*/
5/*
6** tokentable.h
7*/
8
9extern /*@exposed@*/ ltoken
10 LSLInsertToken(ltokenCode, lsymbol, lsymbol, bool)
11 /*@modifies internalState@*/ ;
12extern void LSLUpdateToken(ltokenCode, lsymbol, bool)
13 /*@modifies internalState@*/ ;
14extern /*@exposed@*/ ltoken LSLGetToken(lsymbol) /*@*/ ;
15extern /*@exposed@*/ ltoken LSLReserveToken(ltokenCode, char *)
16 /*@modifies internalState@*/ ;
17
18extern void LSLSetTokenHasSyn (lsymbol p_sym, bool p_syn)
19 /*@modifies internalState@*/ ;
20
21extern void ltokenTableInit(void) /*@modifies internalState@*/ ;
22extern void ltokenTableCleanup(void) /*@modifies internalState@*/ ;
This page took 0.095348 seconds and 5 git commands to generate.