HomeSort by relevance Sort by last modified time
    Searched refs:next_non_space (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 1338 token_node_t *next_non_space;
1341 next_non_space = node->next;
1342 while (next_non_space && next_non_space->token->type == SPACE)
1343 next_non_space = next_non_space->next;
1345 if (next_non_space == NULL)
1348 if (next_non_space->token->type != PASTE) {
1349 node = next_non_space;
1354 next_non_space = next_non_space->next
    [all...]
  /external/valgrind/memcheck/
mc_main.c 6077 static HChar* next_non_space (HChar *s) function
    [all...]

Completed in 71 milliseconds