Searched refs:mvaddstr (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/ |
H A D | menu_ui.c | 164 mvaddstr ( ( MENU_ROW - 1 ), ( MENU_COL + MENU_PAD ), 166 mvaddstr ( ( MENU_ROW + MENU_ROWS ), ( MENU_COL + MENU_PAD ),
|
H A D | settings_ui.c | 413 mvaddstr ( SETTINGS_LIST_ROW - 1, 416 mvaddstr ( SETTINGS_LIST_ROW + SETTINGS_LIST_ROWS,
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | curses.h | 288 //extern int mvaddstr ( int, int, const char * ); 607 static inline int mvaddstr ( int y, int x, const char *str ) { function
|
Completed in 47 milliseconds