Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
att
GitHub Repository: att/ast
Path: blob/master/src/cmd/3d/cs_3d.h
1808 views
1
/***********************************************************************
2
* *
3
* This software is part of the ast package *
4
* Copyright (c) 1989-2011 AT&T Intellectual Property *
5
* and is licensed under the *
6
* Eclipse Public License, Version 1.0 *
7
* by AT&T Intellectual Property *
8
* *
9
* A copy of the License is available at *
10
* http://www.eclipse.org/org/documents/epl-v10.html *
11
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
12
* *
13
* Information and Software Systems Research *
14
* AT&T Research *
15
* Florham Park NJ *
16
* *
17
* Glenn Fowler <[email protected]> *
18
* David Korn <[email protected]> *
19
* Eduardo Krell <[email protected]> *
20
* *
21
***********************************************************************/
22
#pragma prototyped
23
24
/*
25
* libcs 3d symbol mappings to minimize pollution
26
*/
27
28
#ifndef _NAME3D_CS_H
29
#define _NAME3D_CS_H
30
31
#define CS_INTERFACE 2
32
33
#define _cs_info_ _3d_cs_info_
34
#define csauth _3d_csauth
35
#define csbind _3d_csbind
36
#define cschallenge _3d_cschallenge
37
#define cslocal _3d_cslocal
38
#define csname _3d_csname
39
#define csntoa _3d_csntoa
40
#define cspeek _3d_cspeek
41
#define cspipe _3d_cspipe
42
#define cspoll _3d_cspoll
43
#define csread _3d_csread
44
#define csrecv _3d_csrecv
45
#define cssend _3d_cssend
46
#define csvar _3d_csvar
47
#define cswrite _3d_cswrite
48
49
#define _cs_addr _3d_cs_addr
50
#define _cs_attr _3d_cs_attr
51
#define _cs_auth _3d_cs_auth
52
#define _cs_bind _3d_cs_bind
53
#define _cs_challenge _3d_cs_challenge
54
#define _cs_clone _3d_cs_clone
55
#define _cs_daemon _3d_cs_daemon
56
#define _cs_fd _3d_cs_fd
57
#define _cs_from _3d_cs_from
58
#define _cs_full _3d_cs_full
59
#define _cs_info _3d_cs_info
60
#define _cs_local _3d_cs_local
61
#define _cs_name _3d_cs_name
62
#define _cs_note _3d_cs_note
63
#define _cs_ntoa _3d_cs_ntoa
64
#define _cs_open _3d_cs_open
65
#define _cs_path _3d_cs_path
66
#define _cs_peek _3d_cs_peek
67
#define _cs_ping _3d_cs_ping
68
#define _cs_pipe _3d_cs_pipe
69
#define _cs_poll _3d_cs_poll
70
#define _cs_port _3d_cs_port
71
#define _cs_read _3d_cs_read
72
#define _cs_recv _3d_cs_recv
73
#define _cs_send _3d_cs_send
74
#define _cs_serve _3d_cs_serve
75
#define _cs_stat _3d_cs_stat
76
#define _cs_timeout _3d_cs_timeout
77
#define _cs_to _3d_cs_to
78
#define _cs_var _3d_cs_var
79
#define _cs_wakeup _3d_cs_wakeup
80
#define _cs_write _3d_cs_write
81
82
#define _msg_info_ _3d_msg_info
83
#define msgcall _3d_msgcall
84
#define msggetmask _3d_msggetmask
85
#define msggetu _3d_msggetu
86
#define msggetz _3d_msggetz
87
#define msgindex _3d_msgindex
88
#define msgname _3d_msgname
89
#define msgputu _3d_msgputu
90
#define msgputz _3d_msgputz
91
#define msgread _3d_msgread
92
#define msgreturn _3d_msgreturn
93
#define msgsetmask _3d_msgsetmask
94
#define msgvcall _3d_msgvcall
95
#define msgvreturn _3d_msgvreturn
96
97
#endif
98
99