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

/illumos-gate/usr/src/cmd/tic/
H A Dtic_read.c134 short *UN; /* numbers */ local
172 UN = &(nptr->_columns);
185 read(fd, (char *)UN, min(NumCount, header.num_count) * 2);
191 UN[i] = -2;
194 UN[i] = -1;
196 UN[i] = bytebuf[0] + 256 * bytebuf[1];
198 UN[i] = bytebuf[0] + 256 * bytebuf[1];
206 UN[i] = -1;
H A Dtic_parse.c842 short *UN = &use_nums._columns; /* first num */ local
877 Numbers[i] = UN[i];

Completed in 88 milliseconds