Home
last modified time | relevance | path

Searched refs:CODEREVIEW (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/tools/codereview/
H A Dlwlp.c115 #define CODEREVIEW "codereview" macro
291 if (iscodereview = strncmp(progname, CODEREVIEW, in main()
292 sizeof (CODEREVIEW) - 1) == 0) { in main()
421 CODEREVIEW, LWLP, USAGE6); in main()
561 CODEREVIEW, argv[first_file+1], argv[first_file]); in main()
912 strcmp(flag, CODEREVIEW) == 0) { in printpage()
/titanic_50/usr/src/tools/scripts/
H A Dwebrev.sh2047 [[ -z $CODEREVIEW ]] && CODEREVIEW=`look_for_prog codereview`
2084 [[ ! -x $CODEREVIEW ]] && print -u2 "WARNING: codereview(1) not found."
2956 if [[ -x $CODEREVIEW ]]; then
2957 $CODEREVIEW -y "$textcomm" \
2990 elif [[ -x $CODEREVIEW && -x $PS2PDF ]]; then