Home
last modified time | relevance | path

Searched refs:yank (Results 1 – 9 of 9) sorted by relevance

/third_party/mksh/
Demacsfn.h111 FN(yank, "yank", 0)
132 FN(yank, "yank", 0)
/third_party/toybox/toys/pending/
Dvi.c42 } yank;
649 memset(TT.yank.data, 0, TT.yank.alloc); in vi_yank()
653 if (TT.yank.alloc < end-from) { in vi_yank()
657 TT.yank.data = xrealloc(TT.yank.data, new_bounds); in vi_yank()
658 TT.yank.alloc = new_bounds; in vi_yank()
662 for (str = TT.yank.data ; start<end; start++, str++) *str = text_byte(start); in vi_yank()
1014 char *start = TT.yank.data; in vi_push()
1508 TT.yank.data = xzalloc(128); in vi_main()
1510 TT.il->alloc = 80, TT.yank.alloc = 128; in vi_main()
1697 free(TT.il->data), free(TT.il), free(TT.yank.data); in vi_main()
/third_party/gettext/gettext-tools/emacs/
Dpo-mode.el1874 (if (po-set-msgstr-form (if (eq last-command 'yank) '(yank-pop 1) '(yank)))
1876 (setq this-command 'yank))
1995 (po-set-comment (if (eq last-command 'yank) '(yank-pop 1) '(yank)))
1996 (setq this-command 'yank)
/third_party/quickjs/
Drepl.js566 function yank() { function
754 "\x19": yank, /* ^Y - yank */
/third_party/gettext/gettext-tools/misc/
DChangeLog.0384 (po-msgid-to-msgstr, po-kill-msgstr, po-yank-msgstr, po-subedit-exit):
2386 po-yank-msgstr.
2474 po-kill-ring-save-comment and po-yank-comment).
/third_party/gettext/gettext-tools/doc/
Dgettext.texi4096 (@code{po-yank-msgstr}).
4170 @efindex po-yank-msgstr@r{, PO Mode command}
4171 The command @kbd{y} (@code{po-yank-msgstr}) completely replaces the
4270 (@code{po-yank-comment}).
4303 @efindex po-yank-comment@r{, PO Mode command}
4309 (@code{po-yank-comment}) completely replaces the translator comments
4332 regular Emacs commands @kbd{C-y} (@code{yank}) and @kbd{M-y}
4333 (@code{yank-pop}) to get the previous translation where she likes.
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt23179 yank
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dlcet10.txt5667 periodically to yank the whole file from RLIN and match it against one's
/third_party/NuttX/
DReleaseNotes21190 11. Extended yank/paste to manage a paste buffer with character mode in
21200 16. Modified yank / paste allocation scheme to avoid repeated alloc and