Home
last modified time | relevance | path

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

/openbsd/lib/libform/
H A Dfrm_driver.c2390 int last_char_in_line; in Is_There_Room_For_A_Char_In_Line() local
2393 last_char_in_line = (int)(winch(form->w) & A_CHARTEXT); in Is_There_Room_For_A_Char_In_Line()
2395 return (((last_char_in_line == form->current->pad) || in Is_There_Room_For_A_Char_In_Line()
2396 is_blank(last_char_in_line)) ? TRUE : FALSE); in Is_There_Room_For_A_Char_In_Line()