char_quoted       811 src/syntax.c             && char_quoted (from, from_byte))
char_quoted      2357 src/syntax.c             && !(comment_end_can_be_escaped && char_quoted (from, from_byte)))
char_quoted      2538 src/syntax.c   	  bool quoted = char_quoted (from, from_byte);
char_quoted      2548 src/syntax.c   	      && !char_quoted (from - 1, dec_bytepos (from_byte)))
char_quoted      2578 src/syntax.c   			  && !char_quoted (from, from_byte))
char_quoted      2890 src/syntax.c   	  if (code != Sendcomment && char_quoted (from, from_byte))
char_quoted      2915 src/syntax.c   		  quoted = char_quoted (from - 1, temp_pos);
char_quoted      2987 src/syntax.c   		  if (!char_quoted (from, from_byte))
char_quoted      3006 src/syntax.c   		  if (!char_quoted (from, from_byte))
char_quoted      3116 src/syntax.c     while (!char_quoted (pos, pos_byte)