/illumos-gate/usr/src/lib/libeti/form/inc/ |
H A D | form.h | 101 FIELD; typedef 125 FIELD ** field; /* field [maxfield] */ 126 FIELD * current; /* current field */ 251 extern FIELD * _DEFAULT_FIELD; 270 extern FIELD * new_field(int, int, int, int, int, int); 271 extern FIELD * dup_field(FIELD *, int, int); 272 extern FIELD * link_field(FIELD *, int, int); 273 extern int free_field(FIELD *); 274 extern int field_info(FIELD *, int *, int *, int *, int *, 276 extern int dynamic_field_info(FIELD *, int *, int *, int *); [all …]
|
H A D | utility.h | 219 extern int _checkfield(FIELDTYPE *, FIELD *, char *); 221 extern int _nextchoice(FIELDTYPE *, FIELD *, char *); 222 extern int _prevchoice(FIELDTYPE *, FIELD *, char *); 224 extern BOOLEAN _grow_field(FIELD *, int); 225 extern FIELD * _first_active(FORM *); 230 extern void _buf_to_win(FIELD *, WINDOW *); 231 extern void _win_to_buf(WINDOW *, FIELD *); 234 extern int _sync_linked(FIELD *); 235 extern int _sync_field(FIELD *); 236 extern int _sync_attrs(FIELD *); [all …]
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | field.c | 45 static FIELD default_field = 73 (FIELD *)0, /* snext */ 74 (FIELD *)0, /* sprev */ 75 (FIELD *)0, /* link */ 83 FIELD * _DEFAULT_FIELD = &default_field; 90 MakeType(FIELD *f, va_list *ap) in MakeType() 111 CopyType(FIELD *f, FIELD *fsrc) in CopyType() 133 FreeType(FIELD *f) in FreeType() 143 FIELD * 153 FIELD *f = (FIELD *) 0; in new_field() [all …]
|
H A D | chg_field.c | 44 static FIELD * 45 next(FIELD *f) in next() 48 FIELD **p = t->field + f->index; in next() 49 FIELD **pmin = t->field + Pmin(t, P(t)); in next() 50 FIELD **pmax = t->field + Pmax(t, P(t)); in next() 61 static FIELD * 62 prev(FIELD *f) in prev() 65 FIELD **p = t->field + f->index; in prev() 66 FIELD **pmin = t->field + Pmin(t, P(t)); in prev() 67 FIELD **pmax = t->field + Pmax(t, P(t)); in prev() [all …]
|
H A D | form.c | 58 (FIELD **) 0, /* field */ 59 (FIELD *) 0, /* current */ 74 static FIELD * 75 insert(FIELD *f, FIELD *head) in insert() 77 FIELD *p; in insert() 78 FIELD *newhead; in insert() 92 head = (FIELD *) 0; in insert() 113 FIELD **field; in sort_form() 114 FIELD *p; in sort_form() 120 p = (FIELD *) 0; in sort_form() [all …]
|
H A D | chg_char.c | 103 FIELD * c = C(f); in _next_word() 143 FIELD * c = C(f); in _prev_word() 163 FIELD * c = C(f); in _beg_field() 174 FIELD * c = C(f); in _end_field() 191 FIELD *c = C(f); in _beg_line() 202 FIELD *c = C(f); in _end_line() 263 FIELD *c = C(f); in _scr_fline() 278 FIELD *c = C(f); in _scr_bline() 293 FIELD * c = C(f); in _scr_fpage() 310 FIELD * c = C(f); in _scr_bpage() [all …]
|
H A D | field_opts.c | 37 set_field_opts(FIELD *f, OPTIONS opts) in set_field_opts() 43 field_opts(FIELD *f) in field_opts() 49 field_opts_on(FIELD *f, OPTIONS opts) in field_opts_on() 51 FIELD *x = Field(f); in field_opts_on() 57 field_opts_off(FIELD *f, OPTIONS opts) in field_opts_off() 59 FIELD *x = Field(f); in field_opts_off()
|
H A D | utility.c | 107 _buf_to_win(FIELD *f, WINDOW *w) in _buf_to_win() 125 _win_to_buf(WINDOW *w, FIELD *f) in _win_to_buf() 146 FIELD * c = C(f); in _pos_form_cursor() 181 FIELD * c = C(f); in _update_current() 243 justify(FIELD *f, WINDOW *w) in justify() 268 unjustify(FIELD *f, WINDOW *w) in unjustify() 294 _sync_linked(FIELD *f) in _sync_linked() 296 FIELD * p = f -> link; in _sync_linked() 309 display_field(FIELD *f) in display_field() 335 erase_field(FIELD *f) in erase_field() [all …]
|
H A D | chg_page.c | 64 return (_set_form_page(f, next(f), (FIELD *) 0)); in _next_page() 70 return (_set_form_page(f, prev(f), (FIELD *) 0)); in _prev_page() 76 return (_set_form_page(f, first(f), (FIELD *) 0)); in _first_page() 82 return (_set_form_page(f, last(f), (FIELD *) 0)); in _last_page()
|
H A D | ty_enum.c | 59 static int fcheck_enum(FIELD *, char *); 60 static int next_enum(FIELD *, char *); 61 static int prev_enum(FIELD *, char *); 148 fcheck_enum(FIELD *f, char *arg) in fcheck_enum() 183 next_enum(FIELD *f, char *arg) in next_enum() 205 prev_enum(FIELD *f, char *arg) in prev_enum()
|
H A D | post.c | 102 set_current_field(FORM *f, FIELD *c) in set_current_field() 140 FIELD * 147 field_index(FIELD *f) in field_index() 175 v = _set_form_page(f, page, (FIELD *) 0); in set_form_page()
|
H A D | chg_data.c | 77 _grow_field(FIELD *c, int chunks) in _grow_field() 157 FIELD *p = c->link; in _grow_field() 175 FIELD *c = C(f); in insert_str() 226 FIELD *c = C(f); in wrap_ok() 294 FIELD * c = C(f); in _new_line() 357 FIELD *c = C(f); in _ins_char() 377 FIELD *c = C(f); in _ins_line() 423 FIELD * c = C(f); in _del_prev() 479 FIELD *c = C(f); in _del_word() 575 FIELD * c = C(f); /* current field */ in _data_entry()
|
H A D | field_user.c | 37 set_field_userptr(FIELD *f, char *userptr) in set_field_userptr() 44 field_userptr(FIELD *f) in field_userptr()
|
H A D | field_stat.c | 37 set_field_status(FIELD *f, int status) in set_field_status() 50 field_status(FIELD *f) in field_status()
|
H A D | field_pad.c | 37 set_field_pad(FIELD *f, int pad) in set_field_pad() 52 field_pad(FIELD *f) in field_pad()
|
H A D | field_back.c | 37 set_field_back(FIELD *f, chtype back) in set_field_back() 52 field_back(FIELD *f) in field_back()
|
H A D | field_fore.c | 37 set_field_fore(FIELD *f, chtype fore) in set_field_fore() 52 field_fore(FIELD *f) in field_fore()
|
H A D | field_just.c | 37 set_field_just(FIELD *f, int just) in set_field_just() 53 field_just(FIELD *f) in field_just()
|
H A D | ty_regexp.c | 50 static int fcheck_rexp(FIELD *, char *); 93 fcheck_rexp(FIELD *f, char *arg) in fcheck_rexp()
|
H A D | field_buf.c | 37 set_field_buffer(FIELD *f, int n, char *v) in set_field_buffer() 73 field_buffer(FIELD *f, int n) in field_buffer()
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/ |
H A D | inittab | 125 Opcode FIELD, 0, UNUMBER8, 1, 1, id 126 Htype FIELD, 1, UNUMBER8, 1, 1, id 127 HLen FIELD, 2, UNUMBER8, 1, 1, id 128 Hops FIELD, 3, UNUMBER8, 1, 1, id 129 Xid FIELD, 4, UNUMBER32, 1, 1, id 130 Secs FIELD, 8, UNUMBER16, 1, 1, id 131 Flags FIELD, 10, OCTET, 1, 2, id 132 Ciaddr FIELD, 12, IP, 1, 1, id 133 Yiaddr FIELD, 16, IP, 1, 1, id 134 BootSrvA FIELD, 20, IP, 1, 1, idm [all …]
|
H A D | inittab6 | 63 MsgType FIELD, 0, UNUMBER8, 1, 1, id 64 TransId FIELD, 1, UNUMBER24, 1, 1, id 65 HopCount FIELD, 1, UNUMBER8, 1, 1, id 66 LinkAddr FIELD, 2, IPV6, 1, 1, id 67 PeerAddr FIELD, 18, IPV6, 1, 1, id
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | userdefs.c | 73 #define FIELD(up, pe, type) (*(type *)((char *)(up) + (pe)->off)) macro 196 FIELD(&defaults, pe, int) = in getusrdef() 200 FIELD(&defaults, pe, projid_t) = in getusrdef() 204 FIELD(&defaults, pe, char *) = dup_to_nl(ptr); in getusrdef() 390 FIELD(defs, &tab[i], int)); in putusrdef() 394 FIELD(defs, &tab[i], char *)); in putusrdef() 398 (int)FIELD(defs, &tab[i], projid_t)); in putusrdef() 424 FIELD(ud, &tab[i], char *) = val; in update_def() 436 char *val = FIELD(ud, &tab[i], char *); in import_def()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | accessor.c | 48 #define S(FIELD, VAL) .FIELD = VAL in krb5int_accessor() argument 51 #define S(FIELD, VAL) internals_temp.FIELD = VAL in krb5int_accessor()
|
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_drv.c | 158 #define FIELD(n, s, m, t) \ macro 163 FIELD("bif_unit", acpi_bif_t, bif_unit, ACPI_TYPE_INTEGER), 164 FIELD("bif_design_cap", acpi_bif_t, bif_design_cap, ACPI_TYPE_INTEGER), 165 FIELD("bif_last_cap", acpi_bif_t, bif_last_cap, ACPI_TYPE_INTEGER), 166 FIELD("bif_tech", acpi_bif_t, bif_tech, ACPI_TYPE_INTEGER), 167 FIELD("bif_voltage", acpi_bif_t, bif_voltage, ACPI_TYPE_INTEGER), 168 FIELD("bif_warn_cap", acpi_bif_t, bif_warn_cap, ACPI_TYPE_INTEGER), 169 FIELD("bif_low_cap", acpi_bif_t, bif_low_cap, ACPI_TYPE_INTEGER), 170 FIELD("bif_gran1_cap", acpi_bif_t, bif_gran1_cap, ACPI_TYPE_INTEGER), 171 FIELD("bif_gran2_cap", acpi_bif_t, bif_gran2_cap, ACPI_TYPE_INTEGER), [all …]
|