| /vim-8.2.3635/src/ |
| H A D | if_xcmdsrv.c | 183 static x_queue_T head = {NULL, 0, NULL, NULL}; variable 1167 head.next = &head; in save_in_queue() 1168 head.prev = &head; in save_in_queue() 1172 node->next = &head; in save_in_queue() 1173 node->prev = head.prev; in save_in_queue() 1174 head.prev->next = node; in save_in_queue() 1175 head.prev = node; in save_in_queue() 1188 while (head.next != NULL && head.next != &head) in server_parse_messages() 1190 node = head.next; in server_parse_messages() 1191 head.next = node->next; in server_parse_messages() [all …]
|
| H A D | channel.c | 1513 head->cq_prev = item; in channel_set_req_callback() 1516 head->cq_next = item; in channel_set_req_callback() 1804 return head->rq_next; in channel_peek() 1844 head->rq_prev = NULL; in channel_get() 1993 head->rq_prev = node; in channel_collapse() 2049 head->rq_prev = node; in channel_save() 2052 head->rq_next = node; in channel_save() 2060 head->rq_next = node; in channel_save() 2063 head->rq_prev = node; in channel_save() 2182 head->jq_next = item; in channel_parse_json() [all …]
|
| H A D | strings.c | 1591 char_u *head; in f_trim() local 1609 head = tv_get_string_buf_chk(&argvars[0], buf1); in f_trim() 1610 if (head == NULL) in f_trim() 1642 while (*head != NUL) in f_trim() 1644 c1 = PTR2CHAR(head); in f_trim() 1658 MB_PTR_ADV(head); in f_trim() 1662 tail = head + STRLEN(head); in f_trim() 1666 for (; tail > head; tail = prev) in f_trim() 1669 MB_PTR_BACK(head, prev); in f_trim() 1686 rettv->vval.v_string = vim_strnsave(head, tail - head); in f_trim()
|
| H A D | charset.c | 1230 int head; in getvcol() local 1267 head = 0; in getvcol() 1300 head = 1; in getvcol() 1319 head = 0; in getvcol() 1320 incr = win_lbr_chartabsize(wp, line, ptr, vcol, &head); in getvcol() 1336 *start = vcol + head; in getvcol() 1350 *cursor = vcol + head; // cursor at start in getvcol()
|
| H A D | os_win32.c | 343 int head; in read_console_input() local 380 head = 0; in read_console_input() 394 head++; in read_console_input() 6326 char_u *head) in get_seq() argument 6331 if (head == NULL || *head != '\033') in get_seq() 6335 p = head; in get_seq() 6352 char_u *head) in get_sgr() argument 6364 char_u *head, in sgrn2() argument 6379 char_u *head, in sgrnc() argument 6406 char_u *head, in sgrn2c() argument [all …]
|
| H A D | tag.c | 1248 char_u *head; // start of pattern head member 1259 pats->head = pats->pat; in prepare_pats() 1266 pats->head = pats->pat + 1; in prepare_pats() 1268 pats->head = pats->pat + 2; in prepare_pats() 1269 if (pats->head == pats->pat) in prepare_pats() 1272 for (pats->headlen = 0; pats->head[pats->headlen] != NUL; in prepare_pats() 1275 pats->head[pats->headlen]) != NULL) in prepare_pats() 2304 tagcmp = tag_strnicmp(tagp.tagname, orgpat.head, in find_tags() 2307 tagcmp = STRNCMP(tagp.tagname, orgpat.head, cmplen); in find_tags() 2360 if (MB_STRNICMP(tagp.tagname, orgpat.head, cmplen) != 0) in find_tags() [all …]
|
| /vim-8.2.3635/src/testdir/sautest/autoload/ |
| H A D | foo.vim | 9 func foo#addFoo(head) argument 10 return a:head .. 'foo'
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xutils.c | 76 cha->head = cha->tail = NULL; in xdl_cha_init() 89 for (cur = cha->head; (tmp = cur) != NULL;) { in xdl_cha_free() 109 if (!cha->head) in xdl_cha_alloc() 110 cha->head = ancur; in xdl_cha_alloc()
|
| H A D | xtypes.h | 34 chanode_t *head, *tail; member
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim2html.pl | 84 my $head = uc( $outfile ); 94 <h2>$head</h2>
|
| H A D | evim.man | 41 head.
|
| H A D | test_urls.vim | 15 let s:command = 'curl --silent --fail --output /dev/null --head '
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | logtalk.vim | 42 " Check for clause head on previous line 45 " Check for grammar rule head on previous line
|
| H A D | prolog.vim | 52 " Check for clause head on previous line
|
| /vim-8.2.3635/runtime/autoload/dist/ |
| H A D | ft.vim | 60 let head = " ".getline(1)." ".getline(2)." ".getline(3)." ".getline(4). 62 let match = matchstr(head, '\sasmsyntax=\zs[a-zA-Z0-9]\+\ze\s') 65 …elseif ((head =~? '\.title') || (head =~? '\.ident') || (head =~? '\.macro') || (head =~? '\.subti…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | smil.vim | 47 syn keyword smilTagName contained smil head body anchor a switch region layout meta 51 syn match smilTagName contained "\<\(head\|body\)\>"
|
| H A D | rebol.vim | 94 syn keyword rebolLogicFunction head? tail? 116 syn keyword rebolStatement func function head insert last match next parse past
|
| H A D | pod.vim | 13 " syn region myPOD start="^=pod" start="^=head" end="^=cut" keepend contained contains=@Pod 32 syn match podCommand "^=head[1234]" nextgroup=podCmdText contains=@NoSpell
|
| H A D | rcs.vim | 21 syn keyword rcsKeyword head branch access symbols locks strict
|
| H A D | html.vim | 52 syn match htmlTagName contained "\<\(b\|i\|u\|h[1-6]\|em\|strong\|head\|body\|title\)\>" 199 …syn region htmlHead start="<head\>" end="</head\_s*>"me=s-1 end="<body\>"me=s-1 end="<h[1-6]\>"me=…
|
| H A D | raml.vim | 64 syn keyword httpVerbs get post put delete head patch options
|
| /vim-8.2.3635/src/libvterm/ |
| H A D | README | 32 REMOTE - version at head on Github
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | htmlcomplete.vim | 281 let head = getline(search('<head\>'), search('<\/head>')) 282 let headjoined = join(copy(head), ' ') 307 let filestable = filter(copy(head), "v:val =~ '\\(@import\\|link.*stylesheet\\)'")
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | cobol.vim | 149 let head = strpart(getline('.'),0,7) 170 call setline('.',head.tail)
|
| H A D | eiffel.vim | 27 " Silly \%^ trick to match note at head of pair and in middle prevents
|