Home
last modified time | relevance | path

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

/openbsd-src/bin/ed/
H A Dre.c41 static char *parse_char_class(char *);
102 if ((nd = parse_char_class(++nd)) == NULL) { in extract_pattern()
125 parse_char_class(char *s) in parse_char_class() function