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

/freebsd-12-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-12-stable/usr.sbin/moused/
H A Dmoused.c1145 mousestatus_t newaction = action0; local
1149 r_statetrans(&action0, &newaction,
1150 A(newaction.button & MOUSE_BUTTON1DOWN,
1154 newaction.button = MOUSE_BUTTON2DOWN;
1155 r_click(&newaction);
1158 r_timestamp(&newaction);
1159 newaction.obutton = newaction.button;
1160 newaction.button = action0.button;
1161 r_click(&newaction);
[all...]
/freebsd-12-stable/sys/cam/mmc/
H A Dmmc_xpt.c124 #define PROBE_SET_ACTION(softc, newaction) \
130 text[(newaction)])); \
131 (softc)->action = (newaction); \
/freebsd-12-stable/sys/cam/nvme/
H A Dnvme_xpt.c99 #define NVME_PROBE_SET_ACTION(softc, newaction) \
105 text[(newaction)])); \
106 (softc)->action = (newaction); \
/freebsd-12-stable/sys/cam/ata/
H A Data_xpt.c125 #define PROBE_SET_ACTION(softc, newaction) \
131 text[(newaction)])); \
132 (softc)->action = (newaction); \
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_xpt.c171 #define PROBE_SET_ACTION(softc, newaction) \
177 text[(newaction)])); \
178 (softc)->action = (newaction); \

Completed in 300 milliseconds