Searched refs:curs (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/arch/sparc64/dev/
H A Dcreator.c222 struct wsdisplay_cursor *curs; local
264 curs = (struct wsdisplay_cursor *)data;
265 if (curs->which & WSDISPLAY_CURSOR_DOCUR)
266 curs->enable = sc->sc_curs_enabled;
267 if (curs->which & WSDISPLAY_CURSOR_DOPOS) {
268 curs->pos.x = sc->sc_curs_pos.x;
269 curs->pos.y = sc->sc_curs_pos.y;
271 if (curs->which & WSDISPLAY_CURSOR_DOHOT) {
272 curs->hot.x = sc->sc_curs_hot.x;
273 curs
341 creator_setcursor(struct creator_softc *sc, struct wsdisplay_cursor *curs) argument
[all...]
/openbsd-current/sys/dev/sbus/
H A Dcgsix.c248 struct wsdisplay_cursor *curs; local
298 curs = (struct wsdisplay_cursor *)data;
299 return (cgsix_setcursor(sc, curs));
301 curs = (struct wsdisplay_cursor *)data;
302 if (curs->which & WSDISPLAY_CURSOR_DOCUR)
303 curs->enable = sc->sc_curs_enabled;
304 if (curs->which & WSDISPLAY_CURSOR_DOPOS) {
305 curs->pos.x = sc->sc_curs_pos.x;
306 curs->pos.y = sc->sc_curs_pos.y;
308 if (curs
373 cgsix_setcursor(struct cgsix_softc *sc, struct wsdisplay_cursor *curs) argument
[all...]
/openbsd-current/games/hack/
H A Dhack.termcap.c163 curs(int x, int y) function
196 curs(x, y);
263 curs(cx, cy);
282 curs(1, 1); /* using UP ... */
330 curs(cx, cy);
H A Dhack.pager.c195 curs(1, ROWNO+4);
203 curs(1, LI);
210 curs(1, ROWNO+4);
234 curs(1, ROWNO+4);
313 curs(lth, curline);
320 curs(lth, curline);
H A Dhack.rip.c92 curs(1, 8);
H A Dhack.pri.c84 curs(u.ux-1, u.uy+1);
87 curs(u.ux-1, u.uy+2);
90 curs(u.ux-1, u.uy+3);
242 curs(x,y);
320 curs(xmin,y+2);
336 curs(1,ROWNO+3);
345 curs(u.ux, u.uy+2);
720 curs(i,ROWNO+2);
H A Dhack.topl.c144 curs(tlx,tly);
156 curs(tlx, tly);
H A Dhack.do_name.c85 curs(cx,cy+2);
107 curs(cx,cy+2);
H A Dhack.h616 void curs(int, int);
/openbsd-current/sys/arch/amd64/amd64/
H A Dpowernow-k8.c347 int curs, needtran; local
359 curs = k8pnow_acpi_states(nstate, pss, npss, status);
362 if (curs < 0) {
367 curs = ((perflevel * npss) + 1) / 101;
368 if (curs >= npss)
369 curs = npss - 1;
373 ctrl = pss[curs].pss_ctrl;
384 k8pnow_transition(nstate, curs);
393 int curs; local
402 curs
[all...]
/openbsd-current/sys/arch/i386/i386/
H A Dpowernow-k8.c400 int curs; local
408 curs = k8pnow_acpi_states(cstate, pss, npss, status);
409 ctrl = pss[curs].pss_ctrl;
423 int curs; local
432 curs = k8pnow_acpi_states(cstate, pss, cstate->n_states, status);
433 ctrl = pss[curs].pss_ctrl;
H A Dpowernow-k7.c335 int curs; local
343 curs = k7pnow_acpi_states(cstate, pss, npss, status);
344 ctrl = pss[curs].pss_ctrl;
352 int curs; local
361 curs = k7pnow_acpi_states(cstate, pss, cstate->n_states, status);
373 ctrl = pss[curs].pss_ctrl;
/openbsd-current/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py379 curs = get_cursors(tu, 'f')
381 self.assertEqual(len(curs), 2)
382 self.assertEqual(curs[0].semantic_parent, curs[1].semantic_parent)
383 self.assertEqual(curs[0].semantic_parent, decl)
387 curs = get_cursors(tu, 'f')
389 self.assertEqual(len(curs), 2)
390 self.assertNotEqual(curs[0].lexical_parent, curs[1].lexical_parent)
391 self.assertEqual(curs[
[all...]

Completed in 599 milliseconds