Lines Matching refs:brace
783 char *brace = strrchr(name,'[');784 if (!brace || sscanf(brace+1,"%d",&arrIndex) != 1) {