Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfty_enum.c218 #define SKIP_SPACE(x) while(((*(x))!='\0') && (is_blank(*(x)))) (x)++
H A Dform.priv.h171 #define is_blank(c) ((c)==C_BLANK) macro
H A Dfrm_driver.c2396 is_blank(last_char_in_line)) ? TRUE : FALSE); in Is_There_Room_For_A_Char_In_Line()