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

/macosx-10.10/ncurses-44/ncurses/form/
H A Dfrm_driver.c2612 bool There_Is_Room = Is_There_Room_For_A_Char_In_Line(form); local
2614 if (There_Is_Room ||
2617 if (!There_Is_Room && !Field_Grown(field, 1))
3951 bool There_Is_Room = Is_There_Room_For_A_Char_In_Line(form); local
3953 if (!(There_Is_Room ||
3957 if (!There_Is_Room && !Field_Grown(field, 1))

Completed in 67 milliseconds