代码搜索:parse

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

代码结果 10,000
www.eeworm.com/read/211794/4940179

g pgn.g

header { package de.java_chess.javaChess.pgn; import antlr.*; import antlr.collections.*; import de.java_chess.javaChess.notation.*; } /* pgn.g - A Antlr grammar to parse .pgn (Portable Game Not
www.eeworm.com/read/209559/4964730

c pcdp.c

/* * Parse the EFI PCDP table to locate the console device. * * (c) Copyright 2002, 2003, 2004 Hewlett-Packard Development Company, L.P. * Khalid Aziz * Alex Williamson
www.eeworm.com/read/209211/4983342

c rc.c

#include "mk.h" char *termchars = "'= \t"; /*used in parse.c to isolate assignment attribute*/ char *shflags = "-I"; /* rc flag to force non-interactive mode */ int IWS = '\1'; /* inter-word separat
www.eeworm.com/read/209211/4983386

c address.c

#include "sam.h" #include "parse.h" Address addr; String lastpat; int patset; File *menu; File *matchfile(String*); Address charaddr(Posn, Address, int); Address address(Addr *ap, Address a, int si
www.eeworm.com/read/208414/4993080

c pgpconf.c

/* * pgpConf.c - Parse configuration files and lines. * * Copyright (C) 1993-1997 Pretty Good Privacy, Inc. All rights reserved. * * Written by: Colin Plumb and Derek Atkins
www.eeworm.com/read/208414/4993082

h pgpconf.h

/* * pgpConf.h - Parse configuration files and lines. * * Copyright (C) 1993-1997 Pretty Good Privacy, Inc. All rights reserved. * * Written by: Derek Atkins * * $Id: p
www.eeworm.com/read/207028/5002844

java parseerror.java

package us.k5n.ical; /** * A single parse error. * @version $Id$ * @author Craig Knudsen, craig@k5n.us */ public class ParseError { /** Line number (if available) */ public int lineNo;
www.eeworm.com/read/206142/5011604

imakefile

CURRENT_DIR = $(QCCPACK)/src/libQccPack/lib OBJS = \@@\ init.o \@@\ parse.o \@@\ string.o \@@\ env.o \@@\ version.o \@@\ error.o \@@\ binary_values.o \@@\ file
www.eeworm.com/read/193974/5138027

py aifc.py

"""Stuff to parse AIFF-C and AIFF files. Unless explicitly stated otherwise, the description below is true both for AIFF-C files and AIFF files. An AIFF-C file has the following structure. +-----
www.eeworm.com/read/190666/5175376

c 900324_03.c

// g++ 1.37.1 bug 900324_03 // g++ is unable to correctly parse declarations of non-global function-pointer // variables and/or function-pointer formal parameters. // Cfront 2.0 passes this test. /