Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrLexer.h118 extern const char* binopchars;
H A DPyrLexer.cpp103 const char* binopchars = "!@%&*-+=|<>?/"; variable
521 if (strchr(binopchars, c)) in yylex()
528 } else if (strchr(binopchars, c)) in yylex()
596 if (strchr(binopchars, c)) in yylex()