Home
last modified time | relevance | path

Searched refs:pY (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ncurses/menu/
H A Dm_cursor.c54 _nc_menu_cursor_pos(const MENU *menu, const ITEM *item, int *pY, int *pX) in MENU_EXPORT()
56 if (!menu || !pX || !pY) in MENU_EXPORT()
68 *pY = (item->y - menu->toprow) * menu->spc_rows; in MENU_EXPORT()
H A Dmenu.priv.h134 int* pY, int* pX);
H A Dllib-lmenut78 int *pY,
H A Dllib-lmenutw78 int *pY,
H A Dllib-lmenuw78 int *pY,
H A Dllib-lmenu78 int *pY,
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c2065 wmouse_trafo(const WINDOW *win, int *pY, int *pX, bool to_screen) in wmouse_trafo() argument
2071 (void *) pY, in wmouse_trafo()
2075 if (win && pY && pX) { in wmouse_trafo()
2076 int y = *pY; in wmouse_trafo()
2094 *pY = y; in wmouse_trafo()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_dsa.h970 CpaFlatBuffer *pY);
/freebsd/contrib/file/tests/
H A Dmatilde.arm.testfile67 $�dm�l��+H�<pY6����`c��&��+ʑ� �:���
/freebsd/sys/dev/qat/qat_api/common/stubs/
H A Dlac_stubs.c110 CpaFlatBuffer *pY) in cpaCyDsaGenYParam() argument
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest1502 int *pY,
H A Dllib-lncurses1493 int *pY,
H A Dllib-lncursestw2083 int *pY,
H A Dllib-lncursesw2074 int *pY,
/freebsd/contrib/sqlite3/
H A Dsqlite3.c33366 const Expr *pX, *pY, *pZ; in sqlite3TreeViewExpr() local
33370 pY = pExpr->x.pList->a[0].pExpr; in sqlite3TreeViewExpr()
33374 sqlite3TreeViewExpr(pView, pY, 1); in sqlite3TreeViewExpr()
148264 Expr *pY = pX->pEList->a[j].pExpr;
148265 if( pY->op==TK_NULL ) continue;
148266 pY->op = TK_NULL;
148267 ExprClearProperty(pY, EP_Skip|EP_Unlikely);
164628 const WhereLoop *pY /* Compare against this WhereLoop */
164631 if( pX->rRun>pY->rRun && pX->nOut>pY->nOut ) return 0; /* (1d) and (2a) */
164633 assert( (pY->wsFlags & WHERE_VIRTUALTABLE)==0 );
[all …]