代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6249120
c parse.c
#ifndef lint
static char *sccsid = "@(#)parse.c 4.1 (ULTRIX) 7/17/90";
#endif
#include "awk.def"
#include "awk.h"
#include "stdio.h"
node *ALLOC(n)
{
register node *x;
x = (node *) malloc(sizeof(no
www.eeworm.com/read/101015/6262009
c parse.c
/*
COW : Character Oriented Windows
parse.c : Parsing functions for SDM
??????? rewrite so non-recursive ????????????
*/
#define COW
#include
#include
#include
www.eeworm.com/read/101015/6262354
h parse.h
/* parse.h - support tops-20 comnd jsys on MSDOS */
#include
/* flags in pair.flags. Not examined by tbLook */
#define PINVIS 0x4000 /* invisible in HELP, but recognized */
www.eeworm.com/read/100925/6264831
y parse.y
%{
/*
* PROGRAM: Dynamic SQL runtime support
* MODULE: parse.y
* DESCRIPTION: Dynamic SQL parser
*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "L
www.eeworm.com/read/100285/6271114
h parse.h
typedef union
{
double dval;
int ival;
char chr;
char *str;
bool boolean;
bool* pboolean; /* for pg_shadow privileges */
List *list;
Node *node;
Value *value;
At
www.eeworm.com/read/100285/6271756
c parse.c
/* Module: parse.c
*
* Description: This module contains routines related to parsing SQL statements.
* This can be useful for two reasons:
*
* 1. S
www.eeworm.com/read/100285/6272120
sql parse.sql
---------------------------------------------------------------------------
--
-- parse.sql-
-- checks the parser
--
--
-- Copyright (c) 1994, Regents of the University of California
--
-- $Id: par
www.eeworm.com/read/100043/6275049
h parse.h
/*
* $Id: parse.h,v 1.8 1998/09/23 17:19:59 wessels Exp $
*/
#ifndef _HAVE_PARSE_H_
#define _HAVE_PARSE_H_
/***********************************************************
Copyright 1989 by Carnegie
www.eeworm.com/read/100043/6275765
c parse.c
/***********************************************************
Copyright 1989 by Carnegie Mellon University
All Rights Reserved
Permission to use, copy, modify, and distribute t
www.eeworm.com/read/274660/6288447
h parse.h
#define TK_SEMI 1
#define TK_EXPLAIN 2
#define TK_QUERY 3
#define TK_PLAN 4
#define TK_BEGIN