Home
last modified time | relevance | path

Searched refs:leftright (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/nvi/vi/
HDvs_relative.c102 int ch, leftright, listset; in vs_columns() local
130 leftright = O_ISSET(sp, O_LEFTRIGHT); in vs_columns()
151 if (!leftright && curoff >= sp->cols) \ in vs_columns()
227 int ch = 0, leftright, listset; in vs_colpos() local
239 leftright = O_ISSET(sp, O_LEFTRIGHT); in vs_colpos()
261 if (leftright && ch == '\t') in vs_colpos()
/trueos/contrib/gdtoa/
HDdtoa.c119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
300 leftright = 1;
310 leftright = 0;
318 leftright = 0;
331 leftright = 0;
387 if (leftright) {
497 if (leftright) {
518 if (leftright) {
538 if ((mode < 2 || leftright)
589 if (leftright)
[all …]
HDgdtoa.c157 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
289 leftright = 1;
299 leftright = 0;
307 leftright = 0;
390 if (leftright) {
505 if (leftright) {
539 if (leftright) {
585 if (leftright)
604 if (leftright) {
/trueos/contrib/nvi/docs/USD.doc/vi.man/
HDspell.ok88 leftright
/trueos/contrib/jemalloc/include/jemalloc/internal/
HDrb.h720 a_type *leftright = rbtn_right_get(a_type, a_field, \
723 leftright); \
750 assert(leftright != &rbtree->rbt_nil); \
751 rbtn_red_set(a_type, a_field, leftright); \
/trueos/contrib/nvi/docs/USD.doc/vi.ref/
HDindex.so144 leftright 59
HDspell.ok212 leftright
/trueos/contrib/nvi/docs/
HDchangelog15 + Fix bugs when both the leftright scrolling and number edit options
76 + Fix bug in leftright scrolling where <CR> during text input didn't
141 + Fix leftright screen bug where the screen wasn't repainted when
204 + Fix core dumps in both leftright and folded screens when tabstops
903 + Fix leftright scrolling bug, when moving to a shorter line.