代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/411301/11249007
h parse.h
void read_config_file (char **, char *);
void skip_whitespace (char **);
int move_across_substring (char **, char *);
void read_token (char **, char **);
struct interface * get_interface_details (char
www.eeworm.com/read/411301/11249052
c parse.c
#include "stdhead.h"
#include "parse.h"
#include "clilib.h"
void read_config_file (char **config_buff, char *file_name)
{
int fd, n, size = 0;
if ((fd = open (file_name, O_RDONLY)) == -1
www.eeworm.com/read/411301/11249095
h parse.h
void read_config_file (char *);
void skip_whitespace (void);
int move_across_substring (char *);
int Move_across_substring (char *);
void read_token (void);
int find_if_s1_before_s2 (char *, char *);
www.eeworm.com/read/411301/11249115
c parse.c
#include "stdhead.h"
#include "lib.h"
#include "parse.h"
char *config_buff = 0, *curr_ptr = 0, *token = 0;
// Read the entire configuration file into config_buff
void read_config_file (char *file_na
www.eeworm.com/read/265546/11261803
pas parse.pas
unit Parse;
interface
uses Windows, Classes, SysUtils, MudUtil;
type
TThreadParseList = class(TThread)
private
AccountLoadList: TStringList;
IPaddrLoadList: TStringList;
www.eeworm.com/read/148181/12487010
c parse.c
/*
Copyright (c) 2002-2003 Nicolas Jombart - HSC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redi
www.eeworm.com/read/335887/12491608
c parse.c
/****************************************************/
/* File: parse.c */
/* The parser implementation for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/335887/12491629
h parse.h
/****************************************************/
/* File: parse.h */
/* The parser interface for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/335610/12512427
c parse.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#includ
www.eeworm.com/read/147475/12550634
h parse.h
/*----------------------------------------------------------------------
File : parse.h
Contents: parser utilities
Author : Christian Borgelt
History : 12.08.2004 file created
------------