代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/116219/14982452
h ush-parse.h
/* ush-parse.h */
/* header file for ush-parse.c, parser definitions */
#ifndef _USH_PARSE_H
#define _USH_PARSE_H
#include "ush.h"
typedef enum
{ T_WORD, T_BAR, T_AMP, T_SEMI, T_GT, T_GTGT, T_LT,
www.eeworm.com/read/116219/14982458
c ush-parse.c
/* ush-parse.c */
/* scanner/parser for ush */
#include "ush.h"
#include "ush-parse.h"
TOKEN gettoken(char *word)
{
enum
{ NEUTRAL, GTGT, INQUOTE, INWORD }
state = NEUTRAL;
int c;
www.eeworm.com/read/116214/14982676
hpp cr_parse.hpp
//**********************************************************
// CR_PARSE.HPP
// Coco/R C++ Support Library.
// Author: Frankie Arzu
//
// Jun 12, 1996 Version 1.06
//
www.eeworm.com/read/116214/14982678
cpp cr_parse.cpp
//**********************************************************
// CR_PARSE.CPP
// Coco/R C++ Support Library.
// Author: Frankie Arzu
//
// Jun 12, 1996 Version 1.06
//
www.eeworm.com/read/216556/15002968
c cmd_parse.c
/**************************************************************************
* *
* Copyright (c) 2002 by Sunplus Techn
www.eeworm.com/read/114554/15048046
h tdate_parse.h
/* tdate_parse.h - parse string dates into internal form, stripped-down version
**
** Copyright
www.eeworm.com/read/114554/15048099
c tdate_parse.c
/* tdate_parse - parse string dates into internal form, stripped-down version
**
** Copyright
www.eeworm.com/read/114134/15075188
java parse_action.java
package java_cup;
/** This class serves as the base class for entries in a parse action table.
* Full entries will either be SHIFT(state_num), REDUCE(production), NONASSOC,
* or ERROR. Objects
www.eeworm.com/read/114134/15075252
class parse_action.class
www.eeworm.com/read/114090/15114412
c parse_cl.c
/*****************************************************************************
**
** parse_cl.c
**
** Thu Mar 25 07:42:05 1999
** mborella@stratos (Mike Borella)
**
** Main command line parsing