Home
last modified time | relevance | path

Searched defs:isVariableName (Results 1 – 4 of 4) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/scriptvm/editor/
H A DSourceToken.h90 bool isVariableName() const { return baseType == VARIABLE_NAME; } in isVariableName() function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalyzerLib.hs870 isVariableName (x:r) = isVariableStartChar x && all isVariableChar r function
871 isVariableName _ = False function
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/scriptvm/
H A Dcommon.cpp265 bool VMSourceToken::isVariableName() const { in isVariableName() function in LinuxSampler::VMSourceToken
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/aspectj/
H A DAbstractAspectJAdvice.java331 private boolean isVariableName(String name) { in isVariableName() method in AbstractAspectJAdvice