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

/illumos-gate/usr/src/cmd/tic/
H A Dtic_read.c133 char *UB; /* booleans */ local
171 UB = &(bptr->_auto_left_margin);
174 read(fd, UB, min(BoolCount, header.bool_count));
179 UB[i] = 0;
H A Dtic_parse.c841 char *UB = &use_bools._auto_left_margin; /* first bool */ local
869 if (UB[i] == TRUE) /* now true */
871 else if (UB[i] > TRUE) /* cancelled */

Completed in 58 milliseconds