代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/221464/4828669

h scan.h

/* * Copyright 1993, 1995 Christopher Seiwald. * * This file is part of Jam - see jam.c for Copyright information. */ /* * scan.h - the jam yacc scanner * * External functions: *
www.eeworm.com/read/221464/4828684

c scan.c

/* * Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. * * This file is part of Jam - see jam.c for Copyright information. */ # include "jam.h" # include "lists.h" # inc
www.eeworm.com/read/216502/4891563

c scan.c

# include "mfile1" # include /* temporarily */ /* lexical actions */ # define A_ERR 0 /* illegal character */ # define A_LET 1 /* saw a letter */ # define A_DIG 2 /* saw a digit */ #
www.eeworm.com/read/209559/4966433

c scan.c

/* * scan.c - support for transforming the ACPI namespace into individual objects */ #include #include #include #include /* fo
www.eeworm.com/read/209559/4973800

c scan.c

/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright (C) 2001-2003 Red Hat, Inc. * * Created by David Woodhouse * * For licensing information, see the file '
www.eeworm.com/read/197479/5094838

scan configure.scan

# Process this file with autoconf to produce a configure script. AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) # Checks for prog
www.eeworm.com/read/195013/5122371

c scan.c

/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright (C) 2001 Red Hat, Inc. * * Created by David Woodhouse * * The original JFFS, from which the de
www.eeworm.com/read/184923/5243031

h scan.h

/**********************************************************************/ /*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/ /***************
www.eeworm.com/read/184923/5243037

c scan.c

/**********************************************************************/ /*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/ /***************
www.eeworm.com/read/183001/5258959

l scan.l

%{ /********************************************************************** * scan.l - Scanner for the PL/pgSQL * procedural language * * IDENTIFICATION * $PostgreSQL: pgsql/src/pl/plpgsql