Home | History | Annotate | Download | only in runtime

Lines Matching refs:close_bracket

1145     const char* close_bracket = strchr(text, ']');
1146 if (close_bracket != NULL) {
1147 text = close_bracket + 2;