Lines Matching refs:tmp_command
513 char *tmp_command, *p; in VEC() local
531 tmp_command = (char *) alloca (point + 1); in VEC()
532 p = tmp_command; in VEC()
537 strncpy (tmp_command, line_buffer, point); in VEC()
538 tmp_command[point] = '\0'; in VEC()
542 word = tmp_command + point - strlen (text); in VEC()
577 if (q != tmp_command + point) in VEC()
612 if (p == tmp_command + point) in VEC()
658 p > tmp_command in VEC()
670 p > tmp_command in VEC()
689 while (q > tmp_command) in VEC()
732 p > tmp_command in VEC()
743 p > tmp_command in VEC()