Searched refs:tempno (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c375 void compiletemp(int tempno);
382 int walkstring(struct string *sp, enum walkstringop op, int tempno);
934 of a function value. tempno is used when constructing a C variable name
940 int tempno; member in struct:array
1302 ap->tempno = -1;
1985 int tempno; local
1987 tempno = walkstring(sp, COUNTARRAYS, assignto);
1988 if (tempno > assignto) {
1998 if (tempno > assignto) {
2027 void compiletemp(int tempno) { argument
2181 walkstring(struct string *sp, enum walkstringop op, int tempno) argument
[all...]

Completed in 26 milliseconds