Searched refs:endsym (Results 1 – 2 of 2) sorted by relevance
251 #define endsym(c) (!isalnum((unsigned char)c) && c != '_') macro1090 } else if (!endsym(*cp)) { in eval_unary()1373 while (!endsym(*cp)) in skipsym()1408 if (*s == '\0' && endsym(*t)) in matchsym()
2452 symbolS *endsym; in ecoff_directive_bend() local2474 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()