Lines Matching defs:must
706 /* If this is a part of a multi-byte character, we must treat
709 but they must not be backslash. */
935 /* In multibyte environment period must match with a single
971 multibyte characters, which must be treated as characters
1381 /* Copy one set to another; the destination must be large enough. */
1395 S->elems must point to an array large enough to hold the resulting set. */
1530 S->elems must be large enough to hold the result. */
1964 /* ANYCHAR and MBCSET must match with a single character, so we
1965 must put it to d->states[s].mbps, which contains the positions
2116 character, or the states of follows must accept the bytes
2118 Then, if a state of follows encounter a byte, it must not be
2121 state[0] must accept 1st-byte
2130 codepoint of <sb a>, it must not be <sb a> but 2nd byte of
2304 0x815c. Then Initial state must skip the bytes which are not a singlebyte
2378 /* At the moment, it must not happen. */
2555 Caller MUST free the array which this function return. */
2655 /* Note: caller must free the return value of this function. */
2674 /* We must update the pointer if state transition succeeded. */
2727 is nonzero, BEGIN[SIZE - 1] must be a newline. BACKREF points to a place
3035 free(dm->must);
3041 try to find a long sequence of characters that must appear in any line
3047 We do a bottom-up calculation of sequences of characters that must appear
3050 sequences that must appear at the left of the match ("left")
3051 sequences that must appear at the right of the match ("right")
3052 lists of sequences that must appear somewhere in the match ("in")
3053 sequences that must constitute the match ("is")
3057 d->must (where "d" is the single argument passed to "dfamust");
3105 that must occur", but we might also
3321 } must;
3324 resetmust (must *mp)
3333 must *musts;
3334 must *mp;
3340 static must must0;
3346 musts = (must *) malloc((dfa->tindex + 1) * sizeof *musts);
3403 must *lmp;
3404 must *rmp;
3456 must *lmp;
3457 must *rmp;
3559 dm->must = malloc(strlen(result) + 1);
3560 strcpy(dm->must, result);