Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 25 of 28) sorted by relevance

12

/vim-8.2.3635/src/
H A Dbufwrite.c184 n = utf_ptr2len_len(ip->bw_rest, ip->bw_restlen + l); in buf_write_bytes()
207 mch_memmove(ip->bw_rest, ip->bw_rest + n, in buf_write_bytes()
236 ip->bw_conv_error_lnum = ip->bw_start_lnum; in buf_write_bytes()
268 from = ip->bw_conv_buf + ip->bw_conv_buflen - fromlen; in buf_write_bytes()
269 mch_memmove(from, ip->bw_rest, (size_t)ip->bw_restlen); in buf_write_bytes()
354 if (to + 6 >= ip->bw_conv_buf + ip->bw_conv_buflen) in buf_write_bytes()
395 from = ip->bw_conv_buf + ip->bw_conv_buflen - fromlen; in buf_write_bytes()
396 mch_memmove(from, ip->bw_rest, (size_t)ip->bw_restlen); in buf_write_bytes()
406 ip->bw_conv_buf, &len, ip->bw_conv_buflen, in buf_write_bytes()
407 ip->bw_rest, &ip->bw_restlen) == FAIL) in buf_write_bytes()
[all …]
H A Dmemline.c485 infoptr_T *ip; in ml_set_crypt_key() local
588 ip->ip_bnum = bnum; in ml_set_crypt_key()
1155 infoptr_T *ip; in ml_recover() local
1673 bnum = ip->ip_bnum; in ml_recover()
2789 infoptr_T *ip; in ml_append_int() local
3609 infoptr_T *ip; in ml_delete_int() local
4129 infoptr_T *ip; in ml_find_line() local
4195 if (ip->ip_low <= lnum && ip->ip_high >= lnum) in ml_find_line()
4198 low = ip->ip_low; in ml_find_line()
4248 ip->ip_low = low; in ml_find_line()
[all …]
H A Dlist.c1273 listitem_T *ip; in vimlist_remove() local
1278 for (ip = item; ip != NULL; ip = ip->li_next) in vimlist_remove()
1281 list_fix_watch(l, ip); in vimlist_remove()
1282 if (ip == item2) in vimlist_remove()
H A Dspell.c3142 int *ip; in spell_soundfold_sofo() local
3155 ip = ((int **)slang->sl_sal.ga_data)[c & 0xff]; in spell_soundfold_sofo()
3156 if (ip == NULL) // empty list, can't match in spell_soundfold_sofo()
3161 if (*ip == 0) // not found in spell_soundfold_sofo()
3166 if (*ip == c) // match! in spell_soundfold_sofo()
3168 c = ip[1]; in spell_soundfold_sofo()
3171 ip += 2; in spell_soundfold_sofo()
H A Dspellfile.c1590 idx_T *ip; in spell_read_tree() local
1611 ip = lalloc_clear(len * sizeof(int), TRUE); in spell_read_tree()
1612 if (ip == NULL) in spell_read_tree()
1614 *idxsp = ip; in spell_read_tree()
1617 idx = read_tree_node(fd, bp, ip, len, 0, prefixtree, prefixcnt); in spell_read_tree()
H A Dregexp_nfa.c4966 int *ip) in addstate_here() argument
4970 int listidx = *ip; in addstate_here()
5037 *ip = listidx - 1; in addstate_here()
/vim-8.2.3635/runtime/syntax/
H A Dindent.vim33 syn match indentOptions '-\%(bli\|c\%([bl]i\|[dip]\)\=\|di\=\|ip\=\|lc\=\|pp\=i\|sbi\|ts\|-\%(bra…
129 syn keyword indentOptions -ip -ei -nei
H A Dhog.vim44 syn keyword HogSuppressOptions skipwhite ip nextgroup=HogIPAddr
95 syn keyword HogRuleProto ip tcp tcp-pkt tcp-stream udp icmp http ftp tls smb dns dcerpc ss…
H A Dterminfo.vim47 \ is1 is2 is3 if iprog initc initp ich1 il1 ip
H A Dmplayerconf.vim105 \ term-osd-esc title tvscan udp-ip udp-master
H A Drpl.vim181 syntax match rplIntrinsic "\(^\|\s\+\)ip\ze\($\|\s\+\)"
394 " [S][ip].[fp]
396 " [S]ip[.fp]E[S]exp
H A Daml.vim22 …[n] alt[erarchive] am[sarc] and annoa[lignment] annoadd annocapture annocl[ip] annoco[verage] anno…
27 …raphp[oint] graphs[hade] gray[shade] gre[aterthan] grid grida[scii] gridcl[ip] gridclip gridco[mpo…
28 …] labelm[arkers] labels labelsc[ale] labelsp[ot] labelt[ext] lal latticecl[ip] latticeco[ntour] la…
H A Ddnsmasq.vim128 syn match DnsmasqKeyword "^\s*dhcp-sequential-ip\>"
H A Dia64.vim237 syn keyword ia64registers sp gp pr pr.rot rp ip tp
H A Dclojure.vim108 …|i%(n%(scriptional_pa%(rthian|hlavi)|herited)|mperial_aramaic|tal)|p%(h%(l[ip]|oenician|ag%(s_pa)?…
H A Dnginx.vim1165 " IP Blocker Module <https://github.com/tmthrgd/nginx-ip-blocker>
/vim-8.2.3635/runtime/tools/
H A Ddemoserver.py79 ip, port = server.server_address variable
/vim-8.2.3635/src/testdir/
H A Dtest_netbeans.py188 ip, port = server.server_address variable
H A Dtest_channel.py263 ip, port = server.server_address[0:2]
H A Dtest_visual.vim402 " When start and end of visual area are identical, 'ap' or 'ip' select
409 " When start and end of visual area are not identical, 'ap' or 'ip'
H A Dtest_substitute.vim76 \ { 'cmd': ':s/t/r/ip', 'exp': 'resting string' },
/vim-8.2.3635/runtime/doc/
H A Dvisual.txt238 ip inner paragraph |v_ip|
H A Dmotion.txt577 *v_ip* *ip*
578 ip "inner paragraph", select [count] paragraphs (see
H A Dindex.txt515 |v_ip| ip "inner paragraph"
996 |v_ip| ip extend highlighted area with inner paragraph
H A Dquickref.txt469 |v_ip| N ip Select "inner paragraph"

12