Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dline.c851 lbool need_shift; in store_char() local
963 need_shift = (cshift < hshift); in store_char()
964 if (!need_shift && w <= 0 && linebuf.end <= linebuf.print+1 && is_composing_char(ch) && in store_char()
966 need_shift = TRUE; in store_char()
971 if (need_shift) in store_char()