Home
last modified time | relevance | path

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

/aoo41x/main/autodoc/source/tools/
H A Dtkpchars.cxx32 : dpSource(new char[2]), in CharacterSource()
39 dpSource[nSourceSize] = NULCH; in CharacterSource()
45 delete [] dpSource; in ~CharacterSource()
51 if (dpSource != 0) in LoadText()
52 delete [] dpSource; in LoadText()
64 dpSource[nSourceSize] = NULCH; in LoadText()
98 dpSource[nLastCut] = NULCH; in CutToken()
110 dpSource[nLastCut] = NULCH; in BeginSource()
120 delete [] dpSource; in MoveOn_OverStack()
122 dpSource = aState.dpSource; in MoveOn_OverStack()
[all …]
/aoo41x/main/autodoc/source/inc/tools/
H A Dtkpchars.hxx99 DYN char * dpSource; member
108 DYN char * dpSource,
124 DYN char * dpSource; member in CharacterSource
139 Cerr() << char(dpSource[nCurPos+1]) << Flush(); in MoveOn()
142 return dpSource[++nCurPos]; in MoveOn()
146 return dpSource[nCurPos = nSourceSize]; in MoveOn()
150 { return nCurPos != nLastCut ? dpSource[nCurPos] : cCharAtLastCut; } in CurChar()
153 { return &dpSource[nLastTokenStart]; } in CurToken()

Completed in 10 milliseconds