Home
last modified time | relevance | path

Searched refs:rl_vi_bracktype (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/lib/libreadline/
Dvi_mode.c1169 if ((brack = rl_vi_bracktype (rl_line_buffer[rl_point])) == 0)
1173 while ((brack = rl_vi_bracktype (rl_line_buffer[rl_point])) == 0)
1182 while ((brack = rl_vi_bracktype (rl_line_buffer[rl_point])) == 0 &&
1211 int b = rl_vi_bracktype (rl_line_buffer[pos]);
1235 int b = rl_vi_bracktype (rl_line_buffer[pos]);
1253 rl_vi_bracktype (c) in rl_vi_bracktype() function
Dreadline.h259 extern int rl_vi_bracktype PARAMS((int));