Searched defs:must (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmlocale.c74 static int must[] = local
107 for (n = 0; n < elementsof(must); n++)
108 if (!*b[must[n]])
109 b[must[n]] = tm_data.format[must[n]];
/osnet-11/usr/src/lib/libcmd/common/
H A Dcut.c46 "[+?One and only one of \b-b\b, \b-c\b, or \b-f\b must be specified.]"
100 int list[2]; /* NOTE: must be last member */
260 int must; local
277 must = 1;
341 must = 0;
350 if (!cut->nlflag && (skip || must || cut->reclen))
362 * stream <fdin> must be line buffered
673 error(2, "b, c or f option must be specified");
677 error(3, "non-empty b, c or f option must be specified");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c62 * 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),
667 SV* must; local
1832 SV *must; local
[all...]

Completed in 37 milliseconds