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

/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c242 int i, tlength; local
247 tlength = strlen(tnames) + 1;
248 if (TERM_NAMES_LENGTH < tlength)
249 tlength = TERM_NAMES_LENGTH;
252 header.name_size = swap(tlength);
259 header.name_size = tlength;
267 || fwrite(tnames, sizeof (char), tlength, fp) != tlength
271 if ((tlength+BOOLCOUNT) % 2 != 0

Completed in 25 milliseconds