Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dtoke.c53 #define isCONTROLVAR(x) (isUPPER(x) || strchr("[\\]^_?", (x))) macro
9159 if (*d == '^' && *s && isCONTROLVAR(*s)) {