Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1048 char bracket[3]; in bothcases() local
1056 p->next = bracket; in bothcases()
1057 p->end = bracket+2; in bothcases()
1058 bracket[0] = ch; in bothcases()
1059 bracket[1] = ']'; in bothcases()
1060 bracket[2] = '\0'; in bothcases()
1062 assert(p->next == bracket+2); in bothcases()
1106 char bracket[4]; in nonnewline() local
1113 p->next = bracket; in nonnewline()
1114 p->end = bracket+3; in nonnewline()
[all …]