Home
last modified time | relevance | path

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

/dports/editors/nedit/nedit-5.7/source/
H A Dhighlight.h78 int StyleLengthOfCodeFromPos(WindowInfo *window, int pos, const char **checkStyleName);
H A Dhighlight.c1141 const char **checkStyleName) in StyleLengthOfCodeFromPos() argument
1163 if ((*checkStyleName) == NULL) in StyleLengthOfCodeFromPos()
1164 (*checkStyleName) = entry->styleName; in StyleLengthOfCodeFromPos()
1167 strcmp(entry->styleName, (*checkStyleName)) == 0)) { in StyleLengthOfCodeFromPos()