Home
last modified time | relevance | path

Searched refs:label_width (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libcurses/base/
H A Dlib_slk.c63 #define LabelWidth label_width
/openbsd/lib/libcurses/tinfo/
H A Dtinfo_driver.c743 TCB->info.labelwidth = VALID_NUMERIC(label_width) ? label_width : 0; in drv_init()
/openbsd/lib/libcurses/
H A Dterm.h208 #define label_width CUR Numbers[10] macro
H A DCaps279 label_width lw num lw - - ----- columns in each label
/openbsd/usr.bin/tic/
H A Ddump_entry.c367 return ((idx <= NUM_IDX(label_width)) ? TRUE : FALSE); in version_filter()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog9808 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9809 a collision with the label_width macro defined in term.h on AiX.