HomeSort by: relevance | last modified time | path
    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 25 milliseconds