Home
last modified time | relevance | path

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

/dports/editors/nedit/nedit-5.7/source/
H A DsmartIndent.c1237 static smartIndentRec emptyIndentSpec = {NULL, NULL, NULL, NULL}; in langModeCB() local
1249 oldMacros = i == NSmartIndentSpecs ? &emptyIndentSpec : SmartIndentSpecs[i]; in langModeCB()
1270 if (oldMacros == &emptyIndentSpec) in langModeCB()