Home
last modified time | relevance | path

Searched refs:head (Results 1 – 25 of 73) sorted by relevance

123

/vim-8.2.3635/src/
H A Dif_xcmdsrv.c183 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 Dchannel.c1513 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 Dstrings.c1591 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 Dcharset.c1230 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 Dos_win32.c343 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 Dtag.c1248 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 Dfoo.vim9 func foo#addFoo(head) argument
10 return a:head .. 'foo'
/vim-8.2.3635/src/xdiff/
H A Dxutils.c76 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 Dxtypes.h34 chanode_t *head, *tail; member
/vim-8.2.3635/runtime/doc/
H A Dvim2html.pl84 my $head = uc( $outfile );
94 <h2>$head</h2>
H A Devim.man41 head.
H A Dtest_urls.vim15 let s:command = 'curl --silent --fail --output /dev/null --head '
/vim-8.2.3635/runtime/indent/
H A Dlogtalk.vim42 " Check for clause head on previous line
45 " Check for grammar rule head on previous line
H A Dprolog.vim52 " Check for clause head on previous line
/vim-8.2.3635/runtime/autoload/dist/
H A Dft.vim60 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 Dsmil.vim47 syn keyword smilTagName contained smil head body anchor a switch region layout meta
51 syn match smilTagName contained "\<\(head\|body\)\>"
H A Drebol.vim94 syn keyword rebolLogicFunction head? tail?
116 syn keyword rebolStatement func function head insert last match next parse past
H A Dpod.vim13 " 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 Drcs.vim21 syn keyword rcsKeyword head branch access symbols locks strict
H A Dhtml.vim52 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 Draml.vim64 syn keyword httpVerbs get post put delete head patch options
/vim-8.2.3635/src/libvterm/
H A DREADME32 REMOTE - version at head on Github
/vim-8.2.3635/runtime/autoload/
H A Dhtmlcomplete.vim281 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 Dcobol.vim149 let head = strpart(getline('.'),0,7)
170 call setline('.',head.tail)
H A Deiffel.vim27 " Silly \%^ trick to match note at head of pair and in middle prevents

123