Searched refs:space_ch (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/hci/mucurses/ |
D | slk.c | 77 int space_ch; in _print_label() local 81 space_ch = ' '; in _print_label() 85 memset( str, space_ch, (size_t)(slks->max_label_len) ); in _print_label() 90 memset( str, space_ch, in _print_label() 95 memset( str, space_ch, in _print_label() 102 memset(str+strlen(str), space_ch, in _print_label() 308 chtype space_ch; in slk_restore() local 317 space_ch = (chtype)' ' | slks->attrs; in slk_restore() 327 _wputch ( stdscr, space_ch, NOWRAP ); in slk_restore() 332 _wputch ( stdscr, space_ch, NOWRAP ); in slk_restore()
|