40 const entry* entryPtr = lookupEntryPtr(keyword, recursive, patternMatch);
62 const entry* entryPtr = lookupEntryPtr(keyword, recursive, patternMatch);
85 const entry* entryPtr = lookupEntryPtr(k, recursive, patternMatch);
112 #if __GNUC__ == 4 && __GNUC_MINOR__ < 4
117 inline Switch dictionary::lookupOrDefault<Switch>
125 const entry* entryPtr = lookupEntryPtr(keyword, recursive, patternMatch);
139 Switch Foam::dictionary::lookupOrAddDefault<Switch>
147 const entry* entryPtr = lookupEntryPtr(keyword, recursive, patternMatch);
151 return Switch(entryPtr->stream());
155 add(
new primitiveEntry(keyword, deflt));