OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:argrep
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/texinfo/dist/info/
infodoc.c
996
char *
argrep
, *p;
998
argrep
= where_is (info_keymap, InfoCmd(info_add_digit_to_numeric_arg));
999
p =
argrep
? strrpbrk (
argrep
, "0123456789-") : NULL;
1002
argstr = (char *)xmalloc (p -
argrep
+ 21);
1003
strncpy (argstr,
argrep
, p -
argrep
);
1004
sprintf (argstr + (p -
argrep
), "%d", arg);
995
char *
argrep
, *p;
local
Completed in 15 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026