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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c 386 char *token_posn = token + 1; local
390 while (*token_posn)
392 if (!is_digit_char (*token_posn))
394 token_posn++;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c 386 char *token_posn = token + 1; local
390 while (*token_posn)
392 if (!is_digit_char (*token_posn))
394 token_posn++;

Completed in 18 milliseconds