Home
last modified time | relevance | path

Searched refs:reader (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/
H A Djson_test.c31 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 Djson.c374 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 Dchannel.c2093 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 Dterminal.c4383 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 Djson.pro4 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 Dclojurecomplete.vim12reader-fn*","*e","*err*","*file*","*flush-on-newline*","*fn-loader*","*in*","*math-context*","*ns*…
/vim-8.2.3635/runtime/syntax/
H A Dclojure.vim32reader","clojure.core/load-string","clojure.core/loaded-libs","clojure.core/long","clojure.core/lo…
36reader-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 Druby.vim419 syn match rubyAttribute "\%#=1\<attr_\%(accessor\|reader\|writer\)\>"
H A Dsqlanywhere.vim561 syn keyword sqlKeyword quiesce quote quotes range readclientfile readcommitted reader readfile rea…
H A Dlisp.vim121 syn keyword lispFunc array-has-fill-pointer-p get-properties reader-error
H A Dprogress.vim239 …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 Dclojure.vim213 " 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 Djavascript.vim324 " https://github.com/sweet-js/sweet.js/wiki/design#give-lookbehind-to-the-reader
/vim-8.2.3635/READMEdir/
H A DContents19 Xxd Hex dumper and reader. Can be used to view files as hex, edit
/vim-8.2.3635/runtime/doc/
H A Dhelphelp.txt406 goal is that the reader understands how Vim works, the exact wording is
H A Dsyntax.txt1117 reader macro".
4759 inside a string. That's left as an exercise to the reader...).
H A Dtodo.txt4604 up/down). Like the "hand" in Acrobat reader. Use Alt-LeftMouse for this?