OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flines
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/larn/
fortune.c
51
static const char *
flines
[] = {
variable
93
return (
flines
[random() % NFORTUNES]);
/src/usr.bin/xlint/lint2/
read.c
69
static size_t *
flines
;
variable
224
if (
flines
== NULL)
225
flines
= xcalloc(nfnames, sizeof(*
flines
));
237
flines
[srcfile]++;
268
fnames[srcfile],
flines
[srcfile], buf, readfile_line);
1119
flines
= xrealloc(
flines
, nlen * sizeof(*
flines
));
1120
(void)memset(
flines
+ nfnames, 0, nfnames * sizeof(*flines))
[
all
...]
/src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
utf8_gen.py
104
def process_charmap(
flines
, outfile):
134
for line in
flines
:
/src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
utf8_gen.py
104
def process_charmap(
flines
, outfile):
134
for line in
flines
:
Completed in 17 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026