Searched refs:rl_byte_oriented (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/contrib/libreadline/
H A Drlmbutil.h116 ((MB_CUR_MAX > 1 && rl_byte_oriented == 0) \
120 ((MB_CUR_MAX > 1 && rl_byte_oriented == 0) \
153 extern int rl_byte_oriented;
H A Ddisplay.c89 ((MB_CUR_MAX > 1 && rl_byte_oriented == 0) ? prompt_physical_chars : prompt_last_invisible+1)
236 if ((MB_CUR_MAX <= 1 || rl_byte_oriented) && strchr (pmt, RL_PROMPT_START_IGNORE) == 0)
277 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
651 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
680 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
697 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
712 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
821 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
857 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
904 if (MB_CUR_MAX > 1 && rl_byte_oriented
[all...]
H A Dmbutil.c62 int rl_byte_oriented = 0; variable
64 int rl_byte_oriented = 1; variable
330 if (MB_LEN_MAX == 1 || rl_byte_oriented)
H A Dvi_mode.c600 if (MB_CUR_MAX == 1 || rl_byte_oriented)
797 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
849 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
860 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1170 if (count > 1 && MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1172 else if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1200 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1357 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1387 if (MB_CUR_MAX == 1 || rl_byte_oriented)
1414 if (MB_CUR_MAX == 1 || rl_byte_oriented)
[all...]
H A Dtext.c291 if (MB_CUR_MAX == 1 || rl_byte_oriented)
367 if (MB_CUR_MAX == 1 || rl_byte_oriented)
588 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
595 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
641 if (MB_CUR_MAX == 1 || rl_byte_oriented)
775 if (MB_CUR_MAX == 1 || rl_byte_oriented)
817 if (count > 0 && MB_CUR_MAX > 1 && rl_byte_oriented == 0)
826 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1050 else if (MB_CUR_MAX == 1 || rl_byte_oriented)
1091 if (MB_CUR_MAX > 1 && rl_byte_oriented
[all...]
H A Disearch.c311 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
381 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
520 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Dhistexpand.c209 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
443 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
563 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
703 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
992 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1080 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Drlprivate.h144 extern int rl_byte_oriented;
H A Dsearch.c290 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Dutil.c267 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Dcomplete.c1070 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1083 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1106 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Dbind.c1416 { "byte-oriented", &rl_byte_oriented, 0 },

Completed in 183 milliseconds