Searched refs:indexend (Results 1 – 1 of 1) sorted by relevance
65 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local100 indexend = strchr(index, ']'); in normalize_protected_variable()101 indexend = indexend ? indexend + 1 : index + strlen(index); in normalize_protected_variable()105 s += indexend-index; in normalize_protected_variable()107 s = indexend; in normalize_protected_variable()
Completed in 11 milliseconds