HomeSort by: relevance | last modified time | path
    Searched refs:paste (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/usr.bin/paste/
Makefile 4 PROG= paste
  /src/external/bsd/ntp/dist/scripts/stats/
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="Ensemble Offset (ns)", ylim=c(-400, 400))
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 (ns)", ylim=c(-400, 400))
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)")
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)", ylim=c(-400, 400))
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 (ns)", ylim=c(-400, 400))
  /src/external/bsd/nsd/dist/simdzone/src/
diagnostic.h 25 # define paste(flag, warning) stringify(flag ## warning) macro
33 diagnostic_ignored(GCC diagnostic ignored paste(-W,warning))
36 diagnostic_ignored(GCC diagnostic ignored paste(-W,warning))
  /src/share/mk/
compare-lib-lists 38 paste ${MK} ${RD}
57 paste ${IN} ${LB}
  /src/sbin/route/
keywords.sh 76 paste _keywords.t1 - > _keywords.t2
  /src/external/gpl3/gcc.old/dist/contrib/
check-internal-format-escaping.py 74 in the translation. This can happen when doing copy-and-paste
212 be merged in order to prevent copy-and-paste mistakes by the
check_GNU_style.sh 204 paste -d '\0' "$tmp2" "$tmp3" \
  /src/external/gpl3/gcc/dist/contrib/
check-internal-format-escaping.py 74 in the translation. This can happen when doing copy-and-paste
212 be merged in order to prevent copy-and-paste mistakes by the
check_GNU_style.sh 204 paste -d '\0' "$tmp2" "$tmp3" \
  /src/external/bsd/libfido2/dist/man/
check.sh 34 paste -d " " - - | sed 's/\* /\*/' | sort > "$T/documented_prototypes"
  /src/external/gpl3/gdb/dist/readline/readline/
isearch.c 344 char *paste; local
360 /* XXX - experimental code to allow users to bracketed-paste into the search
367 cxt->lastc = -7; /* bracketed paste, see below */
685 case -7: /* bracketed paste */
686 paste = _rl_bracketed_text (&pastelen);
687 if (paste == 0 || *paste == 0)
689 xfree (paste);
699 memcpy (cxt->search_string + cxt->search_string_index, paste, pastelen);
702 xfree (paste);
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
isearch.c 342 char *paste; local
358 /* XXX - experimental code to allow users to bracketed-paste into the search
365 cxt->lastc = -7; /* bracketed paste, see below */
679 case -7: /* bracketed paste */
680 paste = _rl_bracketed_text (&pastelen);
681 if (paste == 0 || *paste == 0)
683 free (paste);
693 strcpy (cxt->search_string + cxt->search_string_index, paste);
695 free (paste);
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
main.m 66 [edit addItemWithTitle: @"Paste"
67 action: @selector(paste:)
  /src/usr.bin/
Makefile 23 pagesize passwd paste patch pathchk pkill pmap pr \
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.h 45 paste, // # enumerator in enum:llvm::tgtok::TokKind
248 // tgtok::paste interpretation of '#'.
  /src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf 43 progs nice nl nohup paste patch pr printenv printf quota renice rev rpcgen
  /src/external/bsd/tmux/usr.bin/tmux/
Makefile 53 cmd-paste-buffer.c \
115 paste.c \
  /src/external/gpl3/gdb/dist/sim/common/
genmloop.sh 454 /* ??? Later maybe paste read.c in when building mainloop.c. */
472 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
655 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
767 /* ??? Later maybe paste read.c in when building mainloop.c. */
844 /* ??? Later maybe paste read.c in when building mainloop.c. */
862 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
1238 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
1332 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
  /src/external/gpl3/gdb.old/dist/sim/common/
genmloop.sh 454 /* ??? Later maybe paste read.c in when building mainloop.c. */
472 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
655 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
767 /* ??? Later maybe paste read.c in when building mainloop.c. */
844 /* ??? Later maybe paste read.c in when building mainloop.c. */
862 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
1238 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
1332 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
  /src/usr.sbin/sysinst/
msg.entropy.en 59 (if you are able to copy & paste output from another machine into this
msg.entropy.es 59 (if you are able to copy & paste output from another machine into this

Completed in 62 milliseconds

1 2