Home
last modified time | relevance | path

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

/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslrline.c46 This_RLI->point = This_RLI->len; in rl_eol()
54 if(iskanji(This_RLI->buf[This_RLI->point])) This_RLI->point++; in rl_right()
65 if(iskanji2nd(This_RLI->buf, This_RLI->point)) This_RLI->point--; in rl_left()
75 if (This_RLI->len == This_RLI->buf_len) in rl_self_insert()
82 pmin = This_RLI->buf + This_RLI->point; in rl_self_insert()
152 p = This_RLI->buf + This_RLI->point; in rl_deln()
153 pmax = This_RLI->buf + This_RLI->len; in rl_deln()
195 p = This_RLI->buf + This_RLI->point; in rl_trim()
196 pmax = This_RLI->buf + This_RLI->len; in rl_trim()
228 This_RLI->len = This_RLI->point; in rl_deleol()
[all …]
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslrline.c184 This_RLI->point = This_RLI->len; in SLrline_eol()
193 s = This_RLI->buf + This_RLI->point; in rl_right()
194 smax = This_RLI->buf + This_RLI->len; in rl_right()
203 This_RLI->point = s - This_RLI->buf; in rl_right()
224 This_RLI->point = s - This_RLI->buf; in rl_left()
295 p = This_RLI->buf + This_RLI->point; in SLrline_del()
296 pmax = This_RLI->buf + This_RLI->len; in SLrline_del()
343 p = This_RLI->buf + This_RLI->point; in rl_trim()
344 pmax = This_RLI->buf + This_RLI->len; in rl_trim()
390 This_RLI->len = This_RLI->point; in rl_deleol()
[all …]