Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c1013 static size_t x_nb2nc(size_t) MKSH_A_PURE;
1153 x_nb2nc(size_t nb) in x_nb2nc() function
1571 return (x_nb2nc(nb)); in x_bword()
1590 nc = x_nb2nc(cp - xcp); in x_fword()
2257 x_delete(x_nb2nc(ndel), true); in x_kill()
2301 x_delete(x_nb2nc(len), false); in x_meta_yank()
2626 x_delete(x_nb2nc(rsize), true); in x_kill_region()
2719 x_delete(x_nb2nc(end - start), false); in x_expand()