Rev 616 | Rev 1224 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 616 | Rev 625 | ||
---|---|---|---|
Line 64... | Line 64... | ||
64 | static char * symtab_search_one(const char *name, int *startpos) |
64 | static char * symtab_search_one(const char *name, int *startpos) |
65 | { |
65 | { |
66 | int namelen = strlen(name); |
66 | int namelen = strlen(name); |
67 | char *curname; |
67 | char *curname; |
68 | int i,j; |
68 | int i,j; |
69 | char *foundsym = NULL; |
- | |
70 | int foundpos = 0; |
- | |
71 | int colonoffset = -1; |
69 | int colonoffset = -1; |
72 | 70 | ||
73 | for (i=0;name[i];i++) |
71 | for (i=0;name[i];i++) |
74 | if (name[i] == ':') { |
72 | if (name[i] == ':') { |
75 | colonoffset = i; |
73 | colonoffset = i; |