Home
last modified time | relevance | path

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

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dlex.c3580 parse_numeric_escape (char * cp, unsigned char * p_char) in parse_numeric_escape() function
3898 cp2 = parse_numeric_escape(cp-1, (unsigned char *)&c); in parse_escaped_char()
/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex_core.py1227 return parse_numeric_escape(source, info, ch, in_set)
1232 def parse_numeric_escape(source, info, ch, in_set): function
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex_core.py1237 return parse_numeric_escape(source, info, ch, in_set)
1242 def parse_numeric_escape(source, info, ch, in_set): function
/dports/games/ldmud/ldmud-3.3.720/
H A DCHANGELOG1028 parse_numeric_escape(): Removed a comparison of unsigned long < 0 which is