/freebsd/usr.bin/paste/ |
H A D | paste.1 | 36 .Nm paste 111 .Dl "ls | paste - - -" 115 .Dl "paste -s -d '\et\en' myfile" 120 .Dl "sed = myfile | paste - -" 129 .Dl "find / -name bin -type d | paste -s -d : -"
|
H A D | Makefile | 1 PROG= paste
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 165 // Issue an extension diagnostic for the paste operator. in MaybeRemoveCommaBeforeVaArgs() 173 // If the comma was right after another paste (e.g. "X##,##__VA_ARGS__"), in MaybeRemoveCommaBeforeVaArgs() 258 // We don't want a space for the next token after a paste in ExpandFunctionArguments() 349 "no token paste before __VA_OPT__"); in ExpandFunctionArguments() 406 // Find out if there is a paste (##) operator before or after the token. in ExpandFunctionArguments() 496 // but it can affect paste behavior when at the start or end of a in ExpandFunctionArguments() 509 // Okay, we have a token that is either the LHS or RHS of a paste (##) in ExpandFunctionArguments() 517 // the expander tries to paste ',' with the first token of the __VA_ARGS__ in ExpandFunctionArguments() 524 // Remove the paste operator, report use of the extension. in ExpandFunctionArguments() 546 // pseudo-paste extension ", ## __VA_ARGS__". in ExpandFunctionArguments() [all …]
|
/freebsd/tools/debugscripts/ |
H A D | dot.gdbinit | 73 # capability to pass data to scripts, so we have to mark it and paste 77 # getsyms uses the information in the "dump", and you have to paste it. 94 echo Select the list above with the mouse, paste into the screen\n 102 Display kldstat information for the target machine and invite user to paste it back in. This cause…
|
/freebsd/share/man/man4/ |
H A D | syscons.4 | 210 .Ss Mouse Support and Copy-and-Paste 211 You can use your mouse to copy text on the screen and paste it as if 230 option below to make the right button to paste the text. 358 to use the right button of the mouse to paste text. 360 .Sx Mouse Support and Copy-and-Paste 408 This option disables ``copy and paste'' operation in virtual 484 .\"Note also that the ``copy-and-paste'' function is not currently supported
|
H A D | vt.4 | 105 To paste text that has been selected, press mouse button 2, usually the 112 paste button. 151 In effect, this makes the right-hand mouse button perform a paste. 438 Paste buffer size is limited by the system value
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | itf.S | 2 str <- paste("eps/", file1, ".eps", sep="") 5 plot(itf$sec, itf$offset, type="l", xlab=paste("MJD", itf$day, "Time (s)"), ylab="Internal Offset (…
|
H A D | tdata.S | 2 str <- paste("eps/", file1, ".eps", sep="") 5 plot(tdata$sec, tdata$m, type="l", xlab=paste("MJD", tdata$day, "Time (s)"), ylab="LORAN-M SNR (dB)…
|
H A D | ensemble.S | 2 str <- paste("eps/", file1, ".eps", sep="") 5 plot(ensemble$sec, ensemble$ensemble, type="l", xlab=paste("MJD", ensemble$day, "Time (s)"), ylab="…
|
H A D | loop.S | 4 str <- paste("eps/", file1, ".eps", sep="") 7 plot(loop$sec, loop$offset, type="l", xlab=paste("MJD", loop$day, "Time (s)"), ylab="PLL Offset (us…
|
H A D | etf.S | 12 str <- paste("eps/", file1, ".eps", sep="") 15 plot(etf$sec, etf$offset, type="l", xlab=paste("MJD", etf$day, "Time (s)"), ylab="External Offset (…
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/ |
H A D | ibm,vas.txt | 12 "Paste address" start and length, "Paste window id" start bit and number
|
/freebsd/contrib/dialog/samples/ |
H A D | editbox | 26 CTRL V - Paste text 35 cut/paste.
|
H A D | editbox4 | 26 CTRL V - Paste text 35 cut/paste.
|
H A D | editbox2 | 24 CTRL V - Paste text 33 cut/paste.
|
/freebsd/usr.sbin/moused/ |
H A D | moused.8 | 84 and provide cut and paste functions if the mouse pointer is enabled 116 This option will have effect only on the cut and paste operations 686 Then try cut & paste features by 836 Cut and paste functions in the virtual console assume that there 843 If the mouse has only two buttons, the middle, `paste' button 845 To obtain the paste function, use the
|
/freebsd/usr.bin/lam/ |
H A D | lam.1 | 135 .Xr paste 1 , 142 .Xr paste 1
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | motorcomm,yt8xxx.yaml | 122 /* Only needed to make DT lint tools work. Do not copy/paste 141 /* Only needed to make DT lint tools work. Do not copy/paste
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set3 | 116 114 Paste cut buffer at cursor position 119 117 (WIN32 only) Paste clipboard buffer at cursor position
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set3 | 116 114 Paste cut buffer at cursor position 119 117 (WIN32 only) Paste clipboard buffer at cursor position
|
/freebsd/sys/sys/ |
H A D | kbio.h | 201 #define PASTE 0xa3 /* paste from cut-paste buffer */ macro
|
/freebsd/usr.sbin/kbdcontrol/ |
H A D | kbdmap.5 | 250 .It paste 251 Act as mouse buffer paste.
|
/freebsd/share/syscons/keymaps/ |
H A D | ua.koi8-u.shift.alt.kbd | 12 # Shift+Insert=paste 119 102 fkey60 paste fkey80 fkey60 fkey60 fkey60 fkey60 fkey60 O 247 230 fkey60 paste fkey80 fkey60 fkey60 fkey60 fkey60 fkey60 O
|
/freebsd/usr.bin/m4/ |
H A D | m4.1 | 393 .It Fn paste file 436 .Fn paste , 505 .Ic paste ,
|
H A D | Makefile | 4 # if you want the paste & spaste macros.
|