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

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstropt.c67 int ql; local
127 ql = qr = 0;
137 if (qr != ql)
140 qr = ql = 0;
142 else if (c == ql)
153 ql = qr = c;
161 ql = c;
167 ql = c;
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dbang.c177 register char ** ql; local
217 for (n = 0, ql = pl = *plist; *pl; pl++)
219 *ql++ = *pl;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmmd.c503 ql_t ql; local
527 bcopy((uchar_t *)qwp->qw_data + qwp->qw_off, &ql, sizeof (ql));
528 if (qh == (uintptr_t)ql.ql_next) {
533 wsp->walk_addr = (uintptr_t)ql.ql_next;
546 ql_t ql; local
562 bcopy((uchar_t *)qwp->qw_data + qwp->qw_off, &ql, sizeof (ql));
563 wsp->walk_addr = (uintptr_t)ql.ql_next;
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c5195 register int ql; local
5260 ql = qr = 0;
5270 if (qr != ql)
5273 qr = ql = 0;
5275 else if (c == ql)
5286 ql = qr = c;
5294 ql = c;
5300 ql = c;

Completed in 73 milliseconds