代码搜索:paste
找到约 6,498 项符合「paste」的源代码
代码结果 6,498
www.eeworm.com/read/190666/5179843
c paste9.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "" } */
/* Apparently older preprocessors used to fail this test. */
#include
extern void a
www.eeworm.com/read/190666/5179896
c paste11.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test correct pasting of identifiers and numbers. We can paste any
number, as long as no '.', '-' or '+' app
www.eeworm.com/read/190666/5179897
c paste1.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test operator ## semantics. */
#define bad1 ## owt /* { dg-error "cannot" "## at objlike start" } */
#define
www.eeworm.com/read/190666/5179910
c paste2.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-std=c99 -pedantic-errors" } */
/* Test ## behaviour and corner cases thoroughly. The macro expander
www.eeworm.com/read/190666/5179923
c paste6.c
/* Regression test for paste appearing at the beginning of a set of
actual arguments. Original bug exposed by Linux kernel. Problem
reported by Jakub Jelinek . */
/* { dg-d
www.eeworm.com/read/185223/5239274
js paste_word.js
function loadText()
{
document.getElementById("txtLang").innerHTML = "Paste Word content here (CTRL-V) ";
document.getElementById("btnCancel").value = "cancel";
document.getElementByI