is_break_char     253 src/editor/edit-impl.h gboolean is_break_char (char c);
is_break_char     410 src/editor/editbuffer.c         if (is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n')
is_break_char     422 src/editor/editbuffer.c     while (!(is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n'));
is_break_char     454 src/editor/editbuffer.c     if (is_break_char (c))
is_break_char     465 src/editor/editbuffer.c         if (is_break_char (c))
is_break_char     676 src/editor/spell.c         while (is_break_char (c1) || is_break_char (c2));