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

/freebsd-10.0-release/contrib/ncurses/form/
H A Dfld_def.c63 (FIELD_CELL *)0, /* buf */
278 static const FIELD_CELL blank = BLANK;
279 static const FIELD_CELL zeros = ZEROS;
316 if ((New_Field->buf = (FIELD_CELL *)malloc(len)))
325 FIELD_CELL *buffer = &(New_Field->buf[(cells + 1) * i]);
H A Dform.priv.h50 #define FIELD_CELL NCURSES_CH_T macro
57 #define FIELD_CELL char macro
103 ( (Buffer_Length(field) + 1) * (1+(field)->nbuf) * sizeof(FIELD_CELL) )
H A Dfld_dup.c85 if ((New_Field->buf = (FIELD_CELL *)malloc(len)))
H A Dfrm_driver.c211 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)
364 FIELD_CELL *p = buf;
365 FIELD_CELL *end = &buf[blen];
383 NCURSES_INLINE static FIELD_CELL *
384 After_End_Of_Data(FIELD_CELL *buf, int blen)
386 FIELD_CELL *p = &buf[blen];
403 NCURSES_INLINE static FIELD_CELL *
[all...]
H A Dfrm_data.c88 FIELD_CELL cell;
H A Dform.h46 typedef void *FIELD_CELL; typedef
95 FIELD_CELL * buf; /* field buffers */

Completed in 126 milliseconds