Home
last modified time | relevance | path

Searched refs:position_check (Results 1 – 12 of 12) sorted by relevance

/dports/devel/ncurses/ncurses-6.3/ncurses/tty/
H A Dtty_update.c139 position_check(NCURSES_SP_DCLx int expected_y, int expected_x, const char *legend) in position_check() function
185 #define position_check(expected_y, expected_x, legend) /* nothing */ macro
200 position_check(NCURSES_SP_ARGx in GoTo()
208 position_check(NCURSES_SP_ARGx in GoTo()
438 position_check(NCURSES_SP_ARGx in PutCharLR()
497 position_check(NCURSES_SP_ARGx in wrap_cursor()
517 position_check(NCURSES_SP_ARGx in PutChar()
1660 position_check(NCURSES_SP_ARGx in ClearScreen()
1750 position_check(NCURSES_SP_ARGx in InsStr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/hda/
H A Dhda_controller.h80 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev); member
H A Dhda_controller.c1069 if (!chip->ops->position_check || in stream_update()
1070 chip->ops->position_check(chip, azx_dev)) { in stream_update()
H A Dhda_intel.c2081 .position_check = azx_position_check,
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/hda/
H A Dhda_controller.h80 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev); member
H A Dhda_controller.c1069 if (!chip->ops->position_check || in stream_update()
1070 chip->ops->position_check(chip, azx_dev)) { in stream_update()
H A Dhda_intel.c2081 .position_check = azx_position_check,
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/hda/
H A Dhda_controller.h80 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev); member
H A Dhda_controller.c1069 if (!chip->ops->position_check || in stream_update()
1070 chip->ops->position_check(chip, azx_dev)) { in stream_update()
H A Dhda_intel.c2081 .position_check = azx_position_check,
/dports/devel/adacurses/AdaCurses-20180127/
H A DNEWS8655 + minor fix to position_check() function, to ensure it gets the whole
9497 + fix some minor errors in position_check() debugging code, found while
/dports/devel/ncurses/ncurses-6.3/
H A DNEWS10209 + minor fix to position_check() function, to ensure it gets the whole
11051 + fix some minor errors in position_check() debugging code, found while