• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/

Lines Matching defs:must

705 	/* If this is a part of a multi-byte character, we must treat
708 but they must not be backslash. */
934 /* In multibyte environment period must match with a single
970 multibyte characters, which must be treated as characters
1380 /* Copy one set to another; the destination must be large enough. */
1394 S->elems must point to an array large enough to hold the resulting set. */
1529 S->elems must be large enough to hold the result. */
1963 /* ANYCHAR and MBCSET must match with a single character, so we
1964 must put it to d->states[s].mbps, which contains the positions
2115 character, or the states of follows must accept the bytes
2117 Then, if a state of follows encounter a byte, it must not be
2120 state[0] must accept 1st-byte
2129 codepoint of <sb a>, it must not be <sb a> but 2nd byte of
2303 0x815c. Then Initial state must skip the bytes which are not a singlebyte
2377 /* At the moment, it must not happen. */
2654 /* Note: caller must free the return value of this function. */
2673 /* We must update the pointer if state transition succeeded. */
2726 is nonzero, BEGIN[SIZE - 1] must be a newline. BACKREF points to a place
3034 free(dm->must);
3040 try to find a long sequence of characters that must appear in any line
3046 We do a bottom-up calculation of sequences of characters that must appear
3049 sequences that must appear at the left of the match ("left")
3050 sequences that must appear at the right of the match ("right")
3051 lists of sequences that must appear somewhere in the match ("in")
3052 sequences that must constitute the match ("is")
3056 d->must (where "d" is the single argument passed to "dfamust");
3104 that must occur", but we might also
3320 } must;
3323 resetmust (must *mp)
3332 must *musts;
3333 must *mp;
3339 static must must0;
3345 musts = (must *) malloc((dfa->tindex + 1) * sizeof *musts);
3402 must *lmp;
3403 must *rmp;
3455 must *lmp;
3456 must *rmp;
3558 dm->must = (char *) malloc(strlen(result) + 1);
3559 strcpy(dm->must, result);