is_break_char     247 src/editor/edit-impl.h gboolean is_break_char (char c);
is_break_char     409 src/editor/editbuffer.c         if (is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n')
is_break_char     421 src/editor/editbuffer.c     while (!(is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n'));
is_break_char     453 src/editor/editbuffer.c     if (is_break_char (c))
is_break_char     464 src/editor/editbuffer.c         if (is_break_char (c))
is_break_char     701 src/editor/spell.c         while (is_break_char (c1) || is_break_char (c2));