代码搜索结果
找到约 10,000 项符合
X 的代码
x.h
/*
* $XConsortium: X.h,v 1.69 94/04/17 20:10:48 dpw Exp $
*/
/* Definitions for the X window system likely to be used by applications */
#ifndef X_H
#define X_H
/*********************************
x.ansi
[8;1;4-$
x.ppm
P3
17 16
65535
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
65535 0 0 65535 0 0 65535 0 0 65535 0 0 0 0 0 0 0 0
0 0 0 0 0 0
x.xpm
/* XPM */
static char *noname[] = {
/* width height ncolors chars_per_pixel */
"17 16 2 1",
/* colors */
"` c #000000",
"a c #FF0000",
/* pixels */
"`````````````````",
"aaaa```````````a`",
"`aaaa````
square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =
square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =
square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =
square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =
square.x
struct square_in { /* input (argument) */
long arg1;
};
struct square_out { /* output (result) */
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in