HomeSort by: relevance | last modified time | path
    Searched defs:attach_end (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
main.c 184 struct name *attach_end; local in function:main
231 attach_end = NULL;
254 if (attach_end == NULL)
257 np->n_blink = attach_end;
258 attach_end->n_flink = np;
260 attach_end = np;
main.c 184 struct name *attach_end; local in function:main
231 attach_end = NULL;
254 if (attach_end == NULL)
257 np->n_blink = attach_end;
258 attach_end->n_flink = np;
260 attach_end = np;

Completed in 44 milliseconds