Searched refs:function_key (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c83 key_is_bound(WINDOW *win, const char *name, int curses_key, int function_key) argument
92 && p->binding[n].is_function_key == function_key) {
234 int function_key = (*fkey != 0); local
237 && !function_key
243 && q->is_function_key == function_key) {
/freebsd-11-stable/contrib/ee/
H A Dee.c282 void function_key P_((void));
652 function_key();
1536 function_key() /* process function key */ function
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl2.c2884 char function_key;
2899 function_key = constructor_p ? 'I' : 'D';
2910 body = start_objects (function_key, priority);
2922 body = start_objects (function_key, priority);
2951 body = start_objects (function_key, priority);
2959 finish_objects (function_key, priority, body);
2879 char function_key; local

Completed in 128 milliseconds