/src/games/ching/printching/ |
printching.c | 140 int lnum = 0, unum = 0; /* indices of upper and lower trigrams */ local in function:doahex 149 unum = table[i].trinum; 151 return(crosstab[lnum][unum]);
|
printching.c | 140 int lnum = 0, unum = 0; /* indices of upper and lower trigrams */ local in function:doahex 149 unum = table[i].trinum; 151 return(crosstab[lnum][unum]);
|
/src/sys/arch/sparc/sparc/ |
promlib.c | 1169 * The integer property "get-unum" on the root device is the address 1177 static char *(*unum)(u_int, u_int); local in function:prom_pa_location 1190 if (unum == NULL) 1191 unum = (char *(*)(u_int,u_int))(u_long) 1192 prom_getpropint(prom_findroot(), "get-unum", 0); 1194 if (unum == NULL || (str = unum(phys_lo, phys_hi)) == NULL)
|
promlib.c | 1169 * The integer property "get-unum" on the root device is the address 1177 static char *(*unum)(u_int, u_int); local in function:prom_pa_location 1190 if (unum == NULL) 1191 unum = (char *(*)(u_int,u_int))(u_long) 1192 prom_getpropint(prom_findroot(), "get-unum", 0); 1194 if (unum == NULL || (str = unum(phys_lo, phys_hi)) == NULL)
|