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

  /src/usr.bin/col/
col.c 558 static LINE *line_freelist; variable in typeref:typename:LINE *
566 if (!line_freelist) {
569 line_freelist = l;
574 l = line_freelist;
575 line_freelist = l->l_next;
585 l->l_next = line_freelist;
586 line_freelist = l;
col.c 558 static LINE *line_freelist; variable in typeref:typename:LINE *
566 if (!line_freelist) {
569 line_freelist = l;
574 l = line_freelist;
575 line_freelist = l->l_next;
585 l->l_next = line_freelist;
586 line_freelist = l;

Completed in 21 milliseconds