Home
last modified time | relevance | path

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

/dports/lang/maude/maude-2.7.1/src/MSCP10/
H A Dscp_memory.cc71 covtbl = 0; in ScpParser()
116 delete [] covtbl; in ~ScpParser()
H A Dscp_parser.hh74 int* covtbl; member in ScpParser
H A Dscp_compiler.cc313 covtbl = new int[lentbl]; in compileParser()
314 memset(covtbl,0,lentbl*sizeof(int)); in compileParser()
315 covnttb = covtbl; in compileParser()