Searched refs:FIELD_CELL (Results 1 – 6 of 6) sorted by relevance
211 static FIELD_CELL myBLANK = BLANK;212 static FIELD_CELL myZEROS;361 NCURSES_INLINE static FIELD_CELL *362 Get_Start_Of_Data(FIELD_CELL *buf, int blen) in Get_Start_Of_Data()364 FIELD_CELL *p = buf; in Get_Start_Of_Data()365 FIELD_CELL *end = &buf[blen]; in Get_Start_Of_Data()383 NCURSES_INLINE static FIELD_CELL *384 After_End_Of_Data(FIELD_CELL *buf, int blen) in After_End_Of_Data()386 FIELD_CELL *p = &buf[blen]; in After_End_Of_Data()403 NCURSES_INLINE static FIELD_CELL *[all …]
63 (FIELD_CELL *)0, /* buf */278 static const FIELD_CELL blank = BLANK; in new_field()279 static const FIELD_CELL zeros = ZEROS; in new_field()316 if ((New_Field->buf = (FIELD_CELL *)malloc(len))) in new_field()325 FIELD_CELL *buffer = &(New_Field->buf[(cells + 1) * i]); in new_field()
50 #define FIELD_CELL NCURSES_CH_T macro57 #define FIELD_CELL char macro103 ( (Buffer_Length(field) + 1) * (1+(field)->nbuf) * sizeof(FIELD_CELL) )
85 if ((New_Field->buf = (FIELD_CELL *)malloc(len))) in NCURSES_EXPORT()
46 typedef void *FIELD_CELL; typedef95 FIELD_CELL * buf; /* field buffers */
88 FIELD_CELL cell; in Only_Padding()