MCPcopy Create free account
hub / github.com/gwsw/less / pclose

Function pclose

ttyin.c:123–132  ·  view source on GitHub ↗

* Close the pipe, restoring the keyboard (CMD resets it, losing the mouse). */

(f)

Source from the content-addressed store, hash-verified

121 * Close the pipe, restoring the keyboard (CMD resets it, losing the mouse).
122 */
123 int
124pclose(f)
125 FILE *f;
126{
127 int result;
128
129 result = _pclose(f);
130 SetConsoleMode(tty, ENABLE_PROCESSED_INPUT | ENABLE_MOUSE_INPUT);
131 return result;
132}
133#endif
134
135/*

Callers 7

scrsizeFunction · 0.85
pipe_dataFunction · 0.85
lglobFunction · 0.85
open_altfileFunction · 0.85
close_altfileFunction · 0.85
close_pipeFunction · 0.85
findgtagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…