Home
last modified time | relevance | path

Searched refs:nocheck (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/tools/scripts/
H A Dcstyle.pl233 my $nocheck = 0;
259 $_ = '"' . $_ if ($in_string && !$nocheck && !$in_comment);
270 if ($nocheck || $in_comment) {
292 if ($nocheck) {
294 $nocheck = 0;
340 $nocheck = 1;
H A Djstyle.pl113 my $nocheck = 0;
134 if ($nocheck) {
136 $nocheck = 0;
181 $nocheck = 1;
/titanic_44/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh418 partial=nocheck
419 runlevel=nocheck
420 idepend=nocheck
421 rdepend=nocheck
422 space=nocheck
423 setuid=nocheck
424 conflict=nocheck
425 action=nocheck
/titanic_44/usr/src/lib/libast/common/misc/
H A Dglob.c580 const char* nocheck = pattern; in glob() local
755 strcopy(top->gl_path + gp->gl_extra, nocheck); in glob()