Searched refs:pX (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/contrib/ncurses/menu/ |
| D | m_cursor.c | 53 _nc_menu_cursor_pos(const MENU * menu, const ITEM * item, int *pY, int *pX) in NCURSES_EXPORT() 55 if (!menu || !pX || !pY) in NCURSES_EXPORT() 66 *pX = item->x * (menu->spc_cols + menu->itemlen); in NCURSES_EXPORT()
|
| D | menu.priv.h | 123 int* pY, int* pX);
|
| D | llib-lmenuw | 78 int *pX)
|
| D | llib-lmenu | 78 int *pX)
|
| /freebsd-10-stable/contrib/ncurses/ncurses/base/ |
| D | lib_mouse.c | 1407 wmouse_trafo(const WINDOW *win, int *pY, int *pX, bool to_screen) in wmouse_trafo() argument 1411 T((T_CALLED("wmouse_trafo(%p,%p,%p,%d)"), win, pY, pX, to_screen)); in wmouse_trafo() 1413 if (win && pY && pX) { in wmouse_trafo() 1415 int x = *pX; in wmouse_trafo() 1430 *pX = x; in wmouse_trafo()
|
| /freebsd-10-stable/contrib/sqlite3/ |
| D | sqlite3.c | 18988 struct tm *pX; in osLocaltime() local 18993 pX = localtime(t); in osLocaltime() 18995 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0; in osLocaltime() 18997 if( pX ) *pTm = *pX; in osLocaltime() 18999 rc = pX==0; in osLocaltime() 22620 static int debugMutexHeld(sqlite3_mutex *pX){ in debugMutexHeld() argument 22621 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexHeld() 22624 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() argument 22625 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexNotheld() 22671 static void debugMutexFree(sqlite3_mutex *pX){ in debugMutexFree() argument [all …]
|
| D | shell.c | 2550 void *pX in sql_trace_callback() argument 2556 const char *z = (const char*)pX; in sql_trace_callback()
|
| /freebsd-10-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 13636 struct tm *pX; in osLocaltime() local 13641 pX = localtime(t); in osLocaltime() 13643 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0; in osLocaltime() 13645 if( pX ) *pTm = *pX; in osLocaltime() 13647 rc = pX==0; in osLocaltime() 17015 static int debugMutexHeld(sqlite3_mutex *pX){ in debugMutexHeld() argument 17016 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexHeld() 17019 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() argument 17020 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexNotheld() 17062 static void debugMutexFree(sqlite3_mutex *pX){ in debugMutexFree() argument [all …]
|
| /freebsd-10-stable/contrib/ncurses/ncurses/ |
| D | llib-lncurses | 1291 int *pX,
|
| D | llib-lncursest | 1295 int *pX,
|
| D | llib-lncursesw | 1799 int *pX,
|