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

/freebsd-9.3-release/lib/ncurses/form/
H A DMakefile116 form_field_new.3 new_field.3 \
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfld_def.c261 | Function : FIELD *new_field( int rows, int cols,
276 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) function
284 T((T_CALLED("new_field(%d,%d,%d,%d,%d,%d)"), rows, cols, frow, fcol, nrow, nbuf));
H A Dllib-lform159 #undef new_field
160 FIELD *new_field(
H A Dllib-lformw159 #undef new_field
160 FIELD *new_field(
H A Dform.h309 extern NCURSES_EXPORT(FIELD *) new_field (int,int,int,int,int,int);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c2568 struct nextfield *new_field; local
2574 new_field = (struct nextfield *) xmalloc (sizeof (struct nextfield));
2575 make_cleanup (xfree, new_field);
2576 memset (new_field, 0, sizeof (struct nextfield));
2577 new_field->next = fip->fields;
2578 fip->fields = new_field;
2585 new_field->accessibility = DW_ACCESS_public;
2587 new_field->accessibility = DW_ACCESS_private;
2588 new_field->virtuality = DW_VIRTUALITY_none;
2592 new_field
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h761 extern FIELD * new_field(int, int, int, int, int, int);

Completed in 117 milliseconds