Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/Ted/
H A DtedFind.c145 MemoryBuffer * mbGuess, in tedSpellFindNext() argument
186 if ( mbGuess && utilMemoryBufferGetRange( in tedSpellFindNext()
187 mbGuess, &(dsNew.dsTail.dpNode->biParaStringBuffer), in tedSpellFindNext()
H A DtedFind.h28 MemoryBuffer * mbGuess,
/dports/editors/ted/Ted-2.23/appFrame/
H A DappSpellTool.c185 MemoryBuffer mbGuess; in appSpellToolFindNext() local
187 utilInitMemoryBuffer( &mbGuess ); in appSpellToolFindNext()
204 if ( ! (*sc->scFindNext)( ast->astApplication, &mbGuess, sc, sd ) ) in appSpellToolFindNext()
207 appSpellMakeGuesses( ast, utilMemoryBufferGetString( &mbGuess ) ); in appSpellToolFindNext()
213 utilCleanMemoryBuffer( &mbGuess ); in appSpellToolFindNext()