Lines Matching defs:character
569 { /* Check if a character is allowed in ID attributes. This list differs
577 /* First character can only be a letter. */
1172 xml_add_char (int character)
1181 && !cr_or_whitespace (character) && !in_indexterm)
1188 && !xml_no_para && character != '\r' && character != '\n'
1189 && character != ' ' && !is_in_insertion_of_type (copying))
1219 if (character == '\r' || character == '\n' || character == '\t' || character == ' ')
1226 && !cr_or_whitespace (character) && !in_fixed_width_font)
1229 if (xml_in_para && character == '\n' && xml_last_character == '\n'
1238 if (xml_in_menu_entry_comment && character == '\n' && xml_last_character == '\n')
1246 if (xml_in_menu_entry_comment && whitespace(character)
1250 if (character == '\n' && !xml_in_para && !inhibit_paragraph_indentation)
1253 xml_last_character = character;
1255 if (character == '&' && escape_html)
1257 else if (character == '<' && escape_html)
1259 else if (character == '\n' && !xml_keep_space)
1267 insert (character);