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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c426 #define DROP(P,R) if (P) {P[-1] = P[0] = hole; R = 0;} else/*EMPTY*/ macro
427 if (chk & PCK_CPI) DROP (p_cpi, prs->cpi);
428 if (chk & PCK_LPI) DROP (p_lpi, prs->lpi);
429 if (chk & PCK_WIDTH) DROP (p_pwid, prs->pwid);
430 if (chk & PCK_LENGTH) DROP (p_plen, prs->plen);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c155 #define DROP(n) (p->slen -= (n)) macro
517 DROP(1);
1004 DROP(finish-start); /* drop the operand */

Completed in 66 milliseconds