| /vim-8.2.3635/src/ |
| H A D | json_test.c | 31 js_read_T reader; in test_decode_find_end() local 33 reader.js_fill = NULL; in test_decode_find_end() 34 reader.js_used = 0; in test_decode_find_end() 47 reader.js_buf = (char_u *)"-"; in test_decode_find_end() 53 reader.js_buf = (char_u *)"f"; in test_decode_find_end() 150 reader->js_buf = reader->js_cookie; in fill_from_cookie() 160 js_read_T reader; in test_fill_called_on_find_end() local 163 reader.js_used = 0; in test_fill_called_on_find_end() 183 js_read_T reader; in test_fill_called_on_string() local 186 reader.js_used = 0; in test_fill_called_on_string() [all …]
|
| H A D | json.c | 374 if (reader->js_fill(reader)) in fill_numbuflen() 375 reader->js_end = reader->js_buf + STRLEN(reader->js_buf); in fill_numbuflen() 391 c = reader->js_buf[reader->js_used]; in json_skip_white() 394 if (reader->js_fill(reader)) in json_skip_white() 396 reader->js_end = reader->js_buf + STRLEN(reader->js_buf); in json_skip_white() 432 if (!reader->js_fill(reader)) in json_decode_string() 435 reader->js_end = reader->js_buf + STRLEN(reader->js_buf); in json_decode_string() 456 if (reader->js_fill(reader)) in json_decode_string() 1087 reader->js_end = reader->js_buf + STRLEN(reader->js_buf); in json_decode_all() 1119 reader->js_end = reader->js_buf + STRLEN(reader->js_buf); in json_decode() [all …]
|
| H A D | channel.c | 2093 keeplen = reader->js_end - reader->js_buf; in channel_fill() 2110 vim_free(reader->js_buf); in channel_fill() 2111 reader->js_buf = next; in channel_fill() 2123 js_read_T reader; in channel_parse_json() local 2135 reader.js_used = 0; in channel_parse_json() 2203 reader.js_used = 0; in channel_parse_json() 2240 reader.js_used = 0; in channel_parse_json() 2252 else if (reader.js_buf[reader.js_used] != NUL) in channel_parse_json() 2255 channel_save(channel, part, reader.js_buf + reader.js_used, in channel_parse_json() 2256 (int)(reader.js_end - reader.js_buf) - reader.js_used, in channel_parse_json() [all …]
|
| H A D | terminal.c | 4383 js_read_T reader; in parse_osc() local 4411 reader.js_buf = gap->ga_data; in parse_osc() 4412 reader.js_fill = NULL; in parse_osc() 4413 reader.js_used = 0; in parse_osc() 4414 if (json_decode(&reader, &tv, 0) == OK in parse_osc()
|
| /vim-8.2.3635/src/proto/ |
| H A D | json.pro | 4 int json_decode(js_read_T *reader, typval_T *res, int options); 5 int json_find_end(js_read_T *reader, int options);
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …reader-fn*","*e","*err*","*file*","*flush-on-newline*","*fn-loader*","*in*","*math-context*","*ns*…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | clojure.vim | 32 …reader","clojure.core/load-string","clojure.core/loaded-libs","clojure.core/long","clojure.core/lo… 36 …reader-fn*","*e","*err*","*file*","*flush-on-newline*","*fn-loader*","*in*","*math-context*","*ns*… 70 " * Must not contain any reader metacharacters except for ' and #
|
| H A D | ruby.vim | 419 syn match rubyAttribute "\%#=1\<attr_\%(accessor\|reader\|writer\)\>"
|
| H A D | sqlanywhere.vim | 561 syn keyword sqlKeyword quiesce quote quotes range readclientfile readcommitted reader readfile rea…
|
| H A D | lisp.vim | 121 syn keyword lispFunc array-has-fill-pointer-p get-properties reader-error
|
| H A D | progress.vim | 239 …ve-row-changes save-where-string sax-attributes sax-parse sax-parse-first sax-parse-next sax-reader
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | clojure.vim | 213 " Check if form is a reader conditional, that is, it is prefixed by #? 320 " TODO: Handle #=() and other rare reader invocations? 328 " Test words without namespace qualifiers and leading reader macro
|
| H A D | javascript.vim | 324 " https://github.com/sweet-js/sweet.js/wiki/design#give-lookbehind-to-the-reader
|
| /vim-8.2.3635/READMEdir/ |
| H A D | Contents | 19 Xxd Hex dumper and reader. Can be used to view files as hex, edit
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | helphelp.txt | 406 goal is that the reader understands how Vim works, the exact wording is
|
| H A D | syntax.txt | 1117 reader macro". 4759 inside a string. That's left as an exercise to the reader...).
|
| H A D | todo.txt | 4604 up/down). Like the "hand" in Acrobat reader. Use Alt-LeftMouse for this?
|