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

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_queue.c119 slp_queue_entry_t *qe; local
122 if ((qe = malloc(sizeof (*qe))) == NULL) {
128 qe->msg = msg;
129 qe->next = NULL;
131 q->tail->next = qe;
132 q->tail = qe;
134 q->head = q->tail = qe;
148 slp_queue_entry_t *qe; local
151 if ((qe
173 slp_queue_entry_t *qe = q->head; local
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtesc.c39 * quote string as of length n with qb...qe
41 * qe and the usual suspects are \... escaped
48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) argument
66 if (qe)
67 c += strlen((char*)qe);
157 else if (qe && strchr(qe, c))
211 if (qe && (escaped || spaced))
212 while (*b = *qe++)
/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c579 char* qe = 0; local
731 if (c == '"' && qe)
733 for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
736 op = qe;
737 qe = 0;
754 qe = (c == '"') ? op : (char*)0;
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c1948 int qe = 0; local
1962 if (!qe)
1963 qe = '}';
1964 if (qe == '}')
1968 if (!qe)
1969 qe = ')';
1970 if (qe == ')')
1974 if (!qe)
1975 qe = ']';
1976 if (qe
[all...]

Completed in 44 milliseconds