Searched refs:newaction (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dcommand.c1188 int newaction; local
1200 newaction = A_NOACTION;
1232 if (newaction == A_NOACTION)
1239 if (newaction != A_NOACTION)
1241 action = newaction;
1242 newaction = A_NOACTION;
1442 newaction = forw_loop(0);
1446 newaction = forw_loop(1);
/freebsd-13-stable/usr.sbin/moused/
H A Dmoused.c1122 mousestatus_t newaction = action0; local
1126 r_statetrans(&action0, &newaction,
1127 A(newaction.button & MOUSE_BUTTON1DOWN,
1131 newaction.button = MOUSE_BUTTON2DOWN;
1132 r_click(&newaction);
1135 r_timestamp(&newaction);
1136 newaction.obutton = newaction.button;
1137 newaction.button = action0.button;
1138 r_click(&newaction);
[all...]
/freebsd-13-stable/sys/cam/nvme/
H A Dnvme_xpt.c99 #define NVME_PROBE_SET_ACTION(softc, newaction) \
105 text[(newaction)])); \
106 (softc)->action = (newaction); \
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_xpt.c124 #define PROBE_SET_ACTION(softc, newaction) \
130 text[(newaction)])); \
131 (softc)->action = (newaction); \
/freebsd-13-stable/sys/cam/ata/
H A Data_xpt.c125 #define PROBE_SET_ACTION(softc, newaction) \
131 text[(newaction)])); \
132 (softc)->action = (newaction); \
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_xpt.c172 #define PROBE_SET_ACTION(softc, newaction) \
178 text[(newaction)])); \
179 (softc)->action = (newaction); \

Completed in 270 milliseconds