Lines Matching defs:tok_end
88 char *tok_end;108 tok_end = tok;110 while(!ISSPACE(*tok_end))111 tok_end++;112 *tok_end = 0;118 tok_end++; /* pass the leading quote */119 while(*tok_end) {120 char s = *tok_end;137 tok_end++;141 tok_end++; /* pass the ending quote */146 tok_end++;243 tok = ++tok_end;