123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735 |
- /****************************************************************************
- * Copyright (c) 1998-2002,2005 Free Software Foundation, Inc. *
- * *
- * Permission is hereby granted, free of charge, to any person obtaining a *
- * copy of this software and associated documentation files (the *
- * "Software"), to deal in the Software without restriction, including *
- * without limitation the rights to use, copy, modify, merge, publish, *
- * distribute, distribute with modifications, sublicense, and/or sell *
- * copies of the Software, and to permit persons to whom the Software is *
- * furnished to do so, subject to the following conditions: *
- * *
- * The above copyright notice and this permission notice shall be included *
- * in all copies or substantial portions of the Software. *
- * *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
- * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
- * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
- * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
- * *
- * Except as contained in this notice, the name(s) of the above copyright *
- * holders shall not be used in advertising or otherwise to promote the *
- * sale, use or other dealings in this Software without prior written *
- * authorization. *
- ****************************************************************************/
- /****************************************************************************
- * Author: Thomas E. Dickey 1996,1997,2002,2005 *
- ****************************************************************************/
- /* LINTLIBRARY */
- /* ./f_trace.c */
- #include "form.priv.h"
- #undef _nc_retrace_field_ptr
- FIELD **_nc_retrace_field_ptr(
- FIELD **code)
- { return(*(FIELD ***)0); }
- #undef _nc_retrace_field
- FIELD *_nc_retrace_field(
- FIELD *code)
- { return(*(FIELD **)0); }
- #undef _nc_retrace_field_type
- FIELDTYPE *_nc_retrace_field_type(
- FIELDTYPE *code)
- { return(*(FIELDTYPE **)0); }
- #undef _nc_retrace_form
- FORM *_nc_retrace_form(
- FORM *code)
- { return(*(FORM **)0); }
- #undef _nc_retrace_form_hook
- Form_Hook _nc_retrace_form_hook(
- Form_Hook code)
- { return(*(Form_Hook *)0); }
- /* ./fld_arg.c */
- #undef set_fieldtype_arg
- int set_fieldtype_arg(
- FIELDTYPE *typ,
- void *(*const make_arg)(
- va_list *p1),
- void *(*const copy_arg)(
- const void *p1),
- void (*const free_arg)(
- void *p1))
- { return(*(int *)0); }
- #undef field_arg
- void *field_arg(
- const FIELD *field)
- { return(*(void **)0); }
- /* ./fld_attr.c */
- #undef set_field_fore
- int set_field_fore(
- FIELD *field,
- chtype attr)
- { return(*(int *)0); }
- #undef field_fore
- chtype field_fore(
- const FIELD *field)
- { return(*(chtype *)0); }
- #undef set_field_back
- int set_field_back(
- FIELD *field,
- chtype attr)
- { return(*(int *)0); }
- #undef field_back
- chtype field_back(
- const FIELD *field)
- { return(*(chtype *)0); }
- /* ./fld_current.c */
- #undef set_current_field
- int set_current_field(
- FORM *form,
- FIELD *field)
- { return(*(int *)0); }
- #undef current_field
- FIELD *current_field(
- const FORM *form)
- { return(*(FIELD **)0); }
- #undef field_index
- int field_index(
- const FIELD *field)
- { return(*(int *)0); }
- /* ./fld_def.c */
- #undef _nc_Default_Field
- FIELD *_nc_Default_Field;
- #undef _nc_Make_Argument
- TypeArgument *_nc_Make_Argument(
- const FIELDTYPE *typ,
- va_list *ap,
- int *err)
- { return(*(TypeArgument **)0); }
- #undef _nc_Copy_Argument
- TypeArgument *_nc_Copy_Argument(
- const FIELDTYPE *typ,
- const TypeArgument *argp,
- int *err)
- { return(*(TypeArgument **)0); }
- #undef _nc_Free_Argument
- void _nc_Free_Argument(
- const FIELDTYPE *typ,
- TypeArgument *argp)
- { /* void */ }
- #undef _nc_Copy_Type
- NCURSES_BOOL _nc_Copy_Type(
- FIELD *dst,
- FIELD const *src)
- { return(*(NCURSES_BOOL *)0); }
- #undef _nc_Free_Type
- void _nc_Free_Type(
- FIELD *field)
- { /* void */ }
- #undef new_field
- FIELD *new_field(
- int rows,
- int cols,
- int frow,
- int fcol,
- int nrow,
- int nbuf)
- { return(*(FIELD **)0); }
- #undef free_field
- int free_field(
- FIELD *field)
- { return(*(int *)0); }
- /* ./fld_dup.c */
- #undef dup_field
- FIELD *dup_field(
- FIELD *field,
- int frow,
- int fcol)
- { return(*(FIELD **)0); }
- /* ./fld_ftchoice.c */
- #undef set_fieldtype_choice
- int set_fieldtype_choice(
- FIELDTYPE *typ,
- NCURSES_BOOL (*const next_choice)(
- FIELD *p1,
- const void *p2),
- NCURSES_BOOL (*const prev_choice)(
- FIELD *p1,
- const void *p2))
- { return(*(int *)0); }
- /* ./fld_ftlink.c */
- #undef link_fieldtype
- FIELDTYPE *link_fieldtype(
- FIELDTYPE *type1,
- FIELDTYPE *type2)
- { return(*(FIELDTYPE **)0); }
- /* ./fld_info.c */
- #undef field_info
- int field_info(
- const FIELD *field,
- int *rows,
- int *cols,
- int *frow,
- int *fcol,
- int *nrow,
- int *nbuf)
- { return(*(int *)0); }
- #undef dynamic_field_info
- int dynamic_field_info(
- const FIELD *field,
- int *drows,
- int *dcols,
- int *maxgrow)
- { return(*(int *)0); }
- /* ./fld_just.c */
- #undef set_field_just
- int set_field_just(
- FIELD *field,
- int just)
- { return(*(int *)0); }
- #undef field_just
- int field_just(
- const FIELD *field)
- { return(*(int *)0); }
- /* ./fld_link.c */
- #undef link_field
- FIELD *link_field(
- FIELD *field,
- int frow,
- int fcol)
- { return(*(FIELD **)0); }
- /* ./fld_max.c */
- #undef set_max_field
- int set_max_field(
- FIELD *field,
- int maxgrow)
- { return(*(int *)0); }
- /* ./fld_move.c */
- #undef move_field
- int move_field(
- FIELD *field,
- int frow,
- int fcol)
- { return(*(int *)0); }
- /* ./fld_newftyp.c */
- #undef _nc_Default_FieldType
- const FIELDTYPE *_nc_Default_FieldType = {0};
- #undef new_fieldtype
- FIELDTYPE *new_fieldtype(
- NCURSES_BOOL (*const field_check)(
- FIELD *p1,
- const void *p2),
- NCURSES_BOOL (*const char_check)(
- int p1,
- const void *p2))
- { return(*(FIELDTYPE **)0); }
- #undef free_fieldtype
- int free_fieldtype(
- FIELDTYPE *typ)
- { return(*(int *)0); }
- /* ./fld_opts.c */
- #undef set_field_opts
- int set_field_opts(
- FIELD *field,
- Field_Options opts)
- { return(*(int *)0); }
- #undef field_opts
- Field_Options field_opts(
- const FIELD *field)
- { return(*(Field_Options *)0); }
- #undef field_opts_on
- int field_opts_on(
- FIELD *field,
- Field_Options opts)
- { return(*(int *)0); }
- #undef field_opts_off
- int field_opts_off(
- FIELD *field,
- Field_Options opts)
- { return(*(int *)0); }
- /* ./fld_pad.c */
- #undef set_field_pad
- int set_field_pad(
- FIELD *field,
- int ch)
- { return(*(int *)0); }
- #undef field_pad
- int field_pad(
- const FIELD *field)
- { return(*(int *)0); }
- /* ./fld_page.c */
- #undef set_new_page
- int set_new_page(
- FIELD *field,
- NCURSES_BOOL new_page_flag)
- { return(*(int *)0); }
- #undef new_page
- NCURSES_BOOL new_page(
- const FIELD *field)
- { return(*(NCURSES_BOOL *)0); }
- /* ./fld_stat.c */
- #undef set_field_status
- int set_field_status(
- FIELD *field,
- NCURSES_BOOL status)
- { return(*(int *)0); }
- #undef field_status
- NCURSES_BOOL field_status(
- const FIELD *field)
- { return(*(NCURSES_BOOL *)0); }
- /* ./fld_type.c */
- #undef set_field_type
- int set_field_type(
- FIELD *field,
- FIELDTYPE *type,
- ...)
- { return(*(int *)0); }
- #undef field_type
- FIELDTYPE *field_type(
- const FIELD *field)
- { return(*(FIELDTYPE **)0); }
- /* ./fld_user.c */
- #undef set_field_userptr
- int set_field_userptr(
- FIELD *field,
- void *usrptr)
- { return(*(int *)0); }
- #undef field_userptr
- void *field_userptr(
- const FIELD *field)
- { return(*(void **)0); }
- /* ./frm_cursor.c */
- #undef pos_form_cursor
- int pos_form_cursor(
- FORM *form)
- { return(*(int *)0); }
- /* ./frm_data.c */
- #undef data_behind
- NCURSES_BOOL data_behind(
- const FORM *form)
- { return(*(NCURSES_BOOL *)0); }
- #undef data_ahead
- NCURSES_BOOL data_ahead(
- const FORM *form)
- { return(*(NCURSES_BOOL *)0); }
- /* ./frm_def.c */
- #undef _nc_Default_Form
- FORM *_nc_Default_Form;
- #undef new_form
- FORM *new_form(
- FIELD **fields)
- { return(*(FORM **)0); }
- #undef free_form
- int free_form(
- FORM *form)
- { return(*(int *)0); }
- #undef set_form_fields
- int set_form_fields(
- FORM *form,
- FIELD **fields)
- { return(*(int *)0); }
- #undef form_fields
- FIELD **form_fields(
- const FORM *form)
- { return(*(FIELD ***)0); }
- #undef field_count
- int field_count(
- const FORM *form)
- { return(*(int *)0); }
- /* ./frm_driver.c */
- #undef _nc_Position_Form_Cursor
- int _nc_Position_Form_Cursor(
- FORM *form)
- { return(*(int *)0); }
- #undef _nc_Refresh_Current_Field
- int _nc_Refresh_Current_Field(
- FORM *form)
- { return(*(int *)0); }
- #undef _nc_Synchronize_Attributes
- int _nc_Synchronize_Attributes(
- FIELD *field)
- { return(*(int *)0); }
- #undef _nc_Synchronize_Options
- int _nc_Synchronize_Options(
- FIELD *field,
- Field_Options newopts)
- { return(*(int *)0); }
- #undef _nc_Set_Current_Field
- int _nc_Set_Current_Field(
- FORM *form,
- FIELD *newfield)
- { return(*(int *)0); }
- #undef _nc_Internal_Validation
- NCURSES_BOOL _nc_Internal_Validation(
- FORM *form)
- { return(*(NCURSES_BOOL *)0); }
- #undef _nc_First_Active_Field
- FIELD *_nc_First_Active_Field(
- FORM *form)
- { return(*(FIELD **)0); }
- #undef _nc_Set_Form_Page
- int _nc_Set_Form_Page(
- FORM *form,
- int page,
- FIELD *field)
- { return(*(int *)0); }
- typedef struct
- {
- int keycode;
- int (*cmd) (FORM *);
- }
- Binding_Info;
- #undef form_driver
- int form_driver(
- FORM *form,
- int c)
- { return(*(int *)0); }
- #undef set_field_buffer
- int set_field_buffer(
- FIELD *field,
- int buffer,
- const char *value)
- { return(*(int *)0); }
- #undef field_buffer
- char *field_buffer(
- const FIELD *field,
- int buffer)
- { return(*(char **)0); }
- /* ./frm_hook.c */
- #undef set_field_init
- int set_field_init(
- FORM *form,
- Form_Hook func)
- { return(*(int *)0); }
- #undef field_init
- Form_Hook field_init(
- const FORM *form)
- { return(*(Form_Hook *)0); }
- #undef set_field_term
- int set_field_term(
- FORM *form,
- Form_Hook func)
- { return(*(int *)0); }
- #undef field_term
- Form_Hook field_term(
- const FORM *form)
- { return(*(Form_Hook *)0); }
- #undef set_form_init
- int set_form_init(
- FORM *form,
- Form_Hook func)
- { return(*(int *)0); }
- #undef form_init
- Form_Hook form_init(
- const FORM *form)
- { return(*(Form_Hook *)0); }
- #undef set_form_term
- int set_form_term(
- FORM *form,
- Form_Hook func)
- { return(*(int *)0); }
- #undef form_term
- Form_Hook form_term(
- const FORM *form)
- { return(*(Form_Hook *)0); }
- /* ./frm_opts.c */
- #undef set_form_opts
- int set_form_opts(
- FORM *form,
- Form_Options opts)
- { return(*(int *)0); }
- #undef form_opts
- Form_Options form_opts(
- const FORM *form)
- { return(*(Form_Options *)0); }
- #undef form_opts_on
- int form_opts_on(
- FORM *form,
- Form_Options opts)
- { return(*(int *)0); }
- #undef form_opts_off
- int form_opts_off(
- FORM *form,
- Form_Options opts)
- { return(*(int *)0); }
- /* ./frm_page.c */
- #undef set_form_page
- int set_form_page(
- FORM *form,
- int page)
- { return(*(int *)0); }
- #undef form_page
- int form_page(
- const FORM *form)
- { return(*(int *)0); }
- /* ./frm_post.c */
- #undef post_form
- int post_form(
- FORM *form)
- { return(*(int *)0); }
- #undef unpost_form
- int unpost_form(
- FORM *form)
- { return(*(int *)0); }
- /* ./frm_req_name.c */
- #undef form_request_name
- const char *form_request_name(
- int request)
- { return(*(const char **)0); }
- #undef form_request_by_name
- int form_request_by_name(
- const char *str)
- { return(*(int *)0); }
- /* ./frm_scale.c */
- #undef scale_form
- int scale_form(
- const FORM *form,
- int *rows,
- int *cols)
- { return(*(int *)0); }
- /* ./frm_sub.c */
- #undef set_form_sub
- int set_form_sub(
- FORM *form,
- WINDOW *win)
- { return(*(int *)0); }
- #undef form_sub
- WINDOW *form_sub(
- const FORM *form)
- { return(*(WINDOW **)0); }
- /* ./frm_user.c */
- #undef set_form_userptr
- int set_form_userptr(
- FORM *form,
- void *usrptr)
- { return(*(int *)0); }
- #undef form_userptr
- void *form_userptr(
- const FORM *form)
- { return(*(void **)0); }
- /* ./frm_win.c */
- #undef set_form_win
- int set_form_win(
- FORM *form,
- WINDOW *win)
- { return(*(int *)0); }
- #undef form_win
- WINDOW *form_win(
- const FORM *form)
- { return(*(WINDOW **)0); }
- /* ./fty_alnum.c */
- typedef struct
- {
- int width;
- }
- alnumARG;
- #undef TYPE_ALNUM
- FIELDTYPE *TYPE_ALNUM;
- /* ./fty_alpha.c */
- typedef struct
- {
- int width;
- }
- alphaARG;
- #undef TYPE_ALPHA
- FIELDTYPE *TYPE_ALPHA;
- /* ./fty_enum.c */
- typedef struct
- {
- char **kwds;
- int count;
- NCURSES_BOOL checkcase;
- NCURSES_BOOL checkunique;
- }
- enumARG;
- #undef TYPE_ENUM
- FIELDTYPE *TYPE_ENUM;
- /* ./fty_int.c */
- typedef struct
- {
- int precision;
- long low;
- long high;
- }
- integerARG;
- #undef TYPE_INTEGER
- FIELDTYPE *TYPE_INTEGER;
- /* ./fty_ipv4.c */
- #undef TYPE_IPV4
- FIELDTYPE *TYPE_IPV4;
- /* ./fty_num.c */
- #include <locale.h>
- typedef struct
- {
- int precision;
- double low;
- double high;
- struct lconv *L;
- }
- numericARG;
- #undef TYPE_NUMERIC
- FIELDTYPE *TYPE_NUMERIC;
- /* ./fty_regex.c */
- #include <regex.h>
- typedef struct
- {
- regex_t *pRegExp;
- unsigned long *refCount;
- }
- RegExp_Arg;
- #undef TYPE_REGEXP
- FIELDTYPE *TYPE_REGEXP;
|