Searched refs:toklen (Results 1 – 2 of 2) sorted by relevance
1390 int toklen = lexptr - tokstart + 1; in yylex() local1391 char *tok = alloca (toklen + 1); in yylex()1392 memcpy (tok, tokstart, toklen); in yylex()1393 tok[toklen] = '\0'; in yylex()
5265 int toklen; in break_command_1() local5276 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() local5669 toklen = end_tok - tok; in watch_command_1()5670 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0) in watch_command_1()