| /src/lib/libform/ |
| post.c | 35 #include "form.h" 39 * Post the form to the screen. 42 post_form(FORM *form) 46 if (form == NULL) 49 if (form->posted == 1) 52 if ((form->fields == NULL) || (form->fields[0] == NULL)) 55 if (form->in_init == 1) 58 if (scale_form(form, &rows, &cols) != E_OK [all...] |
| form.c | 1 /* $NetBSD: form.c,v 1.17 2021/04/13 13:13:04 christos Exp $ */ 33 __RCSID("$NetBSD: form.c,v 1.17 2021/04/13 13:13:04 christos Exp $"); 37 #include <form.h> 42 FORM _formi_default_form = { 44 FALSE, /* the form is posted */ 46 NULL, /* window for the form */ 47 NULL, /* subwindow for the form */ 50 0, /* options for the form */ 51 NULL, /* function called when form posted and 53 NULL, /* function called when form is unposted an [all...] |
| driver.c | 36 #include "form.h" 40 traverse_form_links(FORM *form, int direction); 50 traverse_form_links(FORM *form, int direction) 54 idx = form->cur_field; 59 if (form->fields[idx]->left == NULL) 61 idx = form->fields[idx]->left->index; 65 if (form->fields[idx]->right == NULL) 67 idx = form->fields[idx]->right->index [all...] |
| internals.h | 33 #include "form.h" 42 /* define the default options for a form... */ 107 _formi_draw_page(FORM *form); 109 _formi_find_pages(FORM *form); 111 _formi_field_choice(FORM *form, int c); 115 _formi_manipulate_field(FORM *form, int c) [all...] |
| internals.c | 44 #include "form.h" 49 * the form is first posted. 114 add_tab(FORM *form, _FORMI_FIELD_LINES *row, unsigned int i, char c); 369 * Set the form's current field to the first valid field on the page. 373 _formi_pos_first_field(FORM *form) 378 old_page = form->page; 381 while (form->page_starts[form->page].in_use == 0) [all...] |
| Makefile | 12 LIB= form 16 SRCS= driver.c field_types.c internals.c field.c form.c post.c type_alnum.c \ 25 MLINKS+= forms.3 form.3 form_page.3 current_field.3 \ 80 INCS= form.h
|
| field.c | 38 #include <form.h> 41 extern FORM _formi_default_form; 49 0, /* starting row in the form subwindow */ 50 0, /* starting column in the form subwindow */ 52 0, /* index of this field in form fields array. */ 64 0, /* start of a new page on the form if 1 */ 70 NULL, /* the form this field is bound to, if any */ 646 set_field_init(FORM *form, Form_Hook function) 648 if (form == NULL [all...] |
| /src/lib/libc/gen/ |
| getbsize.c | 12 * 2. Redistributions in binary form must reproduce the above copyright 59 const char *form; local 65 form = ""; 75 form = "G"; 80 form = "K"; 85 form = "M"; 106 form = ""; 114 snprintf(header, sizeof(header), "%ld%s-blocks", n, form);
|
| /src/usr.bin/make/unit-tests/ |
| opt-debug-var.mk | 19 # The usual form of expressions is ${VAR}. The form $(VAR) is used 24 # the form $(VAR), only that the initial '$' is the 'y' of 'empty'.
|
| directive-elifdef.mk | 4 # '.elifdef VAR', the usual form is the more general '.elif defined(VAR)'.
|
| directive-elifndef.mk | 3 # Tests for the .elifndef directive, which is an obscure form of writing the
|
| parse-var.mk | 7 # Written form: 8 # short form 9 # long form with braces endc == '}' 10 # long form with parentheses endc == ')' 40 # for the short form, EOF after the '$' 41 # for the short form, each character
|
| varmod-remember.mk | 37 # In the parameterized form, having the variable name on the right side of 52 # as that form caused a parse error. The cause for the parse error in
|
| cond-op-and.mk | 84 # There is no operator '&&&'. The first two '&&' form an operator, the third
|
| cond-op-or.mk | 84 # There is no operator '|||'. The first two '||' form an operator, the third
|
| /src/sys/arch/hpc/hpc/platid_gen/ |
| platid_gen.c | 12 * 2. Redistributions in binary form must reproduce the above copyright 89 int form; variable 125 form = FORM_GENHDR; 131 form = FORM_GENHDR; 133 form = FORM_MASK_H; 135 form = FORM_MASK_C; 137 form = FORM_NAME_C; 139 form = FORM_PARSE_ONLY; 156 if (form == FORM_PARSE_ONLY) { 162 switch (form) { [all...] |
| /src/libexec/httpd/ |
| printenv.lua | 62 httpd.print('<h2>Form Test</h2>') 65 <form method="POST" action="form?sender=me"> 68 </form> 77 function form(env, header, query) function 83 httpd.print('<h2>Form Variables</h2>') 99 httpd.register_handler('form', form)
|
| /src/usr.sbin/sysinst/arch/acorn32/ |
| menus.md.pl | 17 * 2. Redistributions in binary form must reproduce the above copyright
|
| /src/usr.sbin/sysinst/arch/alpha/ |
| menus.md.pl | 17 * 2. Redistributions in binary form must reproduce the above copyright
|
| /src/usr.sbin/sysinst/arch/bebox/ |
| menus.md.pl | 16 * 2. Redistributions in binary form must reproduce the above copyright
|
| /src/usr.sbin/sysinst/arch/cats/ |
| menus.md.pl | 16 * 2. Redistributions in binary form must reproduce the above copyright
|
| /src/usr.sbin/sysinst/arch/emips/ |
| menus.md.pl | 17 * 2. Redistributions in binary form must reproduce the above copyright
|
| /src/usr.sbin/sysinst/arch/evbarm/ |
| menus.md.pl | 17 * 2. Redistributions in binary form must reproduce the above copyright
|
| /src/usr.sbin/sysinst/arch/evbmips/ |
| menus.md.pl | 16 * 2. Redistributions in binary form must reproduce the above copyright
|
| /src/usr.sbin/sysinst/arch/evbppc/ |
| menus.md.pl | 16 * 2. Redistributions in binary form must reproduce the above copyright
|