| /vim-8.2.3635/src/ |
| H A D | channel.c | 317 ch_log(channel, "Created channel"); in add_channel() 411 ch_log(channel, "Freeing channel"); in channel_free_contents() 764 ch_log(channel, "Connecting..."); in channel_connect() 818 ch_log(channel, in channel_connect() 1081 ch_log(channel, "Connection made"); in channel_open() 2200 ch_log(channel, in channel_parse_json() 2236 ch_log(channel, "timed out"); in channel_parse_json() 2520 ch_log(channel, "redraw"); in channel_exe_cmd() 3161 ch_log(channel, in channel_close() 3650 ch_log(channel, "Timed out"); in channel_read_block() [all …]
|
| H A D | job.c | 738 ch_log(job->jv_channel, "Freeing job"); in job_free_contents() 892 ch_log(NULL, "GUI not forking because a job is running"); in job_any_running() 1036 ch_log(job->jv_channel, "Invoking exit callback %s", in job_cleanup() 1103 ch_log(job->jv_channel, "detaching channel from job"); in job_unref() 1444 ch_log(NULL, "Starting job: %s", (char *)ga.ga_data); in job_start() 1449 ch_log(NULL, "Starting job: %s", (char *)cmd); in job_start() 1519 ch_log(job->jv_channel, "Job failed to start, job_stop() skipped"); in job_stop() 1524 ch_log(job->jv_channel, "Job has already ended, job_stop() skipped"); in job_stop() 1527 ch_log(job->jv_channel, "Stopping job with '%s'", (char *)arg); in job_stop()
|
| H A D | terminal.c | 1242 ch_log(term->tl_job->jv_channel, "updating screen"); in write_to_term() 3431 ch_log(NULL, "terminal job finished"); in term_after_channel_closed() 4288 ch_log(channel, "Unpermitted function: %s", func); in handle_call_command() 4302 ch_log(channel, "Function %s called", func); in handle_call_command() 4421 ch_log(channel, "Missing command"); in parse_osc() 4432 ch_log(channel, "Missing argument for %s", cmd); in parse_osc() 4443 ch_log(channel, "Invalid JSON received"); in parse_osc() 4705 ch_log(NULL, "%s: invalid buffer argument", where); in term_get_buf() 6417 ch_log(NULL, "term_wait(): no job to wait for"); in f_term_wait() 6758 ch_log(channel, "Opening output file %s", fname); in conpty_term_and_job_init() [all …]
|
| H A D | main.c | 1071 ch_log(NULL, is_safe ? "SafeState: Start triggering" in may_trigger_safestate() 1089 ch_log(NULL, "SafeState: reset: %s", reason); in state_no_longer_safe() 1115 ch_log(NULL, "SafeState: undo reset"); in may_trigger_safestateagain() 1127 ch_log(NULL, in may_trigger_safestateagain() 1136 ch_log(NULL, in may_trigger_safestateagain() 1543 ch_log(NULL, "Exiting..."); in getout()
|
| H A D | proto.h | 262 void ch_log(channel_T *ch, const char *fmt, ...) ATTRIBUTE_FORMAT_PRINTF(2, 3);
|
| H A D | ui.c | 543 ch_log(NULL, "ui_delay(%ld)", msec); in ui_delay() 974 ch_log(NULL, "raw key input: \"%s\"", inbuf + inbufcount); in fill_input_buf()
|
| H A D | os_unix.c | 4159 ch_log(NULL, "ioctl(TIOCSWINSZ) %s", in mch_report_winsize() 4167 ch_log(NULL, "ioctl(TIOCSSIZE) %s", in mch_report_winsize() 4476 ch_log(NULL, "starting terminal for system command '%s'", cmd); in mch_call_shell_terminal() 4501 ch_log(NULL, "system command finished"); in mch_call_shell_terminal() 4742 ch_log(NULL, "closing channel log in the child process"); in mch_call_shell_fork() 5567 ch_log(channel, "using pty %s on fd %d", in mch_job_start() 5850 ch_log(job->jv_channel, "Job no longer exists: %s", in mch_job_status() 5861 ch_log(job->jv_channel, "Job exited with %d", job->jv_exitval); in mch_job_status() 5869 ch_log(job->jv_channel, "Job terminated by signal \"%s\"", in mch_job_status() 5922 ch_log(job->jv_channel, "Job ended"); in mch_detect_ended_job() [all …]
|
| H A D | README.md | 110 ch_log(NULL, "Value is now %02x", value); 117 `ch_log()` calls, thus you always see that in the log.
|
| H A D | os_win32.c | 2084 ch_log(NULL, "raw key input: \"%s\"", buf); in mch_inchar() 4695 ch_log(NULL, "starting terminal to run a shell"); in mch_call_shell_terminal() 4700 ch_log(NULL, "starting terminal for system command '%s'", cmd); in mch_call_shell_terminal() 4735 ch_log(NULL, "system command finished"); in mch_call_shell_terminal() 5461 ch_log(job->jv_channel, "Job ended"); in mch_job_status()
|
| H A D | message.c | 167 ch_log(NULL, "ERROR: %s", (char *)s); in msg_attr_keep() 716 ch_log(NULL, "ERROR silent: %s", (char *)s); in emsg_core()
|
| H A D | window.c | 93 ch_log(NULL, "layout %s, wi: %d, he: %d, wwi: %d, whe: %d, id: %d", in log_frame_layout() 103 ch_log(NULL, "children"); in log_frame_layout() 106 ch_log(NULL, "END of children"); in log_frame_layout()
|
| H A D | term.c | 2576 ch_log(NULL, "raw %s output: \"%s\"", in out_flush()
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 238 call ch_log('executing "' . join(cmd) . '"') 363 call ch_log('executing "' . join(cmd) . '"') 480 call ch_log('sending to gdb: ' . a:cmd) 514 call ch_log('Interrupting gdb') 530 call ch_log('received from gdb: ' . a:text) 684 call ch_log("Returning from EndPromptDebug()") 1136 call ch_log('program stopped') 1139 call ch_log('program running') 1297 call ch_log('Detected process ID: ' . s:pid)
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.vim | 19 " Add ch_log() calls where you want to see what happens. 31 call ch_log(g:testfunc) 286 eval 'Test_two_channels()'->ch_log() 320 call ch_log('Ch_handler()') 2144 call ch_log('Test_zz_nl_err_to_out_pipe()') 2190 call ch_log('hello there') 2191 call ch_log('%s%s')
|
| H A D | test_netbeans.vim | 848 call ch_log('Test_nb_basic') 878 call ch_log('Test_nb_file_auth')
|
| H A D | test_vim9_builtin.vim | 487 …CheckDefAndScriptFailure2(['ch_log(true)'], 'E1013: Argument 1: type mismatch, expected string but… 488 …CheckDefAndScriptFailure2(['ch_log("a", 1)'], 'E1013: Argument 2: type mismatch, expected channel …
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 588 ch_log({msg} [, {handle}]) *ch_log()* 597 'did something'->ch_log() 607 Use |ch_log()| to write log messages. The file is flushed
|
| H A D | usr_41.txt | 1071 ch_log() write a message in the channel log file
|
| H A D | tags | 5758 ch_log() channel.txt /*ch_log()*
|
| H A D | version8.txt | 271 |ch_log()| write a message in the channel log file 8551 channel logging for jobs. Add ch_log(). 19804 Problem: Using multiple ch_log functions is clumsy. 24514 Solution: Add a ch_log() call in getout(). 24735 Problem: % argument in ch_log() causes trouble. 24736 Solution: Use string as third argument in internal ch_log(). (Dominique 36989 Solution: Remove the checks. Remove ch_log() calls.
|
| H A D | eval.txt | 2553 ch_log({msg} [, {handle}]) none write {msg} in the channel log file
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 81 … assert_equal assert_match atan browse bufloaded byteidx charclass chdir ch_log ch_sendexpr col co…
|