is_break_char 229 src/editor/edit-impl.h gboolean is_break_char (char c); is_break_char 407 src/editor/editbuffer.c if (is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n') is_break_char 419 src/editor/editbuffer.c while (!(is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n')); is_break_char 451 src/editor/editbuffer.c if (is_break_char (c)) is_break_char 462 src/editor/editbuffer.c if (is_break_char (c)) is_break_char 694 src/editor/spell.c while (is_break_char (c1) || is_break_char (c2));