代码搜索:parse

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

代码结果 10,000
www.eeworm.com/read/258350/4356865

h parse.h

#define TK_END_OF_FILE 1 #define TK_ILLEGAL 2 #define TK_SPACE 3 #define TK_UNCLOSED_STRING 4 #define TK_COMMENT
www.eeworm.com/read/254811/4380209

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/254811/4380554

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/253336/4398594

c parse.c

/* vi: set sw=4 ts=4: */ /* * parse.c --- UUID parsing * * Copyright (C) 1996, 1997 Theodore Ts'o. * * %Begin-Header% * Redistribution and use in source and binary forms, with or without * modi
www.eeworm.com/read/158865/5593328

c parse.c

/* GNU Fortran Copyright (C) 1995 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. GNU Fortran is free software; you can redistribute it and/
www.eeworm.com/read/158865/5594319

h parse.h

typedef union {long itype; tree ttype; char *strtype; enum tree_code code; flagged_type_tree ftype; } YYSTYPE; #define IDENTIFIER 258 #define TYPENAME 259 #define SELFNAME 260 #define PFUNCNAME 261 #d
www.eeworm.com/read/158865/5594358

c parse.c

/* A Bison parser, made from parse.y by GNU Bison version 1.25 */ #define YYBISON 1 /* Identify Bison output. */ #define IDENTIFIER 258 #define TYPENAME 259 #define SELFNAME 260 #define PFUN
www.eeworm.com/read/158865/5594369

y parse.y

/* YACC parser for C++ syntax. Copyright (C) 1988, 89, 93-98, 1999 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GNU CC. GNU CC is free sof
www.eeworm.com/read/158865/5594381

h parse.h

/* Language parser definitions for the GNU compiler for the Java(TM) language. Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. Contributed by Alexandre Petit-Bianco (apbianco@cygnu
www.eeworm.com/read/158865/5594407

c parse.c

/* A Bison parser, made from ./parse.y by GNU Bison version 1.27 */ #define YYBISON 1 /* Identify Bison output. */ #define yyparse java_parse #define yylex java_lex #define yyerror java_erro