Lines Matching refs:i386_comment_chars
416 const char *i386_comment_chars = "#/";421 const char *i386_comment_chars = "#";9720 n = (char *) xmalloc (strlen (i386_comment_chars) + 1);9722 for (s = i386_comment_chars; *s != '\0'; s++)9726 i386_comment_chars = n;