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

/freebsd-10.0-release/contrib/texinfo/info/
H A Dinfodoc.c994 char *argrep, *p;
996 argrep = where_is (info_keymap, InfoCmd(info_add_digit_to_numeric_arg));
997 p = argrep ? strrpbrk (argrep, "0123456789-") : NULL;
1000 argstr = (char *)xmalloc (p - argrep + 21);
1001 strncpy (argstr, argrep, p - argrep);
1002 sprintf (argstr + (p - argrep), "%d", arg);
993 char *argrep, *p; local

Completed in 57 milliseconds