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

/freebsd-9.3-release/usr.bin/unifdef/
H A Dunifdef.c236 #define endsym(c) (!isalnum((unsigned char)c) && c != '_') macro
870 } else if (strncmp(cp, "defined", 7) == 0 && endsym(cp[7])) {
891 } else if (!endsym(*cp)) {
1121 while (!endsym(*cp))
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c2470 symbolS *endsym;
2492 endsym = symbol_find (name);
2493 if (endsym == (symbolS *) NULL)
2496 (void) add_ecoff_symbol ((const char *) NULL, st_End, sc_Text, endsym,
2452 symbolS *endsym; local

Completed in 112 milliseconds