Searched defs:?? (Results 26 - 50 of 20689) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ncurses/form/
H A Dfld_def.c85 _nc_Make_Argument(const FIELDTYPE *typ, va_list *ap, int *err) argument
[all...]
H A Dfld_pad.c49 set_field_pad(FIELD *field, int ch) argument
[all...]
H A Dfld_type.c51 va_list ap; local
[all...]
H A Dfrm_def.c161 _PAGE *pg; local
[all...]
H A Dfrm_driver.c777 Field_encloses(FIELD *field, int ry, int rx) argument
977 FIELD_CELL *bp; local
1021 FIELD_CELL *bp; local
1050 Check_Char(FORM *form, FIELD *field, FIELDTYPE *typ, int ch, TypeArgument *argp) argument
1636 FIELD_CELL *bp = Address_Of_Current_Position_In_Buffer(form); local
1678 FIELD_CELL *bp = Address_Of_Current_Position_In_Buffer(form); local
1804 FIELD_CELL *bp; local
2355 FIELD_CELL *bp = Address_Of_Row_In_Buffer(field, row); local
2438 FIELD_CELL *bp; local
2565 FIELD_CELL *bp, *t; local
2831 FIELD_CELL *bp = Address_Of_Current_Row_In_Buffer(form); local
2832 FIELD_CELL *ep = bp + field->dcols; local
2833 FIELD_CELL *cp = bp + form->curcol; local
3116 FIELD_CELL *bp = field->buf; local
4288 const Binding_Info *BI = (Binding_Info *) 0; local
4374 int ry = event.y, rx = event.x; /* screen coordinates */ local
4493 const Binding_Info *BI = (Binding_Info *) 0; local
4576 int ry = event.y, rx = event.x; /* screen coordinates */ local
[all...]
H A Dfty_alnum.c82 Make_This_Type(va_list *ap) argument
100 const thisARG *ap = (const thisARG *)argp; local
163 unsigned char *bp = (unsigned char *)field_buffer(field, 0); local
[all...]
H A Dfty_alpha.c82 Make_This_Type(va_list *ap) argument
100 const thisARG *ap = (const thisARG *)argp; local
163 unsigned char *bp = (unsigned char *)field_buffer(field, 0); local
[all...]
H A Dfty_enum.c77 char **kp = (char **)0; local
128 Make_Enum_Type(va_list *ap) argument
154 const enumARG *ap = (const enumARG *)argp; local
166 char **kp = ap->kwds; local
196 const enumARG *ap = (const enumARG *)argp; local
200 char **kp = ap->kwds; local
292 unsigned char *bp = (unsigned char *)field_buffer(field, 0); local
349 unsigned char *bp = (unsigned char *)field_buffer(field, 0); local
387 unsigned char *bp = (unsigned char *)field_buffer(field, 0); local
[all...]
H A Dfty_int.c99 Make_This_Type(va_list *ap) argument
121 const thisARG *ap = (const thisARG *)argp; local
169 unsigned char *bp = (unsigned char *)field_buffer(field, 0); local
[all...]
H A Dfty_ipv4.c53 char *bp = field_buffer(field, 0); local
55 unsigned int d1, d2, d3, d4; local
[all...]
H A Dfty_num.c118 Make_This_Type(va_list *ap) argument
140 const thisARG *ap = (const thisARG *)argp; local
187 unsigned char *bp = (unsigned char *)field_buffer(field, 0); local
[all...]
H A Dfty_regex.c111 char *rx = (char *)arg; local
210 Make_RegularExpression_Type(va_list *ap) argument
212 char *rx = va_arg(*ap, char *); local
230 const RegExp_Arg *ap = (const RegExp_Arg *)argp; local
256 RegExp_Arg *ap = (RegExp_Arg *)argp; local
299 const RegExp_Arg *ap = (const RegExp_Arg *)argp; local
306 RegExp_Arg *ap = (RegExp_Arg *)argp; local
[all...]
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h103 #define B0 macro
[all...]
H A Dtic.h216 const char *to; member in struct:alias
[all...]
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_cursor.c53 _nc_menu_cursor_pos(const MENU * menu, const ITEM * item, int *pY, int *pX) argument
[all...]
H A Dm_driver.c118 _nc_Match_Next_Character_In_Item_Name(MENU * menu, int ch, ITEM ** item) argument
460 int ry = event.y, rx = event.x; /* screen coordinates */ local
[all...]
H A Dm_post.c55 chtype ch; local
133 int cy = -1, cx = -1; local
231 int i, j, cy, cx; local
232 chtype ch = ' '; local
[all...]
H A Dm_sub.c68 SCREEN *sp = _nc_screen_of(menu->usersub); local
[all...]
H A Dm_win.c68 SCREEN *sp = _nc_screen_of(menu->userwin); local
[all...]
H A Dmenu.h83 struct tagITEM *up; member in struct:tagITEM
[all...]
H A Dmenu.priv.h49 #define BS macro
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dkeyok.c62 unsigned ch = (unsigned) c; local
[all...]
H A Dlib_addch.c57 render_char(WINDOW *win, NCURSES_CH_T ch) argument
184 _nc_build_wch(WINDOW *win, ARG_CH_T ch) argument
238 waddch_literal(WINDOW *win, NCURSES_CH_T ch) argument
405 waddch_nosync(WINDOW *win, const NCURSES_CH_T ch) argument
411 SCREEN *sp = _nc_screen_of(win); local
534 waddch(WINDOW *win, const chtype ch) argument
553 wechochar(WINDOW *win, const chtype ch) argument
[all...]
H A Dlib_addstr.c66 NCURSES_CH_T ch; local
236 NCURSES_CH_T ch; local
[all...]
H A Dlib_bkgd.c49 wbkgrndset(WINDOW *win, const ARG_CH_T ch) argument
55 attr_t on = AttrOf(CHDEREF(ch)); local
58 toggle_attr_on(WINDOW_ATTRS(win), on); local
102 wbkgdset(WINDOW *win, chtype ch) argument
118 wbkgrnd(WINDOW *win, const ARG_CH_T ch) argument
154 wbkgd(WINDOW *win, chtype ch) argument
[all...]

Completed in 627 milliseconds

1234567891011>>