Searched refs:line (Results 1 – 9 of 9) sorted by relevance
/libuv/ |
H A D | CONTRIBUTING.md | 68 * Ensure that lines have no trailing whitespace, and use unix-style (LF) line 99 1. The first line should be 50 characters or less and contain a short 102 2. Keep the second line blank. 108 subsystem: explaining the commit in one line 120 The header line should be meaningful; it is what other people see when they
|
H A D | LINKS.md | 34 * [phastlight](https://github.com/phastlight/phastlight): Command line tool and web server written …
|
H A D | ChangeLog | 3026 * test: no extra new line in skipped test output (Bartosz Sosnowski) 3834 * win,tty: fix read stop in line mode (João Reis) 3836 * win,tty: don't duplicate handle for line reads (João Reis) 3838 * win,tty: restore cursor after canceling line read (Alexis Campailla) 4490 * unix: fix long line introduced in commit 94e628fa (Ben Noordhuis)
|
/libuv/src/unix/ |
H A D | ibmi.c | 318 static int get_ibmi_physical_address(const char* line, char (*phys_addr)[6]) { in get_ibmi_physical_address() argument 330 iconv_a2e(line, line_name, sizeof(line_name)); in get_ibmi_physical_address()
|
/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 303 int line, col; in compare_screen() local 321 line = current / actual->si.width + 1; in compare_screen() 322 col = current - actual->si.width * (line - 1) + 1; in compare_screen() 325 line, in compare_screen() 332 line = current / actual->si.width + 1; in compare_screen() 333 col = current - actual->si.width * (line - 1) + 1; in compare_screen() 336 line, in compare_screen()
|
/libuv/docs/src/ |
H A D | process.rst | 60 * converting the argument list into a command line string. This option is 190 Command line arguments. args[0] should be the path to the program. On
|
/libuv/src/win/ |
H A D | core.c | 75 const wchar_t* function, const wchar_t * file, unsigned int line, in uv__crt_invalid_parameter_handler() argument
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 300 … for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do
|
/libuv/docs/src/guide/ |
H A D | processes.rst | 215 If you run ``proc-stream`` you'll see that only the line "This is stderr" will
|
Completed in 27 milliseconds