Searched refs:con_out_ours (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dscreen.c127 static HANDLE con_out_ours = INVALID_HANDLE_VALUE; /* our own */ variable
1493 if (con_out_ours == INVALID_HANDLE_VALUE)
1499 con_out_ours = CreateConsoleScreenBuffer(
1509 SetConsoleScreenBufferSize(con_out_ours, size);
1510 SetConsoleActiveScreenBuffer(con_out_ours);
1511 con_out = con_out_ours;
1523 (void) CloseHandle(con_out_ours);
1884 if (!no_init && con_out_ours == con_out)

Completed in 42 milliseconds