Home
last modified time | relevance | path

Searched refs:getmark (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmark.pro9 pos_T *getmark(int c, int changefile);
/vim-8.2.3635/src/
H A Dmark.c297 getmark(int c, int changefile) in getmark() function
H A Dif_tcl.c809 pos = getmark(line[0], FALSE); in bufselfcmd()
H A Dex_docmd.c3314 fp = getmark('<', FALSE); in parse_cmd_address()
3318 fp = getmark('>', FALSE); in parse_cmd_address()
4201 fp = getmark(*cmd, to_other_file && cmd[1] == NUL); in get_address()
H A Dif_py_both.h5344 posp = getmark(mark, FALSE); in BufferMark()
H A Dnormal.c5530 pos = getmark(c, (cap->oap->op_type == OP_NOP)); in nv_gomark()