代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/103453/15731472
c safescanner.c
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* SafeScanner: Flexible lexical scanner for general purpose.
*
www.eeworm.com/read/103330/15736956
makefile
# Makefile generated by imake - do not edit!
# $TOG: imake.c /main/97 1997/06/20 20:23:51 kaleb $
# ----------------------------------------------------------------------
# Makefile generated from "I
www.eeworm.com/read/103330/15736981
imakefile
# SPIM S20 MIPS Simulator.
# Imakefile for SPIM.
#
# Copyright (C) 1992-2000 by James Larus (larus@cs.wisc.edu).
# ALL RIGHTS RESERVED.
#
# SPIM is distributed under the following conditions:
#
# Yo
www.eeworm.com/read/101017/15856948
cpp dvdsubber-vobscan.cpp
/***********************************************************************
Copyright 2002 Ben Rudiak-Gould.
This program is free software; you can redistribute it and/or modify
it under the term
www.eeworm.com/read/137626/5823119
in makefile.in
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Softwar
www.eeworm.com/read/229812/4739245
c link15b.c
#include "fail.h"
#include "link15.h"
Scanner::Scanner()
{
}
Scanner::~Scanner()
{
}
static Scanner *p;
int main()
{
p = new Scanner;
_PASS;
}
www.eeworm.com/read/448620/7529001
am makefile.am
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = cscope
if USING_LEX
LEXER_SOURCE=scanner.l
else
LEXER_SOURCE=fscanner.l
endif
cscope_SOURCES = $(LEXER_SOURCE) egrep.y \
al
www.eeworm.com/read/146299/12660278
dev c-smile-vm.dev
[Project]
FileName=c-smile-vm.dev
Name=c-smile-vm
UnitCount=34
Type=2
Ver=1
ObjFiles=
Includes=..\tool;..\sal
Libs=
PrivateResource=
ResourceIncludes=
Resources=
Compiler=-DCOMPILER
Linke
www.eeworm.com/read/137626/5822856
h parser.h
/* $Id: parser.h,v 1.15 2004/09/21 17:34:02 jonas Exp $ */
#ifndef EL__DOCUMENT_CSS_PARSER_H
#define EL__DOCUMENT_CSS_PARSER_H
#include "util/lists.h"
struct scanner;
struct css_stylesheet;
struct u