OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toplines
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/hack/
hack.topl.c
73
static char
toplines
[BUFSZ];
variable in typeref:typename:char[]
80
#define OTLMAX 20 /* max nr of old
toplines
remembered */
93
(void) strcpy(
toplines
, last_redone_topl->topl_text);
103
if (strchr(
toplines
, '\n'))
105
putstr(
toplines
);
120
!strcmp(
toplines
, last_redone_topl->topl_text))
123
!strcmp(
toplines
, old_toplines->topl_text))
126
tl = alloc(strlen(
toplines
) + sizeof(*tl) + 1);
129
(void) strcpy(tl->topl_text,
toplines
);
225
if (flags.toplin == 1 && !strcmp(pbuf,
toplines
))
[
all
...]
hack.topl.c
73
static char
toplines
[BUFSZ];
variable in typeref:typename:char[]
80
#define OTLMAX 20 /* max nr of old
toplines
remembered */
93
(void) strcpy(
toplines
, last_redone_topl->topl_text);
103
if (strchr(
toplines
, '\n'))
105
putstr(
toplines
);
120
!strcmp(
toplines
, last_redone_topl->topl_text))
123
!strcmp(
toplines
, old_toplines->topl_text))
126
tl = alloc(strlen(
toplines
) + sizeof(*tl) + 1);
129
(void) strcpy(tl->topl_text,
toplines
);
225
if (flags.toplin == 1 && !strcmp(pbuf,
toplines
))
[
all
...]
Completed in 48 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025