Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/unifdef/
Dunifdef.c251 #define endsym(c) (!isalnum((unsigned char)c) && c != '_') macro
1090 } else if (!endsym(*cp)) { in eval_unary()
1373 while (!endsym(*cp)) in skipsym()
1408 if (*s == '\0' && endsym(*t)) in matchsym()
/freebsd-12-stable/contrib/binutils/gas/
Decoff.c2452 symbolS *endsym; in ecoff_directive_bend() local
2474 endsym = symbol_find (name); in ecoff_directive_bend()
2475 if (endsym == (symbolS *) NULL) in ecoff_directive_bend()
2478 (void) add_ecoff_symbol ((const char *) NULL, st_End, sc_Text, endsym, in ecoff_directive_bend()