/netbsd/external/historical/nawk/dist/ |
H A D | awkgram.y | 180 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); } 181 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); } 182 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); } 184 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); } 310 | DELETE varname '[' patlist ']' { $$ = stat2(DELETE, makearr($2), $4); } 311 | DELETE varname { $$ = stat2(DELETE, makearr($2), 0); } 327 { $$ = stat2(DO, $3, notnull($7)); } 343 | while {inloop++;} stmt { --inloop; $$ = stat2(WHILE, $1, $3); }
|
H A D | ytab.c | 2706 { (yyval.p) = stat2(PASTAT, (yyvsp[0].p), stat2(PRINT, rectonode(), NIL)); } in yyparse() 2712 { (yyval.p) = stat2(PASTAT, (yyvsp[-3].p), (yyvsp[-1].p)); } in yyparse() 2718 { (yyval.p) = pa2stat((yyvsp[-3].p), (yyvsp[0].p), stat2(PRINT, rectonode(), NIL)); } in yyparse() 2730 { (yyval.p) = stat2(PASTAT, NIL, (yyvsp[-1].p)); } in yyparse() 3022 { (yyval.p) = stat2(DELETE, makearr((yyvsp[-3].p)), (yyvsp[-1].p)); } in yyparse() 3028 { (yyval.p) = stat2(DELETE, makearr((yyvsp[0].p)), 0); } in yyparse() 3072 { (yyval.p) = stat2(DO, (yyvsp[-6].p), notnull((yyvsp[-2].p))); } in yyparse() 3142 { --inloop; (yyval.p) = stat2(WHILE, (yyvsp[-2].p), (yyvsp[0].p)); } in yyparse()
|
H A D | proto.h | 85 extern Node *stat2(int, Node *, Node *);
|
H A D | parse.c | 123 Node *stat2(int a, Node *b, Node *c) in stat2() function
|
/netbsd/sys/dev/isa/ |
H A D | cec.c | 245 u_int8_t stat1, stat2; in cecintr() local 248 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2); in cecintr() 251 sc, stat1, stat2)); in cecintr() 663 u_int8_t stat1, stat2; in cecwait() local 669 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2); in cecwait() 681 if ((stat1 & x1) || (stat2 & x2)) in cecwait()
|
/netbsd/external/bsd/ntp/dist/ntpd/ |
H A D | refclock_oncore.c | 604 struct stat stat1, stat2; in oncore_start() local 682 if (stat(device2, &stat2)) { in oncore_start() 683 stat2.st_dev = stat2.st_ino = -2; in oncore_start() 702 if ((stat1.st_dev == stat2.st_dev) && (stat1.st_ino == stat2.st_ino)) /* same device here */ in oncore_start()
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-stmt.c | 829 tree stat = NULL_TREE, stat2 = NULL_TREE; in gfc_trans_lock_unlock() local 945 stat2 = stat; in gfc_trans_lock_unlock() 983 if (stat2 != NULL_TREE) in gfc_trans_lock_unlock() 984 gfc_add_modify (&se.pre, stat2, in gfc_trans_lock_unlock() 985 fold_convert (TREE_TYPE (stat2), stat)); in gfc_trans_lock_unlock() 1010 tree stat = NULL_TREE, stat2 = NULL_TREE; in gfc_trans_event_post_wait() local 1143 stat2 = stat; in gfc_trans_event_post_wait() 1170 if (stat2 != NULL_TREE) in gfc_trans_event_post_wait() 1171 gfc_add_modify (&se.pre, stat2, fold_convert (TREE_TYPE (stat2), stat)); in gfc_trans_event_post_wait()
|
H A D | trans-stmt.cc | 863 tree stat = NULL_TREE, stat2 = NULL_TREE; in gfc_trans_lock_unlock() local 979 stat2 = stat; in gfc_trans_lock_unlock() 1017 if (stat2 != NULL_TREE) in gfc_trans_lock_unlock() 1018 gfc_add_modify (&se.pre, stat2, in gfc_trans_lock_unlock() 1019 fold_convert (TREE_TYPE (stat2), stat)); in gfc_trans_lock_unlock() 1044 tree stat = NULL_TREE, stat2 = NULL_TREE; in gfc_trans_event_post_wait() local 1177 stat2 = stat; in gfc_trans_event_post_wait() 1204 if (stat2 != NULL_TREE) in gfc_trans_event_post_wait() 1205 gfc_add_modify (&se.pre, stat2, fold_convert (TREE_TYPE (stat2), stat)); in gfc_trans_event_post_wait()
|
H A D | trans-intrinsic.c | 11673 tree stat = NULL_TREE, stat2 = NULL_TREE; in conv_intrinsic_event_query() local 11785 stat2 = stat; in conv_intrinsic_event_query() 11801 if (stat2 != NULL_TREE) in conv_intrinsic_event_query() 11802 gfc_add_modify (&se.pre, stat2, in conv_intrinsic_event_query() 11803 fold_convert (TREE_TYPE (stat2), stat)); in conv_intrinsic_event_query()
|
H A D | trans-intrinsic.cc | 12040 tree stat = NULL_TREE, stat2 = NULL_TREE; in conv_intrinsic_event_query() local 12152 stat2 = stat; in conv_intrinsic_event_query() 12168 if (stat2 != NULL_TREE) in conv_intrinsic_event_query() 12169 gfc_add_modify (&se.pre, stat2, in conv_intrinsic_event_query() 12170 fold_convert (TREE_TYPE (stat2), stat)); in conv_intrinsic_event_query()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-stmt.c | 829 tree stat = NULL_TREE, stat2 = NULL_TREE; in gfc_trans_lock_unlock() local 945 stat2 = stat; in gfc_trans_lock_unlock() 983 if (stat2 != NULL_TREE) in gfc_trans_lock_unlock() 984 gfc_add_modify (&se.pre, stat2, in gfc_trans_lock_unlock() 985 fold_convert (TREE_TYPE (stat2), stat)); in gfc_trans_lock_unlock() 1010 tree stat = NULL_TREE, stat2 = NULL_TREE; in gfc_trans_event_post_wait() local 1143 stat2 = stat; in gfc_trans_event_post_wait() 1170 if (stat2 != NULL_TREE) in gfc_trans_event_post_wait() 1171 gfc_add_modify (&se.pre, stat2, fold_convert (TREE_TYPE (stat2), stat)); in gfc_trans_event_post_wait()
|
H A D | trans-intrinsic.c | 11673 tree stat = NULL_TREE, stat2 = NULL_TREE; in conv_intrinsic_event_query() local 11785 stat2 = stat; in conv_intrinsic_event_query() 11801 if (stat2 != NULL_TREE) in conv_intrinsic_event_query() 11802 gfc_add_modify (&se.pre, stat2, in conv_intrinsic_event_query() 11803 fold_convert (TREE_TYPE (stat2), stat)); in conv_intrinsic_event_query()
|
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | arc.c | 888 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument 891 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \ 897 ARCSTAT_BUMP(arcstat_##notstat1##_##stat2##_##stat); \
|