right             133 src/editor/syntax.c     GString *right;
right             181 src/editor/syntax.c     g_string_free (r->right, TRUE);
right             433 src/editor/syntax.c             && r->right->len != 0
right             434 src/editor/syntax.c             && (e = compare_word_to_right (edit, i, r->right, r->whole_word_chars_left,
right             488 src/editor/syntax.c                         if (r->right != NULL && r->right->len != 0
right             489 src/editor/syntax.c                             && r->right->str[r->right->len - 1] == '\n')
right             528 src/editor/syntax.c                         if (r->right->len != 0)
right             529 src/editor/syntax.c                             e = compare_word_to_right (edit, i, r->right, r->whole_word_chars_left,
right            1074 src/editor/syntax.c                 c->right = g_string_new (" ");
right            1118 src/editor/syntax.c                 c->right = g_string_new (*a++);
right            1120 src/editor/syntax.c                 c->first_right = c->right->str[0];
right             139 src/learn.c    learn_move (gboolean right)
right             147 src/learn.c                if (right)
right             133 src/viewer/display.c         int right;
right             135 src/viewer/display.c         right = view->status_area.x + view->status_area.cols;
right             136 src/viewer/display.c         widget_gotoyx (view, top, right - 4);
right             139 src/viewer/display.c         widget_gotoyx (view, top, right - 1);