OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileline
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/sdiff/
sdiff.c
927
struct
fileline
{
struct in function:printc
928
SIMPLEQ_ENTRY(
fileline
) fileentries;
931
SIMPLEQ_HEAD(,
fileline
) delqhead = SIMPLEQ_HEAD_INITIALIZER(delqhead);
935
struct
fileline
*linep;
943
if (!(linep = malloc(sizeof(struct
fileline
))))
952
struct
fileline
*del;
963
* Free
fileline
structure but not its elements since
984
struct
fileline
*filep;
sdiff.c
927
struct
fileline
{
struct in function:printc
928
SIMPLEQ_ENTRY(
fileline
) fileentries;
931
SIMPLEQ_HEAD(,
fileline
) delqhead = SIMPLEQ_HEAD_INITIALIZER(delqhead);
935
struct
fileline
*linep;
943
if (!(linep = malloc(sizeof(struct
fileline
))))
952
struct
fileline
*del;
963
* Free
fileline
structure but not its elements since
984
struct
fileline
*filep;
Completed in 23 milliseconds
Indexes created Sat Sep 27 21:09:56 GMT 2025