Home | History | Annotate | Download | only in src

Lines Matching full:pctl

3134   pctl       point to pattern control block
3142 check_modifier(modstruct *m, int ctx, patctl *pctl, datctl *dctl, uint32_t c)
3178 if (pctl != NULL) field = pctl;
3186 else if (pctl != NULL && (m->which == MOD_PD || ctx != CTX_DEFPAT))
3187 field = pctl;
3221 pctl point to pattern control block
3228 decode_modifiers(uint8_t *p, int ctx, patctl *pctl, datctl *dctl)
3319 field = check_modifier(modlist + index, ctx, pctl, dctl, *p);
3359 field = check_modifier(m, ctx, pctl, dctl, 0);
3380 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control &= ~CTL_BSR_SET;
3390 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control |= CTL_BSR_SET;
3458 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control &= ~CTL_NL_SET;
3464 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control |= CTL_NL_SET;
3538 (pctl->options != 0 ||
3539 pctl->tables_id != 0 ||
3540 pctl->locale[0] != 0 ||
3541 (pctl->control & NOTPOP_CONTROLS) != 0))