Home
last modified time | relevance | path

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

/dports/x11-toolkits/fox14/fox-1.4.35/adie/
H A DTextWindow.cpp2995 register FXint probepos,safepos,beforesafepos,runstyle,s; in findRestylePoint() local
3005 runstyle=editor->getStyle(probepos); in findRestylePoint()
3006 if(runstyle==0) return probepos; in findRestylePoint()
3017 if(s==runstyle){ in findRestylePoint()
3021 style=runstyle; in findRestylePoint()
3030 if(syntax->isAncestor(s,runstyle)){ in findRestylePoint()
3036 if(syntax->isAncestor(runstyle,s)){ in findRestylePoint()
3037 style=runstyle; in findRestylePoint()
3042 if(syntax->getRule(s)->getParent()==syntax->getRule(runstyle)->getParent()){ in findRestylePoint()
/dports/x11-toolkits/fox16/fox-1.6.57/adie/
H A DTextWindow.cpp3007 register FXint probepos,safepos,beforesafepos,runstyle,s; in findRestylePoint() local
3017 runstyle=editor->getStyle(probepos); in findRestylePoint()
3018 if(runstyle==0) return probepos; in findRestylePoint()
3029 if(s==runstyle){ in findRestylePoint()
3033 style=runstyle; in findRestylePoint()
3042 if(syntax->isAncestor(s,runstyle)){ in findRestylePoint()
3048 if(syntax->isAncestor(runstyle,s)){ in findRestylePoint()
3049 style=runstyle; in findRestylePoint()
3054 if(syntax->getRule(s)->getParent()==syntax->getRule(runstyle)->getParent()){ in findRestylePoint()
/dports/x11-toolkits/fox17/fox-1.7.77/adie/
H A DTextWindow.cpp4684 FXint probepos,safepos,beforesafepos,runstyle,s; in findRestylePoint() local
4696 runstyle=editor->getStyle(probepos); in findRestylePoint()
4699 if(runstyle==0) return probepos; in findRestylePoint()
4714 if(runstyle!=s){ in findRestylePoint()
4717 if(syntax->isAncestor(s,runstyle)){ in findRestylePoint()
4723 if(syntax->isAncestor(runstyle,s)){ in findRestylePoint()
4724 style=runstyle; in findRestylePoint()
4729 style=syntax->commonAncestor(runstyle,s); in findRestylePoint()
4738 style=runstyle; in findRestylePoint()
/dports/lang/gawk/gawk-5.1.1/test/
H A Dprofile5.awk2091 …= startdir? ; _startdir WorkingDirectoryExpanded= ; runstyle /R: RunStyle…