Searched refs:stat2 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/historical/nawk/dist/
H A Dawkgram.y180 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 Dproto.h85 extern Node *stat2(int, Node *, Node *);
H A Dparse.c123 Node *stat2(int a, Node *b, Node *c) function
/netbsd-current/sys/dev/isa/
H A Dcec.c245 u_int8_t stat1, stat2; local
248 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2);
250 DPRINTF(DBG_INTR, ("cecintr: sc=%p stat1=0x%x stat2=0x%x\n",
251 sc, stat1, stat2));
663 u_int8_t stat1, stat2; local
669 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2);
681 if ((stat1 & x1) || (stat2 & x2))
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_oncore.c604 struct stat stat1, stat2; local
682 if (stat(device2, &stat2)) {
683 stat2.st_dev = stat2.st_ino = -2;
702 if ((stat1.st_dev == stat2.st_dev) && (stat1.st_ino == stat2.st_ino)) /* same device here */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c829 tree stat = NULL_TREE, stat2 = NULL_TREE; local
945 stat2 = stat;
983 if (stat2 != NULL_TREE)
984 gfc_add_modify (&se.pre, stat2,
985 fold_convert (TREE_TYPE (stat2), stat));
1010 tree stat = NULL_TREE, stat2 = NULL_TREE; local
1143 stat2 = stat;
1170 if (stat2 != NULL_TREE)
1171 gfc_add_modify (&se.pre, stat2, fold_convert (TREE_TYPE (stat2), sta
[all...]
H A Dtrans-intrinsic.c11673 tree stat = NULL_TREE, stat2 = NULL_TREE; local
11785 stat2 = stat;
11801 if (stat2 != NULL_TREE)
11802 gfc_add_modify (&se.pre, stat2,
11803 fold_convert (TREE_TYPE (stat2), stat));
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc863 tree stat = NULL_TREE, stat2 = NULL_TREE; local
979 stat2 = stat;
1017 if (stat2 != NULL_TREE)
1018 gfc_add_modify (&se.pre, stat2,
1019 fold_convert (TREE_TYPE (stat2), stat));
1044 tree stat = NULL_TREE, stat2 = NULL_TREE; local
1177 stat2 = stat;
1204 if (stat2 != NULL_TREE)
1205 gfc_add_modify (&se.pre, stat2, fold_convert (TREE_TYPE (stat2), sta
[all...]
H A Dtrans-intrinsic.cc12042 tree stat = NULL_TREE, stat2 = NULL_TREE; local
12154 stat2 = stat;
12170 if (stat2 != NULL_TREE)
12171 gfc_add_modify (&se.pre, stat2,
12172 fold_convert (TREE_TYPE (stat2), stat));
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c888 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \
891 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \
897 ARCSTAT_BUMP(arcstat_##notstat1##_##stat2##_##stat); \

Completed in 223 milliseconds