Searched refs:win (Results 176 - 177 of 177) sorted by relevance

12345678

/haiku-fatelf/src/libs/ncurses/
H A Dconfigure11607 struct ttysize win; /* FIXME: what system is this? */
11608 int y = win.ts_lines;
11609 int x = win.ts_cols;
11612 struct winsize win;
11613 int y = win.ws_row;
11614 int x = win.ws_col;
/haiku-fatelf/src/bin/gdb/bfd/
H A Delflink.c8876 goto win;
8884 win:

Completed in 65 milliseconds

12345678