ws
extern istream& ws(istream& ins);
inline istream& WS(istream& __str) { return ws(__str); }
status_t nm_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
status_t nm_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
status_t nv_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
status_t nv_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
int len, ws, ps, ptr;
ws = CU8(base + ATOM_CT_WS_PTR);
if (ws)
ectx.ws = (uint32*)malloc(4 * ws);
ectx.ws = NULL;
free(ectx.ws);
free(ectx.ws);
val = ctx->ws[idx];
ctx->ws[idx] = val;
uint32 *ps, *ws;
status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
int32 ws = current_workspace();
if (ws != current_workspace())
struct winsize ws = { handshake.row, handshake.col };
ioctl(0, TIOCSWINSZ, &ws, sizeof(ws));
struct winsize ws;
if (ioctl(fileno(stdin), TIOCGWINSZ, (char *)&ws) >= 0) {
*rows = ws.ws_row;
*cols = ws.ws_col;
struct winsize ws;
memset((char *)&ws, 0, sizeof(ws));
ws.ws_col = def_col;
ws.ws_row = def_row;
(void)ioctl(t, TIOCSWINSZ, (char *)&ws);
struct winsize ws;
ws.ws_col = parm1;
ws.ws_row = parm2;
(void) ioctl(pty, TIOCSWINSZ, (char *)&ws);
struct winsize ws;
memset((char *)&ws, 0, sizeof(ws));
ws.ws_col = def_col;
ws.ws_row = def_row;
(void) ioctl(pty, TIOCSWINSZ, (char *)&ws);
struct winsize ws;
if (ioctl(1, TIOCGWINSZ, &ws) < 0) {
if (ws.ws_row <= 0) {
columns = ws.ws_col;
rows = ws.ws_row;
virtual void WorkspaceActivated(int32 ws, bool state);
const word *ws;
wd=(void *)d; ws=(const void *)s;
for (; n>=sizeof(size_t) && !HASZERO(*ws^k);
n-=sizeof(size_t), ws++, wd++) *wd = *ws;
d=(void *)wd; s=(const void *)ws;
const word *ws;
wd=(void *)d; ws=(const void *)s;
for (; !HASZERO(*ws); *wd++ = *ws++);
d=(void *)wd; s=(const void *)ws;
const word *ws;
wd=(void *)d; ws=(const void *)s;
for (; n>=sizeof(size_t) && !HASZERO(*ws);
n-=sizeof(size_t), ws++, wd++) *wd = *ws;
d=(void *)wd; s=(const void *)ws;
const word *ws;
wd=(void *)d; ws=(const void *)s;
for (; n>=sizeof(size_t) && !HASZERO(*ws);
n-=sizeof(size_t), ws++, wd++) *wd = *ws;
d=(void *)wd; s=(const void *)ws;
winsize ws;
ws.ws_row = rows;
ws.ws_col = cols;
ws.ws_xpixel = Bounds().IntegerWidth();
ws.ws_ypixel = Bounds().IntegerHeight();
ioctl(fSlaveFD, TIOCSWINSZ, &ws);
winsize ws;
ws.ws_row = rows;
ws.ws_col = cols;
ws.ws_xpixel = (uint16)width;
ws.ws_ypixel = (uint16)height;
ioctl(fSlaveFD, TIOCSWINSZ, &ws);
NWindowScreen *ws = new NWindowScreen(&ret);
if((ws == NULL) || (ret < B_OK))