right             113 src/editor/syntax.c     GString *right;
right             161 src/editor/syntax.c     g_string_free (r->right, TRUE);
right             410 src/editor/syntax.c             && r->right->len != 0 && (e =
right             411 src/editor/syntax.c                                       compare_word_to_right (edit, i, r->right,
right             466 src/editor/syntax.c                         if (r->right != NULL && r->right->len != 0
right             467 src/editor/syntax.c                             && r->right->str[r->right->len - 1] == '\n')
right             507 src/editor/syntax.c                         if (r->right->len != 0)
right             508 src/editor/syntax.c                             e = compare_word_to_right (edit, i, r->right, r->whole_word_chars_left,
right            1051 src/editor/syntax.c                 c->right = g_string_new (" ");
right            1095 src/editor/syntax.c                 c->right = g_string_new (*a++);
right            1097 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             139 src/viewer/display.c         int right;
right             141 src/viewer/display.c         right = view->status_area.x + view->status_area.cols;
right             142 src/viewer/display.c         widget_gotoyx (view, top, right - 4);
right             145 src/viewer/display.c         widget_gotoyx (view, top, right - 1);