Searched refs:FIELD (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield_opts.c39 set_field_opts(FIELD *f, OPTIONS opts)
45 field_opts(FIELD *f)
51 field_opts_on(FIELD *f, OPTIONS opts)
53 FIELD *x = Field(f);
59 field_opts_off(FIELD *f, OPTIONS opts)
61 FIELD *x = Field(f);
H A Dfield_user.c39 set_field_userptr(FIELD *f, char *userptr)
46 field_userptr(FIELD *f)
H A Dllib-lform74 * 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 *
[all...]
H A Dfield_back.c39 set_field_back(FIELD *f, chtype back)
54 field_back(FIELD *f)
H A Dfield_fore.c39 set_field_fore(FIELD *f, chtype fore)
54 field_fore(FIELD *f)
H A Dfield_pad.c39 set_field_pad(FIELD *f, int pad)
54 field_pad(FIELD *f)
H A Dfield_stat.c39 set_field_status(FIELD *f, int status)
52 field_status(FIELD *f)
H A Dfield.c43 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)
109 CopyType(FIELD *f, FIELD *fsrc)
131 FreeType(FIELD *f)
141 FIELD *
[all...]
H A Dchg_field.c46 static FIELD *
47 next(FIELD *f)
50 FIELD **p = t->field + f->index;
51 FIELD **pmin = t->field + Pmin(t, P(t));
52 FIELD **pmax = t->field + Pmax(t, P(t));
63 static FIELD *
64 prev(FIELD *f)
67 FIELD **p = t->field + f->index;
68 FIELD **pmin = t->field + Pmin(t, P(t));
69 FIELD **pma
[all...]
H A Dchg_page.c66 return (_set_form_page(f, next(f), (FIELD *) 0));
72 return (_set_form_page(f, prev(f), (FIELD *) 0));
78 return (_set_form_page(f, first(f), (FIELD *) 0));
84 return (_set_form_page(f, last(f), (FIELD *) 0));
H A Dfield_just.c39 set_field_just(FIELD *f, int just)
55 field_just(FIELD *f)
H A Dform.c60 (FIELD **) 0, /* field */
61 (FIELD *) 0, /* current */
76 static FIELD *
77 insert(FIELD *f, FIELD *head)
79 FIELD *p;
80 FIELD *newhead;
94 head = (FIELD *) 0;
115 FIELD **field;
116 FIELD *
[all...]
H A Dchg_char.c105 FIELD * c = C(f);
145 FIELD * c = C(f);
165 FIELD * c = C(f);
176 FIELD * c = C(f);
193 FIELD *c = C(f);
204 FIELD *c = C(f);
265 FIELD *c = C(f);
280 FIELD *c = C(f);
295 FIELD * c = C(f);
312 FIELD *
[all...]
H A Dty_regexp.c52 static int fcheck_rexp(FIELD *, char *);
95 fcheck_rexp(FIELD *f, char *arg)
H A Dty_enum.c61 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)
185 next_enum(FIELD *f, char *arg)
207 prev_enum(FIELD *f, char *arg)
H A Dpost.c104 set_current_field(FORM *f, FIELD *c)
142 FIELD *
149 field_index(FIELD *f)
177 v = _set_form_page(f, page, (FIELD *) 0);
H A Dfield_buf.c39 set_field_buffer(FIELD *f, int n, char *v)
75 field_buffer(FIELD *f, int n)
H A Dty_alnum.c50 static int fcheck_alnum(FIELD *, char *);
97 fcheck_alnum(FIELD *f, char *arg)
H A Dty_alpha.c50 static int fcheck_alpha(FIELD *, char *);
97 fcheck_alpha(FIELD *f, char *arg)
H A Dutility.c109 _buf_to_win(FIELD *f, WINDOW *w)
127 _win_to_buf(WINDOW *w, FIELD *f)
148 FIELD * c = C(f);
183 FIELD * c = C(f);
245 justify(FIELD *f, WINDOW *w)
270 unjustify(FIELD *f, WINDOW *w)
296 _sync_linked(FIELD *f)
298 FIELD * p = f -> link;
311 display_field(FIELD *f)
337 erase_field(FIELD *
[all...]
H A Dty_int.c52 static int fcheck_int(FIELD *, char *);
109 fcheck_int(FIELD *f, char *arg)
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h72 * FIELD
103 FIELD; typedef in typeref:struct:fieldnode
127 FIELD ** field; /* field [maxfield] */
128 FIELD * current; /* current field */
253 extern FIELD * _DEFAULT_FIELD;
269 * FIELD routines
272 extern FIELD * new_field(int, int, int, int, int, int);
273 extern FIELD * dup_field(FIELD *, int, int);
274 extern FIELD * link_fiel
[all...]
H A Dutility.h221 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...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Daccessor.c45 #define S(FIELD, VAL) .FIELD = VAL
48 #define S(FIELD, VAL) internals_temp.FIELD = VAL
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdefs.c74 #define FIELD(up, pe, type) (*(type *)((char *)(up) + (pe)->off)) macro
193 FIELD(&defaults, pe, int) =
197 FIELD(&defaults, pe, projid_t) =
201 FIELD(&defaults, pe, char *) = dup_to_nl(ptr);
381 FIELD(defs, &tab[i], int));
385 FIELD(defs, &tab[i], char *));
389 (int)FIELD(defs, &tab[i], projid_t));
415 FIELD(ud, &tab[i], char *) = val;
427 char *val = FIELD(ud, &tab[i], char *);

Completed in 410 milliseconds

12