Home
last modified time | relevance | path

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

/dports/editors/nedit/nedit-5.7/source/
H A DregularExp.c412 (c) == '?' || (c) == Brace_Char)
493 static unsigned char Brace_Char; variable
553 Brace_Char = '{'; in CompileRE()
556 Brace_Char = '*'; /* Bypass the '{' in */ in CompileRE()
843 } else if (*(Reg_Parse) == '{' && Brace_Char == '{') { in chunk()
/dports/audio/praat/praat-6.2.03/melder/
H A DregularExp.cpp407 (c) == '?' || (c) == Brace_Char)
472 static char32 Brace_Char; variable
533 Brace_Char = '{'; in CompileRE()
536 Brace_Char = '*'; /* Bypass the '{' in */ in CompileRE()
833 } else if (* (Reg_Parse) == '{' && Brace_Char == '{') { in chunk()