Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dline.c889 do { if (store_prchar((c), (pos))) return 1; } while (0) in pappend()
891 static int store_prchar(LWCHAR c, POSITION pos) in pappend()
905 if (store_prchar((LWCHAR) mbc_buf[i], pos)) in pappend()
858 static int store_prchar(LWCHAR c, POSITION pos) store_prchar() function