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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c5304 char *end_tok;
5311 end_tok = tok;
5313 while (*end_tok != ' ' && *end_tok != '\t' && *end_tok != '\000')
5314 end_tok++;
5316 toklen = end_tok - tok;
5320 tok = cond_start = end_tok + 1;
5333 tok = end_tok + 1;
5860 char *tok, *end_tok;
5293 char *end_tok; local
5849 char *tok, *end_tok; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-alpha.c1962 expressionS *end_tok = tok + ntok;
1987 while (tok < end_tok && *input_line_pointer)
2119 debug_exp (orig_tok, ntok - (end_tok - tok));
2125 return ntok - (end_tok - tok);
1953 expressionS *end_tok = tok + ntok; local
/openbsd-current/gnu/usr.bin/binutils-2.17/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 200 milliseconds