Home | History | Annotate | Download | only in config

Lines Matching refs:cont

4497 sh_end_of_match (char *cont, char *what)
4501 if (strncasecmp (cont, what, strlen (what)) == 0
4502 && ! is_part_of_name (cont[len]))
4503 return cont + len;