/titanic_41/usr/src/lib/libeti/form/inc/ |
H A D | form.h | 103 FIELD; typedef 127 FIELD ** field; /* field [maxfield] */ 128 FIELD * current; /* current field */ 253 extern FIELD * _DEFAULT_FIELD; 272 extern FIELD * new_field(int, int, int, int, int, int); 273 extern FIELD * dup_field(FIELD *, int, int); 274 extern FIELD * link_field(FIELD *, int, int); 275 extern int free_field(FIELD *); 276 extern int field_info(FIELD *, int *, int *, int *, int *, 278 extern int dynamic_field_info(FIELD *, int *, int *, int *); [all …]
|
H A D | utility.h | 221 extern int _checkfield(FIELDTYPE *, FIELD *, char *); 223 extern int _nextchoice(FIELDTYPE *, FIELD *, char *); 224 extern int _prevchoice(FIELDTYPE *, FIELD *, char *); 226 extern BOOLEAN _grow_field(FIELD *, int); 227 extern FIELD * _first_active(FORM *); 232 extern void _buf_to_win(FIELD *, WINDOW *); 233 extern void _win_to_buf(WINDOW *, FIELD *); 236 extern int _sync_linked(FIELD *); 237 extern int _sync_field(FIELD *); 238 extern int _sync_attrs(FIELD *); [all …]
|
/titanic_41/usr/src/lib/libeti/form/common/ |
H A D | field.c | 43 static FIELD default_field = 71 (FIELD *)0, /* snext */ 72 (FIELD *)0, /* sprev */ 73 (FIELD *)0, /* link */ 81 FIELD * _DEFAULT_FIELD = &default_field; 88 MakeType(FIELD *f, va_list *ap) in MakeType() 109 CopyType(FIELD *f, FIELD *fsrc) in CopyType() 131 FreeType(FIELD *f) in FreeType() 141 FIELD * 151 FIELD *f = (FIELD *) 0; in new_field() [all …]
|
H A D | llib-lform | 74 * FIELD routines 77 FIELD * 85 { return ((FIELD *)0); } 87 FIELD * 89 FIELD *field; 92 { return ((FIELD *)0); } 94 FIELD * 96 FIELD *field; 99 { return ((FIELD *)0); } 103 FIELD * f; [all …]
|
H A D | chg_field.c | 46 static FIELD * 47 next(FIELD *f) in next() 50 FIELD **p = t->field + f->index; in next() 51 FIELD **pmin = t->field + Pmin(t, P(t)); in next() 52 FIELD **pmax = t->field + Pmax(t, P(t)); in next() 63 static FIELD * 64 prev(FIELD *f) in prev() 67 FIELD **p = t->field + f->index; in prev() 68 FIELD **pmin = t->field + Pmin(t, P(t)); in prev() 69 FIELD **pmax = t->field + Pmax(t, P(t)); in prev() [all …]
|
H A D | form.c | 60 (FIELD **) 0, /* field */ 61 (FIELD *) 0, /* current */ 76 static FIELD * 77 insert(FIELD *f, FIELD *head) in insert() 79 FIELD *p; in insert() 80 FIELD *newhead; in insert() 94 head = (FIELD *) 0; in insert() 115 FIELD **field; in sort_form() 116 FIELD *p; in sort_form() 122 p = (FIELD *) 0; in sort_form() [all …]
|
H A D | field_opts.c | 39 set_field_opts(FIELD *f, OPTIONS opts) in set_field_opts() 45 field_opts(FIELD *f) in field_opts() 51 field_opts_on(FIELD *f, OPTIONS opts) in field_opts_on() 53 FIELD *x = Field(f); in field_opts_on() 59 field_opts_off(FIELD *f, OPTIONS opts) in field_opts_off() 61 FIELD *x = Field(f); in field_opts_off()
|
H A D | chg_char.c | 105 FIELD * c = C(f); in _next_word() 145 FIELD * c = C(f); in _prev_word() 165 FIELD * c = C(f); in _beg_field() 176 FIELD * c = C(f); in _end_field() 193 FIELD *c = C(f); in _beg_line() 204 FIELD *c = C(f); in _end_line() 265 FIELD *c = C(f); in _scr_fline() 280 FIELD *c = C(f); in _scr_bline() 295 FIELD * c = C(f); in _scr_fpage() 312 FIELD * c = C(f); in _scr_bpage() [all …]
|
H A D | utility.c | 109 _buf_to_win(FIELD *f, WINDOW *w) in _buf_to_win() 127 _win_to_buf(WINDOW *w, FIELD *f) in _win_to_buf() 148 FIELD * c = C(f); in _pos_form_cursor() 183 FIELD * c = C(f); in _update_current() 245 justify(FIELD *f, WINDOW *w) in justify() 270 unjustify(FIELD *f, WINDOW *w) in unjustify() 296 _sync_linked(FIELD *f) in _sync_linked() 298 FIELD * p = f -> link; in _sync_linked() 311 display_field(FIELD *f) in display_field() 337 erase_field(FIELD *f) in erase_field() [all …]
|
H A D | chg_page.c | 66 return (_set_form_page(f, next(f), (FIELD *) 0)); in _next_page() 72 return (_set_form_page(f, prev(f), (FIELD *) 0)); in _prev_page() 78 return (_set_form_page(f, first(f), (FIELD *) 0)); in _first_page() 84 return (_set_form_page(f, last(f), (FIELD *) 0)); in _last_page()
|
H A D | ty_enum.c | 61 static int fcheck_enum(FIELD *, char *); 62 static int next_enum(FIELD *, char *); 63 static int prev_enum(FIELD *, char *); 150 fcheck_enum(FIELD *f, char *arg) in fcheck_enum() 185 next_enum(FIELD *f, char *arg) in next_enum() 207 prev_enum(FIELD *f, char *arg) in prev_enum()
|
H A D | post.c | 104 set_current_field(FORM *f, FIELD *c) in set_current_field() 142 FIELD * 149 field_index(FIELD *f) in field_index() 177 v = _set_form_page(f, page, (FIELD *) 0); in set_form_page()
|
H A D | field_user.c | 39 set_field_userptr(FIELD *f, char *userptr) in set_field_userptr() 46 field_userptr(FIELD *f) in field_userptr()
|
H A D | chg_data.c | 79 _grow_field(FIELD *c, int chunks) in _grow_field() 159 FIELD *p = c->link; in _grow_field() 177 FIELD *c = C(f); in insert_str() 228 FIELD *c = C(f); in wrap_ok() 296 FIELD * c = C(f); in _new_line() 359 FIELD *c = C(f); in _ins_char() 379 FIELD *c = C(f); in _ins_line() 425 FIELD * c = C(f); in _del_prev() 481 FIELD *c = C(f); in _del_word() 577 FIELD * c = C(f); /* current field */ in _data_entry()
|
H A D | field_stat.c | 39 set_field_status(FIELD *f, int status) in set_field_status() 52 field_status(FIELD *f) in field_status()
|
H A D | field_pad.c | 39 set_field_pad(FIELD *f, int pad) in set_field_pad() 54 field_pad(FIELD *f) in field_pad()
|
H A D | field_back.c | 39 set_field_back(FIELD *f, chtype back) in set_field_back() 54 field_back(FIELD *f) in field_back()
|
H A D | field_fore.c | 39 set_field_fore(FIELD *f, chtype fore) in set_field_fore() 54 field_fore(FIELD *f) in field_fore()
|
H A D | field_just.c | 39 set_field_just(FIELD *f, int just) in set_field_just() 55 field_just(FIELD *f) in field_just()
|
H A D | ty_regexp.c | 52 static int fcheck_rexp(FIELD *, char *); 95 fcheck_rexp(FIELD *f, char *arg) in fcheck_rexp()
|
/titanic_41/usr/src/cmd/cmd-inet/etc/dhcp/ |
H A D | inittab | 124 Opcode FIELD, 0, UNUMBER8, 1, 1, id 125 Htype FIELD, 1, UNUMBER8, 1, 1, id 126 HLen FIELD, 2, UNUMBER8, 1, 1, id 127 Hops FIELD, 3, UNUMBER8, 1, 1, id 128 Xid FIELD, 4, UNUMBER32, 1, 1, id 129 Secs FIELD, 8, UNUMBER16, 1, 1, id 130 Flags FIELD, 10, OCTET, 1, 2, id 131 Ciaddr FIELD, 12, IP, 1, 1, id 132 Yiaddr FIELD, 16, IP, 1, 1, id 133 BootSrvA FIELD, 20, IP, 1, 1, idm [all …]
|
H A D | inittab6 | 64 MsgType FIELD, 0, UNUMBER8, 1, 1, id 65 TransId FIELD, 1, UNUMBER24, 1, 1, id 66 HopCount FIELD, 1, UNUMBER8, 1, 1, id 67 LinkAddr FIELD, 2, IPV6, 1, 1, id 68 PeerAddr FIELD, 18, IPV6, 1, 1, id
|
/titanic_41/usr/src/cmd/oamuser/user/ |
H A D | userdefs.c | 74 #define FIELD(up, pe, type) (*(type *)((char *)(up) + (pe)->off)) macro 193 FIELD(&defaults, pe, int) = in getusrdef() 197 FIELD(&defaults, pe, projid_t) = in getusrdef() 201 FIELD(&defaults, pe, char *) = dup_to_nl(ptr); in getusrdef() 381 FIELD(defs, &tab[i], int)); in putusrdef() 385 FIELD(defs, &tab[i], char *)); in putusrdef() 389 (int)FIELD(defs, &tab[i], projid_t)); in putusrdef() 415 FIELD(ud, &tab[i], char *) = val; in update_def() 427 char *val = FIELD(ud, &tab[i], char *); in import_def()
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | ttymodes.c | 313 #define TTYMODE(NAME, FIELD, OP) \ in tty_make_modes() argument 314 debug3("tty_make_modes: %d %d", OP, ((tio.FIELD & NAME) != 0)); \ in tty_make_modes() 316 put_arg(&buf, ((tio.FIELD & NAME) != 0)); in tty_make_modes() 402 #define TTYMODE(NAME, FIELD, OP) \ in tty_parse_modes() argument 406 tio.FIELD |= NAME; \ in tty_parse_modes() 408 tio.FIELD &= ~NAME; \ in tty_parse_modes()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | accessor.c | 45 #define S(FIELD, VAL) .FIELD = VAL in krb5int_accessor() argument 48 #define S(FIELD, VAL) internals_temp.FIELD = VAL in krb5int_accessor()
|