Home
last modified time | relevance | path

Searched refs:pp (Results 1 – 25 of 1630) sorted by relevance

12345678910>>...66

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc371 pp_space (pp); in dump_function_declaration()
380 pp_comma (pp); in dump_function_declaration()
381 pp_space (pp); in dump_function_declaration()
418 pp_colon (pp); in dump_array_domain()
766 pp_colon (pp); in dump_omp_clause()
1395 pp_space (pp); in dump_omp_clauses()
2152 pp_string (pp, pp_buffer (pp)->digit_buffer); in dump_generic_node()
2757 pp_dot (pp); in dump_generic_node()
2882 pp_space (pp); in dump_generic_node()
2884 pp_space (pp); in dump_generic_node()
[all …]
H A Dtree-pretty-print.c344 pp_space (pp); in dump_function_declaration()
353 pp_comma (pp); in dump_function_declaration()
354 pp_space (pp); in dump_function_declaration()
391 pp_colon (pp); in dump_array_domain()
524 pp_string (pp, in dump_omp_clause()
776 pp_colon (pp); in dump_omp_clause()
1995 pp_string (pp, pp_buffer (pp)->digit_buffer); in dump_generic_node()
2578 pp_dot (pp); in dump_generic_node()
2701 pp_space (pp); in dump_generic_node()
2703 pp_space (pp); in dump_generic_node()
[all …]
H A Dpretty-print.c790 pp->maximum_length = pp_line_cutoff (pp); in pp_set_real_maximum_length()
797 pp->maximum_length = pp_line_cutoff (pp) + 32; in pp_set_real_maximum_length()
799 pp->maximum_length = pp_line_cutoff (pp); in pp_set_real_maximum_length()
1313 pp_begin_quote (pp, pp_show_color (pp)); in pp_format()
1318 pp_string (pp, colorize_start (pp_show_color (pp), in pp_format()
1457 pp_string (pp, colorize_stop (pp_show_color (pp))); in pp_format()
1475 ok = pp_format_decoder (pp) (pp, text, p, in pp_format()
1483 pp_end_quote (pp, pp_show_color (pp)); in pp_format()
1496 pp->m_format_postprocessor->handle (pp); in pp_format()
1644 pp_append_r (pp, pp->prefix, prefix_length); in pp_emit_prefix()
[all …]
H A Dpretty-print.cc790 pp->maximum_length = pp_line_cutoff (pp); in pp_set_real_maximum_length()
797 pp->maximum_length = pp_line_cutoff (pp) + 32; in pp_set_real_maximum_length()
799 pp->maximum_length = pp_line_cutoff (pp); in pp_set_real_maximum_length()
1313 pp_begin_quote (pp, pp_show_color (pp)); in pp_format()
1318 pp_string (pp, colorize_start (pp_show_color (pp), in pp_format()
1457 pp_string (pp, colorize_stop (pp_show_color (pp))); in pp_format()
1475 ok = pp_format_decoder (pp) (pp, text, p, in pp_format()
1483 pp_end_quote (pp, pp_show_color (pp)); in pp_format()
1496 pp->m_format_postprocessor->handle (pp); in pp_format()
1644 pp_append_r (pp, pp->prefix, prefix_length); in pp_emit_prefix()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c344 pp_space (pp); in dump_function_declaration()
353 pp_comma (pp); in dump_function_declaration()
354 pp_space (pp); in dump_function_declaration()
391 pp_colon (pp); in dump_array_domain()
524 pp_string (pp, in dump_omp_clause()
776 pp_colon (pp); in dump_omp_clause()
1995 pp_string (pp, pp_buffer (pp)->digit_buffer); in dump_generic_node()
2578 pp_dot (pp); in dump_generic_node()
2701 pp_space (pp); in dump_generic_node()
2703 pp_space (pp); in dump_generic_node()
[all …]
H A Dpretty-print.c790 pp->maximum_length = pp_line_cutoff (pp); in pp_set_real_maximum_length()
797 pp->maximum_length = pp_line_cutoff (pp) + 32; in pp_set_real_maximum_length()
799 pp->maximum_length = pp_line_cutoff (pp); in pp_set_real_maximum_length()
1313 pp_begin_quote (pp, pp_show_color (pp)); in pp_format()
1318 pp_string (pp, colorize_start (pp_show_color (pp), in pp_format()
1457 pp_string (pp, colorize_stop (pp_show_color (pp))); in pp_format()
1475 ok = pp_format_decoder (pp) (pp, text, p, in pp_format()
1483 pp_end_quote (pp, pp_show_color (pp)); in pp_format()
1496 pp->m_format_postprocessor->handle (pp); in pp_format()
1644 pp_append_r (pp, pp->prefix, prefix_length); in pp_emit_prefix()
[all …]
/netbsd/games/hunt/huntd/
H A Dexecute.c60 ch = pp->p_cbuf[pp->p_ncount++]; in mon_execute()
81 ch = pp->p_cbuf[pp->p_ncount++]; in execute()
311 fixshots(pp->p_y, pp->p_x, pp->p_over); in move_player()
365 add_shot(shot_type[req_index], pp->p_y, pp->p_x, pp->p_face, in fire()
366 shot_req[req_index], pp, false, pp->p_face); in fire()
373 for (pp = Player; pp < End_player; pp++) in fire()
376 for (pp = Monitor; pp < End_monitor; pp++) in fire()
412 add_shot(SLIME, pp->p_y, pp->p_x, pp->p_face, in fire_slime()
419 showexpl(pp->p_y, pp->p_x, SLIME); in fire_slime()
420 for (pp = Player; pp < End_player; pp++) in fire_slime()
[all …]
H A Ddraw.c53 clrscr(pp); in drawmaze()
54 outstr(pp, pp->p_maze[0], WIDTH); in drawmaze()
60 if (pp->p_x == x && pp->p_y == y) in drawmaze()
63 outch(pp, player_sym(pp, y, x)); in drawmaze()
69 outstr(pp, pp->p_maze[HEIGHT - 1], WIDTH); in drawmaze()
135 x = pp->p_x; in look()
136 y = pp->p_y; in look()
183 x = pp->p_x; in see()
272 rpp = pp; in check()
322 Maze[y][x] = draw ? pp->p_face : pp->p_over; in drawplayer()
[all …]
/netbsd/sys/kern/
H A Dsubr_pool.c663 pp->pr_wchan, pp->pr_nitems, pp->pr_itemsperpage); in pr_rmpage()
1540 pp->pr_hiwat = pp->pr_npages; in pool_prime_page()
1707 if (pp->pr_nitems - pp->pr_itemsperpage < pp->pr_minitems || in pool_reclaim()
1898 pp->pr_wchan, pp, pp->pr_size, pp->pr_align, pp->pr_npages, in pool_print1()
1899 pp->pr_nitems, pp->pr_nout, pp->pr_nget, pp->pr_nput, in pool_print1()
1900 pp->pr_npagealloc, pp->pr_npagefree, pp->pr_nidle); in pool_print1()
1905 pp->pr_wchan, pp->pr_size, pp->pr_align, pp->pr_itemoffset, in pool_print1()
1909 pp->pr_minitems, pp->pr_minpages, pp->pr_maxpages, pp->pr_npages); in pool_print1()
1911 pp->pr_itemsperpage, pp->pr_nitems, pp->pr_nout, pp->pr_hardlimit); in pool_print1()
1914 pp->pr_nget, pp->pr_nfail, pp->pr_nput); in pool_print1()
[all …]
/netbsd/games/atc/
H A Dupdate.c87 for (pp = ground.head; pp != NULL; pp = pp->next) { in update()
98 for (pp = air.head; pp != NULL; pp = pp->next) { in update()
107 pp->altitude += SGN(pp->new_altitude - pp->altitude); in update()
110 dir_diff = pp->new_dir - pp->dir; in update()
133 if (pp->delayd && pp->xpos == sp->beacon[pp->delayd_no].x && in update()
202 for (pp = air.head; pp != NULL; pp = p2) { in update()
280 else if (pp->new_dir != pp->dir) in command()
328 for (pp = air.head; pp != NULL; pp = pp->next) in next_plane()
334 for (pp = ground.head; pp != NULL; pp = pp->next) in next_plane()
422 for (pp = air.head; pp != NULL; pp = pp->next) in findplane()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.cc737 pp_space (pp); in pp_cxx_new_expression()
786 pp_space (pp); in pp_cxx_delete_expression()
937 pp_cxx_dot (pp); in pp_cxx_pm_expression()
1472 pp_star (pp); in pp_cxx_ptr_operator()
1484 pp_star (pp); in pp_cxx_ptr_operator()
1494 pp_star (pp); in pp_cxx_ptr_operator()
1734 pp_colon (pp); in pp_cxx_ctor_initializer()
2195 pp_equal (pp); in pp_cxx_namespace_alias_definition()
2290 pp_minus (pp); in pp_cxx_canonical_template_parameter()
2568 pp_space (pp); in pp_cxx_unary_right_fold_expression()
[all …]
H A Dcxx-pretty-print.c727 pp_space (pp); in pp_cxx_new_expression()
776 pp_space (pp); in pp_cxx_delete_expression()
927 pp_cxx_dot (pp); in pp_cxx_pm_expression()
1447 pp_star (pp); in pp_cxx_ptr_operator()
1459 pp_star (pp); in pp_cxx_ptr_operator()
1469 pp_star (pp); in pp_cxx_ptr_operator()
1709 pp_colon (pp); in pp_cxx_ctor_initializer()
2224 pp_equal (pp); in pp_cxx_namespace_alias_definition()
2319 pp_minus (pp); in pp_cxx_canonical_template_parameter()
2597 pp_space (pp); in pp_cxx_unary_right_fold_expression()
[all …]
H A Derror.c327 pp_equal (pp); in dump_template_parameter()
373 pp_equal (pp); in dump_template_bindings()
413 pp_equal (pp); in dump_template_bindings()
817 pp_star (pp); in dump_type_prefix()
1065 pp_less (pp); in dump_simple_decl()
1376 pp->type_id (t); in dump_decl()
1779 pp_equal (pp); in dump_parameters()
2225 pp_cxx_dot (pp); in dump_expr()
2637 pp_cxx_dot (pp); in dump_expr()
3770 pp_newline (pp); in print_concept_check_info()
[all …]
H A Derror.cc210 pp_string (pp, n); in dump_module_suffix()
361 pp_equal (pp); in dump_template_parameter()
445 pp_equal (pp); in dump_template_bindings()
483 pp_equal (pp); in dump_template_bindings()
902 pp_star (pp); in dump_type_prefix()
1155 pp_less (pp); in dump_simple_decl()
1472 pp->type_id (t); in dump_decl()
1876 pp_equal (pp); in dump_parameters()
2326 pp_cxx_dot (pp); in dump_expr()
2722 pp_cxx_dot (pp); in dump_expr()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c727 pp_space (pp); in pp_cxx_new_expression()
776 pp_space (pp); in pp_cxx_delete_expression()
927 pp_cxx_dot (pp); in pp_cxx_pm_expression()
1447 pp_star (pp); in pp_cxx_ptr_operator()
1459 pp_star (pp); in pp_cxx_ptr_operator()
1469 pp_star (pp); in pp_cxx_ptr_operator()
1709 pp_colon (pp); in pp_cxx_ctor_initializer()
2224 pp_equal (pp); in pp_cxx_namespace_alias_definition()
2319 pp_minus (pp); in pp_cxx_canonical_template_parameter()
2597 pp_space (pp); in pp_cxx_unary_right_fold_expression()
[all …]
H A Derror.c327 pp_equal (pp); in dump_template_parameter()
373 pp_equal (pp); in dump_template_bindings()
413 pp_equal (pp); in dump_template_bindings()
817 pp_star (pp); in dump_type_prefix()
1065 pp_less (pp); in dump_simple_decl()
1376 pp->type_id (t); in dump_decl()
1779 pp_equal (pp); in dump_parameters()
2225 pp_cxx_dot (pp); in dump_expr()
2637 pp_cxx_dot (pp); in dump_expr()
3770 pp_newline (pp); in print_concept_check_info()
[all …]
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_ulink.c144 pp->io.fd = fd; in ulink_start()
147 pp->io.fd = -1; in ulink_start()
151 pp->unitptr = up; in ulink_start()
176 up = pp->unitptr; in ulink_shutdown()
294 char_quality, &pp->year, &pp->day, in ulink_receive()
295 &pp->hour, &syncchar, &pp->minute, &pp->second, in ulink_receive()
366 char_quality, &pp->year, &pp->day, in ulink_receive()
367 &pp->hour, &syncchar, &pp->minute, &pp->second, in ulink_receive()
428 &pp->hour, &pp->minute, &pp->second, in ulink_receive()
558 if (pp->coderecv == pp->codeproc) { in ulink_poll()
[all …]
H A Drefclock_fg.c123 pp->unitptr = up; in fg_start()
127 pp->io.fd = fd; in fg_start()
130 pp->io.fd = -1; in fg_start()
198 pp->polls++; in fg_poll()
303 if ((pp->hour == 10) && (pp->minute == 10)) { in fg_receive()
307 snprintf(pp->a_lastcode, sizeof(pp->a_lastcode), in fg_receive()
308 "%d %d %d %d %d", pp->year, pp->day, pp->hour, in fg_receive()
309 pp->minute, pp->second); in fg_receive()
310 pp->lencode = strlen(pp->a_lastcode); in fg_receive()
316 pp->year, pp->day, pp->hour, pp->minute, pp->second); in fg_receive()
[all …]
H A Drefclock_hopfser.c264 (pp->minute < 0) || (pp->minute > 59) || (pp->second < 0) || in hopfserial_receive()
268 (pp->year < 0) || (pp->year > 99)) { in hopfserial_receive()
276 pp->day = ymd2yd(pp->year,month,day); in hopfserial_receive()
277 pp->leap=0; in hopfserial_receive()
288 snprintf(pp->a_lastcode, sizeof(pp->a_lastcode), in hopfserial_receive()
294 pp->year, in hopfserial_receive()
295 pp->hour, in hopfserial_receive()
296 pp->minute, in hopfserial_receive()
299 pp->lencode = strlen(pp->a_lastcode); in hopfserial_receive()
333 pp->lastref = pp->lastrec; in hopfserial_receive()
[all …]
H A Drefclock_wwvb.c335 &syncchar, &pp->day, &pp->hour, &pp->minute, in wwvb_receive()
348 &syncchar, &qualchar, &pp->year, &pp->day, in wwvb_receive()
349 &pp->hour, &pp->minute, &pp->second, &pp->nsec, in wwvb_receive()
366 &syncchar, &pp->year, &month, &day, &pp->hour, in wwvb_receive()
369 pp->day = ymd2yd(pp->year, month, day); in wwvb_receive()
403 pp->lastref = pp->lastrec; in wwvb_receive()
444 if (!refclock_process_f(pp, pp->fudgetime2)) in wwvb_receive()
514 pp->polls++; in wwvb_poll()
520 if (pp->sloppyclockflag & CLK_FLAG4 && pp->hour < in wwvb_poll()
535 pp->coderecv = pp->codeproc; in wwvb_poll()
[all …]
/netbsd/bin/csh/
H A Dproc.c109 for (pp = proclist.p_next; pp != NULL; pp = pp->p_next) in pchild()
214 for (pp = proclist.p_next; pp != NULL; pp = pp->p_next) { in pnote()
269 pp = pp->p_friends; in pjwait()
365 for (pp = proclist.p_next; pp; pp = pp->p_next) in dowait()
384 for (pp = proclist.p_next; pp != NULL; pp = pp->p_next) in pflushall()
405 pp = pp->p_friends; in pflush()
488 pp->p_friends = pp; in palloc()
861 for (pp = proclist.p_next; pp; pp = pp->p_next) in dojobs()
1145 for (pp = proclist.p_next; pp; pp = pp->p_next) in panystop()
1168 for (pp = proclist.p_next; pp; pp = pp->p_next) in pfind()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.c72 pp_space (pp); in pp_c_whitespace()
121 pp_dot (pp); in pp_c_dot()
135 pp_star (pp); in pp_c_star()
142 pp_arrow (pp); in pp_c_arrow()
200 pp->type_id (t); in pp_c_type_cast()
280 pp_c_star (pp); in pp_c_pointer()
949 pp_string (pp, pp_buffer (pp)->digit_buffer); in pp_c_integer_constant()
1038 pp_string (pp, pp_buffer(pp)->digit_buffer); in pp_c_floating_constant()
1068 pp_string (pp, pp_buffer(pp)->digit_buffer); in pp_c_fixed_constant()
1956 pp_plus (pp); in pp_c_additive_expression()
[all …]
H A Dc-pretty-print.cc75 pp_space (pp); in pp_c_whitespace()
124 pp_dot (pp); in pp_c_dot()
138 pp_star (pp); in pp_c_star()
145 pp_arrow (pp); in pp_c_arrow()
203 pp->type_id (t); in pp_c_type_cast()
286 pp_c_star (pp); in pp_c_pointer()
1008 pp_string (pp, pp_buffer (pp)->digit_buffer); in pp_c_integer_constant()
1097 pp_string (pp, pp_buffer(pp)->digit_buffer); in pp_c_floating_constant()
1127 pp_string (pp, pp_buffer(pp)->digit_buffer); in pp_c_fixed_constant()
2330 pp_plus (pp); in pp_c_additive_expression()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.c72 pp_space (pp); in pp_c_whitespace()
121 pp_dot (pp); in pp_c_dot()
135 pp_star (pp); in pp_c_star()
142 pp_arrow (pp); in pp_c_arrow()
200 pp->type_id (t); in pp_c_type_cast()
280 pp_c_star (pp); in pp_c_pointer()
949 pp_string (pp, pp_buffer (pp)->digit_buffer); in pp_c_integer_constant()
1038 pp_string (pp, pp_buffer(pp)->digit_buffer); in pp_c_floating_constant()
1068 pp_string (pp, pp_buffer(pp)->digit_buffer); in pp_c_fixed_constant()
1956 pp_plus (pp); in pp_c_additive_expression()
[all …]
/netbsd/games/mille/
H A Dmove.c67 PLAY *pp; in domove() local
153 sort(pp->hand); in domove()
162 pp->hand[i] = pp->hand[j]; in domove()
179 PLAY *pp, *op; in check_go() local
182 for (pp = Player; pp < &Player[2]; pp++) { in check_go()
207 playcard(PLAY *pp) in playcard() argument
245 if (!pp->can_go) in playcard()
249 pp->total += v; in playcard()
264 if (pp->battle != C_INIT && pp->battle != C_STOP in playcard()
336 if (pp->battle == C_STOP || pp->battle == C_INIT) { in playcard()
[all …]

12345678910>>...66