代码搜索:recognized
找到约 495 项符合「recognized」的源代码
代码结果 495
www.eeworm.com/read/196983/8037792
h lex.h
/*****************************************************************************
* *
* --------------------------------- lex
www.eeworm.com/read/245359/12802675
inc uses.inc
{ KOL MCK } // Do not remove this line!
{ uses.inc
This file is generated automatically - do not modify it manually.
It is included to be recognized by compiler, but replacing word
w
www.eeworm.com/read/315311/13546289
html file-syntax.html
Xlib Programming Manual: Resource File Syntax
15.1 Resource File Syntax
The syntax of a resource file is a sequence of resource line
www.eeworm.com/read/121276/14760894
~inc uses.~inc
{ KOL MCK } // Do not remove this line!
{ uses.inc
This file is generated automatically - do not modify it manually.
It is included to be recognized by compiler, but replacing word
w
www.eeworm.com/read/121276/14760973
inc uses.inc
{ KOL MCK } // Do not remove this line!
{ uses.inc
This file is generated automatically - do not modify it manually.
It is included to be recognized by compiler, but replacing word
w
www.eeworm.com/read/121276/14760992
inc uses.inc
{ KOL MCK } // Do not remove this line!
{ uses.inc
This file is generated automatically - do not modify it manually.
It is included to be recognized by compiler, but replacing word
w
www.eeworm.com/read/162614/5531289
c ext-4.c
/* Test for scanf formats. %a extensions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu89 -Wformat" } */
#include "format.h"
void
foo (char **sp
www.eeworm.com/read/475585/6773622
h blobclass.h
/******************************************************************************
** Filename: blobclass.h
** Purpose: Interface to high level classification and training.
** Author: Dan Johnson
**
www.eeworm.com/read/187103/8855156
test suffix.test
#! /bin/sh
# suffix.test - check that libtool knows how to transform source suffices.
# Extensions taken from the ones that Automake recognizes, plus Objective C,
# and GNU Ada.
extensions="C F S ada
www.eeworm.com/read/458682/7291378
sh unalias.sh
#!/bin/bash
# unalias.sh
shopt -s expand_aliases # Enables alias expansion.
alias llm='ls -al | more'
llm
echo
unalias llm # Unset alias.
llm
# Error message results, since 'llm' no