Go to the source code of this file.
Data Structures | |
| struct | D |
Typedefs | |
| typedef D | D |
Functions | |
| int | cmp (char **a, char **b) |
| Dfunc () | |
| f () | |
| f1 () | |
| f2 (int **a, int **b) | |
| int | ff1 (float x, y) |
| int | ff1 (double x, int *y) |
| int | fx1 (void) |
| g (const int *p) | |
| int | gg1 (a, b) |
| int | gg1 (int a) |
| void | goo () |
| int | gx1 (double x) |
| h (int *p) | |
| h1 (const int x, int y) | |
| h2 () | |
| hh1 (a) | |
| int | hh1 (const int x) |
| int | hx1 (double x,...) |
| int | hx1 () |
| main () | |
| nested (a, b) | |
| onearg () | |
| void | qsort (void *, int, int, int(*)(const void *, const void *)) |
| rrr (float *p) | |
| void | s (struct D *d) |
| set1 () | |
| set2 () | |
| setstatic () | |
| sort () | |
| sss () | |
| int | strcmp (const char *, const char *) |
Variables | |
| const | a |
| int | b |
| D | Dy |
| D | Dz = {1} |
| int | ss1 |
| int | ss2 |
| int | ss3 |
| int | ss4 |
| int | ss5 |
| const int * | x |
| int * | y |
| int | yy |
| volatile unsigned | z |
|
|
|
|
||||||||||||
|
Definition at line 108 of file front.c. References a, b, and strcmp(). Referenced by med3(), qsort(), sort(), and swcode(). 00108 { return strcmp(*a,*b); }
|
Here is the call graph for this function:

|
|
Definition at line 18 of file front.c. References a, D, Dy, s(), and D::y.
|
Here is the call graph for this function:

|
|
Definition at line 29 of file front.c.
|
|
|
Definition at line 33 of file front.c. Referenced by f2().
|
|
||||||||||||
|
Definition at line 39 of file front.c.
|
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 98 of file front.c.
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 44 of file front.c.
|
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 101 of file front.c. References a. 00101 {a=b;}
|
|
|
|
|
|
Definition at line 70 of file front.c. Referenced by sss(). 00070 {}
|
|
|
Definition at line 92 of file front.c. References x. 00092 { gx1(&x); } /* error */
|
|
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 54 of file front.c.
|
|
|
Definition at line 59 of file front.c.
|
|
|
Definition at line 104 of file front.c. 00104 {return a;}
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 1 of file front.c. References exit(). 00001 {
00002 exit(0);
00003 }
|
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 5 of file front.c. 00005 {
00006 if ((a<4 && b == 'r')
00007 || (a == 1 && (b == 'h' || b == 'i'))
00008 || (a == 2 && (b == 'o' || b == 'y'))
00009 ) a=b;
00010 }
|
|
|
Definition at line 117 of file front.c. References a, b, c, d, and f(). 00117 {
00118 int a,b,c,d;
00119 f( ( (a? (b = 1): (c = 2)), (d ? 3 : 4) ) ); /* 1 argument */
00120 }
|
Here is the call graph for this function:

|
||||||||||||||||||||
|
|
Definition at line 72 of file front.c. References p. 00072 { extern int xr;
00073 { static float xr;
00074 { extern int *xr; } p=&xr; }}
|
|
|
Definition at line 14 of file front.c. Referenced by Dfunc(). 00014 {} /* this struct D differs from the one below */
|
|
|
Definition at line 68 of file front.c. References yy.
|
|
|
Definition at line 69 of file front.c. References yy.
|
|
|
Definition at line 81 of file front.c.
|
|
|
Definition at line 109 of file front.c. References a, cmp(), n, and qsort(). Referenced by main(), R_DecomposeSort(), R_SortDrawSurfs(), and SortNewShader(). 00109 {
00110 int n; char *a[100];
00111 qsort(a, n, sizeof(char*), (int (*)(const void*, const void*))cmp);
00112 qsort(a, n, sizeof(char*), cmp); /* error */
00113 }
|
Here is the call graph for this function:

|
|
Definition at line 71 of file front.c. References goo().
|
Here is the call graph for this function:

|
||||||||||||
|
|
|
|
|
|
Referenced by Dfunc(). |
|
|
|
|
|
Definition at line 78 of file front.c. Referenced by setstatic(). |
|
|
|
|
|
Definition at line 79 of file front.c. Referenced by setstatic(). |
|
|
|
|
|
Definition at line 84 of file front.c. Referenced by setstatic(). |
|
|
|
|
|
|
|
|
Initial value: ") xx(EQL, 53, 9, EQ, eqtree, EQL, "==") xx(NEQ, 54, 9, NE, eqtree, NEQ, "!=") xx(GEQ, 55, 10, GE, cmptree,GEQ, ">=") xx(RSHIFT, 56, 11, RSH, shtree, RSHIFT, ">>") xx(LSHIFT, 57, 11, LSH, shtree, LSHIFT, "<<") yy(0, 58, 0, 0, 0, ':', ":") yy(0, 59, 0, 0, 0, IF, " |
|
|
|
1.3.9.1