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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c220 register struct cstate *lcs; local
224 lcs = cs; cs = cs->cs_next;
248 comp->last_cs = lcs;
257 comp->last_cs = lcs;
259 lcs->cs_next = cs->cs_next;
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlc.c94 static Lc_t* lcs = &debug_lc; variable
414 for (lc = lcs; lc; lc = lc->next)
723 lc->next = lcs;
724 lcs = lc;
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c484 char *lcs[] = { NULL, NULL, NULL, NULL, NULL, NULL }; local
506 lcs[j] = s + strlen(cat_names[j]);
521 lcs[i] = lc_all;
522 } else if (lcs[i] != NULL) {
523 lcs[i] = lcs[i];
525 lcs[i] = lang;
527 lcs[i] = "C";
529 if ((i > 0) && (lcs[i] != lcs[
[all...]

Completed in 3300 milliseconds