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

/freebsd-13-stable/contrib/ncurses/form/
H A Dfld_def.c64 (FIELD_CELL *)0, /* buf */
280 static const FIELD_CELL blank = BLANK;
281 static const FIELD_CELL zeros = ZEROS;
318 if ((New_Field->buf = (FIELD_CELL *)malloc(len)))
327 FIELD_CELL *buffer = &(New_Field->buf[(cells + 1) * i]);
H A Dfrm_data.c89 FIELD_CELL cell;
107 cell = (FIELD_CELL) winch(w);
H A Dfld_dup.c86 if ((New_Field->buf = (FIELD_CELL *)malloc(len)))
H A Dform.priv.h54 #define FIELD_CELL NCURSES_CH_T macro
61 #define FIELD_CELL char macro
126 ( (size_t)(Buffer_Length(field) + 1) * (size_t)(1+(field)->nbuf) * sizeof(FIELD_CELL) )
223 extern NCURSES_EXPORT(void) _nc_get_fieldbuffer(FORM*, FIELD*, FIELD_CELL*);
H A Dfrm_driver.c213 static FIELD_CELL myBLANK = BLANK;
214 static FIELD_CELL myZEROS;
385 NCURSES_INLINE static FIELD_CELL *
386 Get_Start_Of_Data(FIELD_CELL *buf, int blen)
388 FIELD_CELL *p = buf;
389 FIELD_CELL *end = &buf[blen];
407 NCURSES_INLINE static FIELD_CELL *
408 After_End_Of_Data(FIELD_CELL *buf, int blen)
410 FIELD_CELL *p = &buf[blen];
427 NCURSES_INLINE static FIELD_CELL *
[all...]
H A Dform.h48 typedef void *FIELD_CELL; typedef
103 FIELD_CELL * buf; /* field buffers */

Completed in 80 milliseconds