Lines Matching defs:tmp_t
2136 char *tmp_t;
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++;
2153 if (tmp_t[0] == ';' && tmp_t[1] == ';')
2159 if (tmp_t[2] == ';')
2168 tmp_t[0] = ';';
2169 tmp_t[1] = ' ';
2171 tmp_t += 2;