Home
last modified time | relevance | path

Searched defs:Xclose (Results 1 – 7 of 7) sorted by relevance

/dports/shells/pdksh/pdksh-5.2.14/
H A Dexpand.h60 #define Xclose(xs, xp) (char*) aresize((void*)(xs).beg, \ macro
/dports/shells/oksh/oksh-7.0/
H A Dexpand.h61 #define Xclose(xs, xp) aresize((xs).beg, ((xp) - (xs).beg), (xs).areap) macro
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_quickfix.vim20 command! -nargs=* Xclose <mods>cclose <args> command
57 command! -nargs=* Xclose <mods>lclose <args> command
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_quickfix.vim20 command! -nargs=* Xclose <mods>cclose <args> command
57 command! -nargs=* Xclose <mods>lclose <args> command
/dports/devel/9base/9base-6/rc/
H A Dexec.c280 Xclose(void) in Xclose() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rc/
H A Dexec.c281 Xclose(void) in Xclose() function
/dports/shells/mksh/mksh/
H A Dsh.h2118 #define Xclose(xs,xp) aresize((xs).beg, (xp) - (xs).beg, (xs).areap) macro