right             131 src/editor/syntax.c     GString *right;
right             179 src/editor/syntax.c     g_string_free (r->right, TRUE);
right             431 src/editor/syntax.c             && r->right->len != 0
right             432 src/editor/syntax.c             && (e = compare_word_to_right (edit, i, r->right, r->whole_word_chars_left,
right             486 src/editor/syntax.c                         if (r->right != NULL && r->right->len != 0
right             487 src/editor/syntax.c                             && r->right->str[r->right->len - 1] == '\n')
right             526 src/editor/syntax.c                         if (r->right->len != 0)
right             527 src/editor/syntax.c                             e = compare_word_to_right (edit, i, r->right, r->whole_word_chars_left,
right            1070 src/editor/syntax.c                 c->right = g_string_new (" ");
right            1114 src/editor/syntax.c                 c->right = g_string_new (*a++);
right            1116 src/editor/syntax.c                 c->first_right = c->right->str[0];
right             138 src/learn.c    learn_move (gboolean right)
right             146 src/learn.c                if (right)
right             135 src/viewer/display.c         int right;
right             137 src/viewer/display.c         right = view->status_area.x + view->status_area.cols;
right             138 src/viewer/display.c         widget_gotoyx (view, top, right - 4);
right             141 src/viewer/display.c         widget_gotoyx (view, top, right - 1);