Home
last modified time | relevance | path

Searched refs:ql (Results 1 – 4 of 4) sorted by relevance

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