HomeSort by relevance Sort by last modified time
    Searched defs:must (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tmlocale.c 73 static int must[] = local
90 for (n = 0; n < elementsof(must); n++)
91 if (!*b[must[n]])
92 b[must[n]] = tm_data.format[must[n]];
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
regexec.c 62 * 2. The origin of this software must not be misrepresented, either
65 * 3. Altered versions must be plainly marked as such, and must not
148 Search for mandatory following text node; for lookahead, the text must
320 /* minend: end of match must be >=minend after stringarg. */
600 SV* must; local
618 must = do_utf8 ? prog->anchored_utf8 : prog->anchored_substr;
619 if (must == &PL_sv_undef) {
621 DEBUG_r(must = prog->anchored_utf8); /* for debug */
627 + SvCUR(must), -(SvTAIL(must)!=0), strbeg)
667 SV* must; local
1832 SV *must; local
    [all...]

Completed in 4500 milliseconds