HomeSort by: relevance | last modified time | path
    Searched defs:identifier_chars (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c 65 static char identifier_chars[256]; variable
73 #define is_identifier_char(x) (identifier_chars [(unsigned char) x])
181 identifier_chars[c] = c;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c 65 static char identifier_chars[256]; variable
73 #define is_identifier_char(x) (identifier_chars [(unsigned char) x])
181 identifier_chars[c] = c;

Completed in 41 milliseconds