Home
last modified time | relevance | path

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

/openbsd/src/lib/libform/
Dfrm_driver.c2727 bool There_Is_Room = Is_There_Room_For_A_Char_In_Line(form); in FE_Insert_Character() local
2729 if (There_Is_Room || in FE_Insert_Character()
2732 if (!There_Is_Room && !Field_Grown(field, 1)) in FE_Insert_Character()
4101 bool There_Is_Room = Is_There_Room_For_A_Char_In_Line(form); in Data_Entry_w() local
4103 if (!(There_Is_Room || in Data_Entry_w()
4107 if (!There_Is_Room && !Field_Grown(field, 1)) in Data_Entry_w()
4182 bool There_Is_Room = Is_There_Room_For_A_Char_In_Line(form); in Data_Entry() local
4184 if (!(There_Is_Room || in Data_Entry()
4188 if (!There_Is_Room && !Field_Grown(field, 1)) in Data_Entry()