Home
last modified time | relevance | path

Searched refs:toklen (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dc-exp.y1390 int toklen = lexptr - tokstart + 1; in yylex() local
1391 char *tok = alloca (toklen + 1); in yylex()
1392 memcpy (tok, tokstart, toklen); in yylex()
1393 tok[toklen] = '\0'; in yylex()
Dbreakpoint.c5265 int toklen; in break_command_1() local
5276 toklen = end_tok - tok; in break_command_1()
5278 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0) in break_command_1()
5289 else if (toklen >= 1 && strncmp (tok, "thread", toklen) == 0) in break_command_1()
5639 int toklen; in watch_command_1() local
5669 toklen = end_tok - tok; in watch_command_1()
5670 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0) in watch_command_1()