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

/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Ddefun.c693 char *base_command = xstrdup (command); /* command with any `x' removed */
697 base_command[strlen (base_command) - 1] = 0;
699 type = find_type_from_name (base_command);
713 base_command, command);
720 free (base_command);
692 char *base_command = xstrdup (command); /* command with any `x' removed */ local

Completed in 172 milliseconds