Home
last modified time | relevance | path

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

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