Searched refs:end_tok (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dbreakpoint.c5201 char *end_tok;
5208 end_tok = tok;
5210 while (*end_tok != ' ' && *end_tok != '\t' && *end_tok != '\000')
5211 end_tok++;
5213 toklen = end_tok - tok;
5217 tok = cond_start = end_tok + 1;
5230 tok = end_tok + 1;
5757 char *tok, *end_tok;
5190 char *end_tok; local
5746 char *tok, *end_tok; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c818 expressionS *end_tok = tok + ntok;
843 while (tok < end_tok && *input_line_pointer)
975 debug_exp (orig_tok, ntok - (end_tok - tok));
981 return ntok - (end_tok - tok);
811 expressionS *end_tok = tok + ntok; local

Completed in 194 milliseconds