代码搜索结果
找到约 10,000 项符合
E 的代码
textwrap.e
void set_indent(int n);
void set_linelen(int n);
void flush();
void outc(unsigned char c, Boolean preformatted);
void out(unsigned char *s, Boolean preformatted);
void outn(unsigned char *s, siz
class.e
const string contains(const string s, const string word);
Boolean has_class(pairlist attribs, const string word);
url.e
typedef struct {
string full;
string proto;
string user;
string password;
string machine;
string port;
string path;
string fragment;
} *UR
errexit.e
int errexit(char *format,...);
heap.e
#define fatal(msg) fatal3( msg , /*"*/__FI ## LE__/*"*/ , /*"*/__LI ## NE__/*"*/ )
#define new(p) if ((( p )=malloc(sizeof(*( p ))))); else fatal3( "out of memory" , /*"*/__FI ## LE__/*"*/ , /*