| /openbsd-src/lib/libusbhid/ |
| H A D | parse.c | 62 uint8_t pushlevel; /* current pushlevel */ member 218 if (s->pushlevel >= MAXPUSH) in hid_get_item_raw() 221 c = &s->cur[s->pushlevel]; in hid_get_item_raw() 413 if (s->pushlevel < MAXPUSH - 1) { in hid_get_item_raw() 414 s->pushlevel++; in hid_get_item_raw() 415 s->cur[s->pushlevel] = *c; in hid_get_item_raw() 420 c = &s->cur[s->pushlevel]; in hid_get_item_raw() 424 if (s->pushlevel > 0) { in hid_get_item_raw() 425 s->pushlevel--; in hid_get_item_raw() 426 c = &s->cur[s->pushlevel]; in hid_get_item_raw()
|
| /openbsd-src/sys/dev/hid/ |
| H A D | hid.c | 68 uint8_t pushlevel; /* current pushlevel */ member 202 if (s->pushlevel >= MAXPUSH) in hid_get_item() 205 c = &s->cur[s->pushlevel]; in hid_get_item() 391 if (s->pushlevel < MAXPUSH - 1) { in hid_get_item() 392 s->pushlevel++; in hid_get_item() 393 s->cur[s->pushlevel] = *c; in hid_get_item() 398 c = &s->cur[s->pushlevel]; in hid_get_item() 401 "item @ %d\n", s->pushlevel); in hid_get_item() 405 if (s->pushlevel > 0) { in hid_get_item() 406 s->pushlevel--; in hid_get_item() [all …]
|
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | treetree.c | 135 static void pushlevel (int ignore); 268 pushlevel (0); in tree_code_if_start() 288 pushlevel (0); in tree_code_if_else() 452 pushlevel (0); in tree_code_create_function_initial() 974 pushlevel (int ignore ATTRIBUTE_UNUSED) in pushlevel() function 1140 pushlevel (0); /* make the binding_level structure for global names */ in treelang_init_decl_processing()
|
| H A D | ChangeLog | 437 (pushlevel): Make static. Allocate an empty statement list. 452 tree_code_create_function_wrapup): Call pushlevel and poplevel 615 (pushlevel, poplevel, global_bindings_p, insert_block, set_block,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | langhooks.h | 137 void (*pushlevel) PARAMS ((int)); member
|
| H A D | langhooks-def.h | 207 #define LANG_HOOKS_PUSHLEVEL pushlevel
|
| H A D | c-objc-common.c | 329 pushlevel (0);
|
| H A D | c-tree.h | 187 extern void pushlevel PARAMS ((int));
|
| H A D | c-parse.in | 2064 pushlevel: /* empty */ 2065 { pushlevel (0); 2084 pushlevel (0); 2153 | pushlevel maybe_label_decls compstmt_contents_nonempty '}' poplevel 2504 { pushlevel (0); 2626 { pushlevel (0); 3121 pushlevel (0);
|
| H A D | profile.c | 1393 (*lang_hooks.decls.pushlevel) (0); in output_func_start_profiler()
|
| H A D | c-decl.c | 430 pushlevel (tag_transparent) in pushlevel() function 2499 pushlevel (0); in c_init_decl_processing() 5997 pushlevel (0);
|
| H A D | stmt.c | 1017 (*lang_hooks.decls.pushlevel) (0); 1091 (*lang_hooks.decls.pushlevel) (0);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | decl.c | 420 pushlevel (0); /* make the binding_level structure for global names */ in java_init_decl_processing() 1205 pushlevel (unused) in pushlevel() function 1496 pushlevel (1); 1751 pushlevel (2); 1802 pushlevel (1); /* Push parameters. */
|
| H A D | class.c | 870 pushlevel (0); 2162 pushlevel (0); in emit_register_classes()
|
| H A D | java-tree.h | 1138 extern void pushlevel PARAMS ((int));
|
| H A D | expr.c | 2589 pushlevel (2); /* 2 and above */
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
| H A D | treetree.c | 411 (*lang_hooks.decls.pushlevel) (0); in tree_code_create_function_initial() 442 (*lang_hooks.decls.pushlevel) (0); in tree_code_create_function_initial()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.h | 162 extern void pushlevel PARAMS ((int));
|
| H A D | com.c | 11232 pushlevel (0); in ffecom_init_0() 13123 pushlevel (0); in bison_rule_pushlevel_() 13992 pushlevel (0); in start_function() 14622 pushlevel (tag_transparent) in pushlevel() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | spew.c | 1362 pushlevel (0); in do_pending_defargs()
|
| H A D | decl.c | 1050 pushlevel (tag_transparent) in pushlevel() function 1084 pushlevel (1); 1097 pushlevel (0); 2512 pushlevel (0); 6979 pushlevel (0); in cxx_init_decl_processing() 14648 pushlevel (0); 15230 pushlevel (0);
|
| H A D | semantics.c | 147 pushlevel (0); in do_pushlevel()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2003 | 1220 (pushlevel): Remove declaration. 1230 (pushlevel): Remove. 1391 (pushlevel): Remove check for doing_semantic_analysis_p. 1423 (start_function): Use begin_scope, not pushlevel. 1426 (start_method): Use begin_scope, not pushlevel. 4129 (pushlevel): Use it. 4154 (pushlevel): Likewise.
|
| H A D | ChangeLog-1999 | 1945 * decl.c (pushlevel): Don't create 1958 Don't pushlevel when not doing semantic analysis. 2405 (pushlevel): Simplify. 3072 (pushlevel): Fix indentation.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 2932 pushlevel (0); in build_tmp_function_decl() 7006 pushlevel (0);
|