Searched refs:abbrev (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/std/
H A Ddf.c133 short abbrev; /* abbreviation width */ member in struct:__anon227
442 if (fp->width < kp->abbrev)
444 fp->width = kp->abbrev;
448 if (t = newof(0, char, kp->abbrev, 1))
449 s = kp->heading = (char*)memcpy(t, kp->heading, kp->abbrev);
/ast/src/lib/libtksh/tcl/
H A DtclDate.c543 int abbrev; local
567 abbrev = 1;
569 abbrev = 1;
572 abbrev = 0;
576 if (abbrev) {

Completed in 21 milliseconds