Searched refs:mvaddstr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dmenu_ui.c164 mvaddstr ( ( MENU_ROW - 1 ), ( MENU_COL + MENU_PAD ),
166 mvaddstr ( ( MENU_ROW + MENU_ROWS ), ( MENU_COL + MENU_PAD ),
H A Dsettings_ui.c413 mvaddstr ( SETTINGS_LIST_ROW - 1,
416 mvaddstr ( SETTINGS_LIST_ROW + SETTINGS_LIST_ROWS,
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h288 //extern int mvaddstr ( int, int, const char * );
607 static inline int mvaddstr ( int y, int x, const char *str ) { function

Completed in 47 milliseconds