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

  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c 2136 char *tmp_t; local
2142 tmp_t = t + 2;
2144 while (tmp_t && tmp_t[0])
2146 while (tmp_t && tmp_t[0] &&
2147 (is_whitespace (tmp_t[0]) || is_end_of_stmt (tmp_t[0])))
2149 if (is_end_of_stmt (tmp_t[0]))
2151 tmp_t++
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c 2136 char *tmp_t; local
2142 tmp_t = t + 2;
2144 while (tmp_t && tmp_t[0])
2146 while (tmp_t && tmp_t[0] &&
2147 (is_whitespace (tmp_t[0]) || is_end_of_stmt (tmp_t[0])))
2149 if (is_end_of_stmt (tmp_t[0]))
2151 tmp_t++
    [all...]

Completed in 17 milliseconds