Searched refs:end_char (Results 1 – 2 of 2) sorted by relevance
193 static void modeline_options(constant char *str, char end_char) in modeline_options() 199 if (*str == '\0' || *str == end_char) in modeline_options() 192 modeline_options(char * str,char end_char) modeline_options() argument
2556 Remove end_char argument; it's always '\n'. All callers changed.