Searched defs:lcs (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/port/
H A Dlc.c103 static Lc_t* lcs = &debug_lc; variable
451 for (lc = lcs; lc; lc = lc->next)
808 lc->next = lcs;
809 lcs = lc;

Completed in 22 milliseconds