tag | line | file | source code |
---|---|---|---|
box | 130 | scripts/lxdialog/dialog.h | void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box, |
box | 287 | scripts/lxdialog/util.c | chtype box, chtype border) |
box | 300 | scripts/lxdialog/util.c | waddch (win, box | ACS_URCORNER); |
box | 302 | scripts/lxdialog/util.c | waddch (win, box | ACS_LRCORNER); |
box | 306 | scripts/lxdialog/util.c | waddch (win, box | ACS_HLINE); |
box | 310 | scripts/lxdialog/util.c | waddch (win, box | ACS_VLINE); |
box | 312 | scripts/lxdialog/util.c | waddch (win, box | ' '); |