===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
dpic-2020.09.15/autoconf/scripts/install.sh-85-
dpic-2020.09.15/autoconf/scripts/install.sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
dpic-2020.09.15/autoconf/scripts/install.sh-87-	    shift
##############################################
dpic-2020.09.15/autoconf/scripts/install.sh-89-
dpic-2020.09.15/autoconf/scripts/install.sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
dpic-2020.09.15/autoconf/scripts/install.sh-91-	    shift
##############################################
dpic-2020.09.15/autoconf/scripts/install.sh-150-	then
dpic-2020.09.15/autoconf/scripts/install.sh:151:		dst="$dst"/`basename $src`
dpic-2020.09.15/autoconf/scripts/install.sh-152-	else
##############################################
dpic-2020.09.15/autoconf/scripts/install.sh-157-## this sed command emulates the dirname command
dpic-2020.09.15/autoconf/scripts/install.sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
dpic-2020.09.15/autoconf/scripts/install.sh-159-
##############################################
dpic-2020.09.15/autoconf/scripts/install.sh-171-IFS='%'
dpic-2020.09.15/autoconf/scripts/install.sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
dpic-2020.09.15/autoconf/scripts/install.sh-173-IFS="${oIFS}"
##############################################
dpic-2020.09.15/autoconf/scripts/install.sh-205-	then
dpic-2020.09.15/autoconf/scripts/install.sh:206:		dstfile=`basename $dst`
dpic-2020.09.15/autoconf/scripts/install.sh-207-	else
##############################################
dpic-2020.09.15/autoconf/scripts/install.sh-215-	then
dpic-2020.09.15/autoconf/scripts/install.sh:216:		dstfile=`basename $dst`
dpic-2020.09.15/autoconf/scripts/install.sh-217-	else
##############################################
dpic-2020.09.15/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
dpic-2020.09.15/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
dpic-2020.09.15/configure-45-  as_echo='print -r --'
dpic-2020.09.15/configure-46-  as_echo_n='print -rn --'
dpic-2020.09.15/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
dpic-2020.09.15/configure-48-  as_echo='printf %s\n'
##############################################
dpic-2020.09.15/configure-50-else
dpic-2020.09.15/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
dpic-2020.09.15/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
dpic-2020.09.15/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
dpic-2020.09.15/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
dpic-2020.09.15/configure-62-      esac;
##############################################
dpic-2020.09.15/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
dpic-2020.09.15/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
dpic-2020.09.15/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
dpic-2020.09.15/configure-324-      case $as_dir in #(
dpic-2020.09.15/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
dpic-2020.09.15/configure-326-      *) as_qdir=$as_dir;;
##############################################
dpic-2020.09.15/configure-397-  {
dpic-2020.09.15/configure:398:    as_val=`expr "$@" || test $? -eq 1`
dpic-2020.09.15/configure-399-  }
##############################################
dpic-2020.09.15/configure-404-# ----------------------------------------
dpic-2020.09.15/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
dpic-2020.09.15/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
dpic-2020.09.15/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
dpic-2020.09.15/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
dpic-2020.09.15/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
dpic-2020.09.15/configure-759-  case $ac_option in
dpic-2020.09.15/configure:760:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
dpic-2020.09.15/configure-761-  *=)   ac_optarg= ;;
##############################################
dpic-2020.09.15/configure-803-  -disable-* | --disable-*)
dpic-2020.09.15/configure:804:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
dpic-2020.09.15/configure-805-    # Reject names that are not valid shell variable names.
##############################################
dpic-2020.09.15/configure-808-    ac_useropt_orig=$ac_useropt
dpic-2020.09.15/configure:809:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
dpic-2020.09.15/configure-810-    case $ac_user_opts in
##############################################
dpic-2020.09.15/configure-829-  -enable-* | --enable-*)
dpic-2020.09.15/configure:830:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
dpic-2020.09.15/configure-831-    # Reject names that are not valid shell variable names.
##############################################
dpic-2020.09.15/configure-834-    ac_useropt_orig=$ac_useropt
dpic-2020.09.15/configure:835:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
dpic-2020.09.15/configure-836-    case $ac_user_opts in
##############################################
dpic-2020.09.15/configure-1042-  -with-* | --with-*)
dpic-2020.09.15/configure:1043:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
dpic-2020.09.15/configure-1044-    # Reject names that are not valid shell variable names.
##############################################
dpic-2020.09.15/configure-1047-    ac_useropt_orig=$ac_useropt
dpic-2020.09.15/configure:1048:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
dpic-2020.09.15/configure-1049-    case $ac_user_opts in
##############################################
dpic-2020.09.15/configure-1058-  -without-* | --without-*)
dpic-2020.09.15/configure:1059:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
dpic-2020.09.15/configure-1060-    # Reject names that are not valid shell variable names.
##############################################
dpic-2020.09.15/configure-1063-    ac_useropt_orig=$ac_useropt
dpic-2020.09.15/configure:1064:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
dpic-2020.09.15/configure-1065-    case $ac_user_opts in
##############################################
dpic-2020.09.15/configure-1096-  *=*)
dpic-2020.09.15/configure:1097:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
dpic-2020.09.15/configure-1098-    # Reject names that are not valid shell variable names.
##############################################
dpic-2020.09.15/configure-1117-if test -n "$ac_prev"; then
dpic-2020.09.15/configure:1118:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
dpic-2020.09.15/configure-1119-  as_fn_error $? "missing argument to $ac_option"
##############################################
dpic-2020.09.15/configure-1139-    */ )
dpic-2020.09.15/configure:1140:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
dpic-2020.09.15/configure-1141-      eval $ac_var=\$ac_val;;
##############################################
dpic-2020.09.15/configure-1174-ac_ls_di=`ls -di .` &&
dpic-2020.09.15/configure:1175:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
dpic-2020.09.15/configure-1176-  as_fn_error $? "working directory cannot be determined"
##############################################
dpic-2020.09.15/configure-1230-case $srcdir in
dpic-2020.09.15/configure:1231:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
dpic-2020.09.15/configure-1232-esac
##############################################
dpic-2020.09.15/configure-1273-By default, \`make install' will install all the files in
dpic-2020.09.15/configure:1274:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
dpic-2020.09.15/configure:1275:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
dpic-2020.09.15/configure-1276-for instance \`--prefix=\$HOME'.
##############################################
dpic-2020.09.15/configure-1347-*)
dpic-2020.09.15/configure:1348:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
dpic-2020.09.15/configure-1349-  # A ".." for each directory in $ac_dir_suffix.
dpic-2020.09.15/configure:1350:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
dpic-2020.09.15/configure-1351-  case $ac_top_builddir_sub in
##############################################
dpic-2020.09.15/configure-1831-    *\'*)
dpic-2020.09.15/configure:1832:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
dpic-2020.09.15/configure-1833-    esac
##############################################
dpic-2020.09.15/configure-1914-      case $ac_val in
dpic-2020.09.15/configure:1915:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
dpic-2020.09.15/configure-1916-      esac
##############################################
dpic-2020.09.15/configure-1929-	case $ac_val in
dpic-2020.09.15/configure:1930:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
dpic-2020.09.15/configure-1931-	esac
##############################################
dpic-2020.09.15/configure-2049-    set,)
dpic-2020.09.15/configure:2050:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
dpic-2020.09.15/configure:2051:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
dpic-2020.09.15/configure-2052-      ac_cache_corrupted=: ;;
##############################################
dpic-2020.09.15/configure-2060-	# differences in whitespace do not lead to failure.
dpic-2020.09.15/configure:2061:	ac_old_val_w=`echo x $ac_old_val`
dpic-2020.09.15/configure:2062:	ac_new_val_w=`echo x $ac_new_val`
dpic-2020.09.15/configure-2063-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
dpic-2020.09.15/configure-2080-    case $ac_new_val in
dpic-2020.09.15/configure:2081:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
dpic-2020.09.15/configure-2082-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
dpic-2020.09.15/configure-2580-$as_echo_n "checking whether the C compiler works... " >&6; }
dpic-2020.09.15/configure:2581:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
dpic-2020.09.15/configure-2582-
##############################################
dpic-2020.09.15/configure-2624-	then :; else
dpic-2020.09.15/configure:2625:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
dpic-2020.09.15/configure-2626-	fi
##############################################
dpic-2020.09.15/configure-2684-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
dpic-2020.09.15/configure:2685:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
dpic-2020.09.15/configure-2686-	  break;;
##############################################
dpic-2020.09.15/configure-2793-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
dpic-2020.09.15/configure:2794:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
dpic-2020.09.15/configure-2795-       break;;
##############################################
dpic-2020.09.15/configure-3120-set x ${MAKE-make}
dpic-2020.09.15/configure:3121:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
dpic-2020.09.15/configure-3122-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
dpic-2020.09.15/configure-3130-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
dpic-2020.09.15/configure:3131:case `${MAKE-make} -f conftest.make 2>/dev/null` in
dpic-2020.09.15/configure-3132-  *@@@%%%=?*=@@@%%%*)
##############################################
dpic-2020.09.15/configure-3307-  # Check for GNU $ac_path_GREP
dpic-2020.09.15/configure:3308:case `"$ac_path_GREP" --version 2>&1` in
dpic-2020.09.15/configure-3309-*GNU*)
##############################################
dpic-2020.09.15/configure-3373-  # Check for GNU $ac_path_EGREP
dpic-2020.09.15/configure:3374:case `"$ac_path_EGREP" --version 2>&1` in
dpic-2020.09.15/configure-3375-*GNU*)
##############################################
dpic-2020.09.15/configure-3534-do :
dpic-2020.09.15/configure:3535:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
dpic-2020.09.15/configure-3536-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
dpic-2020.09.15/configure-3539-  cat >>confdefs.h <<_ACEOF
dpic-2020.09.15/configure:3540:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
dpic-2020.09.15/configure-3541-_ACEOF
##############################################
dpic-2020.09.15/configure-3549-do :
dpic-2020.09.15/configure:3550:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
dpic-2020.09.15/configure-3551-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
dpic-2020.09.15/configure-3553-  cat >>confdefs.h <<_ACEOF
dpic-2020.09.15/configure:3554:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
dpic-2020.09.15/configure-3555-_ACEOF
##############################################
dpic-2020.09.15/configure-3751-'
dpic-2020.09.15/configure:3752:DEFS=`sed -n "$ac_script" confdefs.h`
dpic-2020.09.15/configure-3753-
##############################################
dpic-2020.09.15/configure-3760-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
dpic-2020.09.15/configure:3761:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
dpic-2020.09.15/configure-3762-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
dpic-2020.09.15/configure-3827-if test -z "$BASH_VERSION$ZSH_VERSION" \
dpic-2020.09.15/configure:3828:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
dpic-2020.09.15/configure-3829-  as_echo='print -r --'
dpic-2020.09.15/configure-3830-  as_echo_n='print -rn --'
dpic-2020.09.15/configure:3831:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
dpic-2020.09.15/configure-3832-  as_echo='printf %s\n'
##############################################
dpic-2020.09.15/configure-3834-else
dpic-2020.09.15/configure:3835:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
dpic-2020.09.15/configure-3836-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
dpic-2020.09.15/configure-3844-	expr "X$arg" : "X\\(.*\\)$as_nl";
dpic-2020.09.15/configure:3845:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
dpic-2020.09.15/configure-3846-      esac;
##############################################
dpic-2020.09.15/configure-3921-# ----------------------------------------
dpic-2020.09.15/configure:3922:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
dpic-2020.09.15/configure-3923-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
dpic-2020.09.15/configure-3993-  {
dpic-2020.09.15/configure:3994:    as_val=`expr "$@" || test $? -eq 1`
dpic-2020.09.15/configure-3995-  }
##############################################
dpic-2020.09.15/configure-4097-      case $as_dir in #(
dpic-2020.09.15/configure:4098:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
dpic-2020.09.15/configure-4099-      *) as_qdir=$as_dir;;
##############################################
dpic-2020.09.15/configure-4219-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
dpic-2020.09.15/configure:4220:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
dpic-2020.09.15/configure-4221-ac_cs_version="\\
##############################################
dpic-2020.09.15/configure-4242-  --*=?*)
dpic-2020.09.15/configure:4243:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
dpic-2020.09.15/configure:4244:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
dpic-2020.09.15/configure-4245-    ac_shift=:
##############################################
dpic-2020.09.15/configure-4247-  --*=)
dpic-2020.09.15/configure:4248:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
dpic-2020.09.15/configure-4249-    ac_optarg=
##############################################
dpic-2020.09.15/configure-4271-    case $ac_optarg in
dpic-2020.09.15/configure:4272:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
dpic-2020.09.15/configure-4273-    '') as_fn_error $? "missing file argument" ;;
##############################################
dpic-2020.09.15/configure-4387-fi
dpic-2020.09.15/configure:4388:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
dpic-2020.09.15/configure-4389-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
dpic-2020.09.15/configure-4404-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
dpic-2020.09.15/configure:4405:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
dpic-2020.09.15/configure-4406-ac_delim='%!_!# '
##############################################
dpic-2020.09.15/configure-4410-
dpic-2020.09.15/configure:4411:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
dpic-2020.09.15/configure-4412-  if test $ac_delim_n = $ac_delim_num; then
##############################################
dpic-2020.09.15/configure-4572-      esac
dpic-2020.09.15/configure:4573:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
dpic-2020.09.15/configure-4574-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
dpic-2020.09.15/configure-4631-*)
dpic-2020.09.15/configure:4632:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
dpic-2020.09.15/configure-4633-  # A ".." for each directory in $ac_dir_suffix.
dpic-2020.09.15/configure:4634:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
dpic-2020.09.15/configure-4635-  case $ac_top_builddir_sub in
##############################################
dpic-2020.09.15/configure-4687-/@mandir@/p'
dpic-2020.09.15/configure:4688:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
dpic-2020.09.15/configure-4689-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
dpic-2020.09.15/configure-4704-
dpic-2020.09.15/configure:4705:# Neutralize VPATH when `$srcdir' = `.'.
dpic-2020.09.15/configure-4706-# Shell code in configure.ac might set extrasub.
##############################################
dpic-2020.09.15/configure-4731-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
dpic-2020.09.15/configure:4732:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
dpic-2020.09.15/configure-4733-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
dpic-2020.09.15/doc/dpic-doc.tex-754-is defined in the statement
dpic-2020.09.15/doc/dpic-doc.tex:755:\ntt{define(`ifpgf',`ifelse(m4postprocessor,pgf,`\$1',`\$2')')}\\
dpic-2020.09.15/doc/dpic-doc.tex-756-which tests for equality of the character sequences {\tt m4postprocessor}
##############################################
dpic-2020.09.15/doc/dpic-doc.tex-783-define(`vperp',
dpic-2020.09.15/doc/dpic-doc.tex:784: `define(`m4pdx',`(`$1'.end.x-`$1'.start.x)')dnl
dpic-2020.09.15/doc/dpic-doc.tex:785:  define(`m4pdy',`(`$1'.end.y-`$1'.start.y)')dnl
dpic-2020.09.15/doc/dpic-doc.tex-786-  -m4pdy/vlength(m4pdx,m4pdy),m4pdx/vlength(m4pdx,m4pdy)')
##############################################
dpic-2020.09.15/doc/dpic-doc.tex-833-define(`lbox',
dpic-2020.09.15/doc/dpic-doc.tex:834: `define(`m4bwd',ifelse(`$1',,boxwid,`($1)'))dnl
dpic-2020.09.15/doc/dpic-doc.tex:835:  define(`m4bht',ifelse(`$2',,boxht,`($2)'))dnl
dpic-2020.09.15/doc/dpic-doc.tex-836-  line from rvec_(m4bwd,0) to rvec_(m4bwd,m4bht/2) \
##############################################
dpic-2020.09.15/doc/Spiral.m4-43-define(`Radius',
dpic-2020.09.15/doc/Spiral.m4:44: `rot3Dz((-2*turns*`$1'*dtor_),rot3Dy((-`$1'*dtor_),crad,0,0))')
dpic-2020.09.15/doc/Spiral.m4-45-define(`S',`sum3D(C3D,Radius(`$1'))')
##############################################
dpic-2020.09.15/dpic.tab.c-147-int lspec(int);
dpic-2020.09.15/dpic.tab.c:148:void logaddr(fbuffer *);
dpic-2020.09.15/dpic.tab.c-149-void prattribute(char *, attribute *);
##############################################
dpic-2020.09.15/dpic.tab.c-152-void snapname(Char *, chbufinx, chbufinx);
dpic-2020.09.15/dpic.tab.c:153:void wrbufaddr(fbuffer *, int);
dpic-2020.09.15/dpic.tab.c-154-extern int ordp(void *);
##############################################
dpic-2020.09.15/dpic.tab.c-2702-            fprintf(log_," forhead:\n");
dpic-2020.09.15/dpic.tab.c:2703:		    wrbufaddr(inbuf,0);
dpic-2020.09.15/dpic.tab.c-2704-		    fprintf(log_, "for: initial="); wfloat(&log_, (yyval).xval);
##############################################
dpic-2020.09.15/dpic.tab.c-5123-#ifdef DDEBUG
dpic-2020.09.15/dpic.tab.c:5124:  if (debuglevel > 0) { logaddr(*buf); putc('\n', log_); }
dpic-2020.09.15/dpic.tab.c-5125-#endif
##############################################
dpic-2020.09.15/dpic.tab.c-5229-    fprintf(log_, "*** markerror");
dpic-2020.09.15/dpic.tab.c:5230:    wrbufaddr(inbuf, 0);
dpic-2020.09.15/dpic.tab.c-5231-    fprintf(log_, " emi=%d, lexsymb=%d:\n", emi, lexsymb);
##############################################
dpic-2020.09.15/dpic.tab.c-5587-void
dpic-2020.09.15/dpic.tab.c:5588:logaddr(fbuffer *b)
dpic-2020.09.15/dpic.tab.c-5589-{
##############################################
dpic-2020.09.15/dpic.tab.c-5596-void
dpic-2020.09.15/dpic.tab.c:5597:wrbufaddr(fbuffer *q, int job)
dpic-2020.09.15/dpic.tab.c-5598-{ fbuffer *r;
##############################################
dpic-2020.09.15/dpic.tab.c-5630-    With = p;
dpic-2020.09.15/dpic.tab.c:5631:    if (job > 2) { fprintf(log_, " buf"); wrbufaddr(p, 0); }
dpic-2020.09.15/dpic.tab.c-5632-    if (job > 1) {
##############################################
dpic-2020.09.15/dpic.y-117-int lspec(int);
dpic-2020.09.15/dpic.y:118:void logaddr(fbuffer *);
dpic-2020.09.15/dpic.y-119-void prattribute(char *, attribute *);
##############################################
dpic-2020.09.15/dpic.y-122-void snapname(Char *, chbufinx, chbufinx);
dpic-2020.09.15/dpic.y:123:void wrbufaddr(fbuffer *, int);
dpic-2020.09.15/dpic.y-124-extern int ordp(void *);
##############################################
dpic-2020.09.15/dpic.y-1085-            fprintf(log_," forhead:\n");
dpic-2020.09.15/dpic.y:1086:		    wrbufaddr(inbuf,0);
dpic-2020.09.15/dpic.y-1087-		    fprintf(log_, "for: initial="); wfloat(&log_, $$.xval);
##############################################
dpic-2020.09.15/dpic.y-3057-#ifdef DDEBUG
dpic-2020.09.15/dpic.y:3058:  if (debuglevel > 0) { logaddr(*buf); putc('\n', log_); }
dpic-2020.09.15/dpic.y-3059-#endif
##############################################
dpic-2020.09.15/dpic.y-3163-    fprintf(log_, "*** markerror");
dpic-2020.09.15/dpic.y:3164:    wrbufaddr(inbuf, 0);
dpic-2020.09.15/dpic.y-3165-    fprintf(log_, " emi=%d, lexsymb=%d:\n", emi, lexsymb);
##############################################
dpic-2020.09.15/dpic.y-3521-void
dpic-2020.09.15/dpic.y:3522:logaddr(fbuffer *b)
dpic-2020.09.15/dpic.y-3523-{
##############################################
dpic-2020.09.15/dpic.y-3530-void
dpic-2020.09.15/dpic.y:3531:wrbufaddr(fbuffer *q, int job)
dpic-2020.09.15/dpic.y-3532-{ fbuffer *r;
##############################################
dpic-2020.09.15/dpic.y-3564-    With = p;
dpic-2020.09.15/dpic.y:3565:    if (job > 2) { fprintf(log_, " buf"); wrbufaddr(p, 0); }
dpic-2020.09.15/dpic.y-3566-    if (job > 1) {
##############################################
dpic-2020.09.15/examples/Lindenmayer/examples.htmx-38-
dpic-2020.09.15/examples/Lindenmayer/examples.htmx:39:<!--[if lte IE 8]><embed src="$1.svg" sinclude($1.siz)><![endif]-->
dpic-2020.09.15/examples/Lindenmayer/examples.htmx-40-
dpic-2020.09.15/examples/Lindenmayer/examples.htmx-41-<!--[if gte IE 9]>
dpic-2020.09.15/examples/Lindenmayer/examples.htmx:42:<object dx="4" data="$1.svg" sinclude($1.siz) type="image/svg+xml" class="img">
dpic-2020.09.15/examples/Lindenmayer/examples.htmx-43-  </object> <![endif]-->
##############################################
dpic-2020.09.15/examples/Lindenmayer/examples.htmx-45-<!--[if !IE]><!-->
dpic-2020.09.15/examples/Lindenmayer/examples.htmx:46:<object data="$1.svg" sinclude($1.siz) type="image/svg+xml" class="img">
dpic-2020.09.15/examples/Lindenmayer/examples.htmx-47-  </object> <!--<![endif]-->
##############################################
dpic-2020.09.15/examples/Lindenmayer/Lsys.conf-73-
dpic-2020.09.15/examples/Lindenmayer/Lsys.conf:74:define(`Produce',`ifelse(eval(`$1'<`$2'),1,
dpic-2020.09.15/examples/Lindenmayer/Lsys.conf:75: `Produce(incr(`$1'),`$2',$3)',
dpic-2020.09.15/examples/Lindenmayer/Lsys.conf-76- `$3')')
##############################################
dpic-2020.09.15/examples/Lindenmayer/Makefile-29-	make $(CCTSVG)
dpic-2020.09.15/examples/Lindenmayer/Makefile:30:	Version=`sed -e 's/Version //' $(LIBDIR)/doc/Version.tex` ; \
dpic-2020.09.15/examples/Lindenmayer/Makefile-31-      sed -e 's/Version XXX/Version '$$Version'/' examples.htmx \
##############################################
dpic-2020.09.15/examples/Lindenmayer/Makefile-47-tstSVG.html: tstSVG.htmx $(TEST).svg
dpic-2020.09.15/examples/Lindenmayer/Makefile:48:	Version=`sed -e 's/Version //' $(LIBDIR)/doc/Version.tex` ; \
dpic-2020.09.15/examples/Lindenmayer/Makefile-49-      sed -e 's/Version XXX/Version '$$Version'/' \
##############################################
dpic-2020.09.15/examples/Lindenmayer/SVGconfig.conf-60-command "<g patsubst(ifelse(`$1',,,
dpic-2020.09.15/examples/Lindenmayer/SVGconfig.conf:61:index(`$1',font),0,`$1',
dpic-2020.09.15/examples/Lindenmayer/SVGconfig.conf:62:index(`$1',style),0,`$1',
dpic-2020.09.15/examples/Lindenmayer/SVGconfig.conf-63-style="font-family:`$1'")
dpic-2020.09.15/examples/Lindenmayer/SVGconfig.conf-64-,",\\")>"
dpic-2020.09.15/examples/Lindenmayer/SVGconfig.conf:65:  ifelse(`$2',,,`textht=(`$2')*dptextratio')
dpic-2020.09.15/examples/Lindenmayer/SVGconfig.conf:66:  ifelse(`$3',,,`textoffset=`$3'')
dpic-2020.09.15/examples/Lindenmayer/SVGconfig.conf-67-  `$4'
dpic-2020.09.15/examples/Lindenmayer/SVGconfig.conf:68:  ifelse(`$4',,,`command "</g>"')')
dpic-2020.09.15/examples/Lindenmayer/SVGconfig.conf-69-
##############################################
dpic-2020.09.15/examples/Lindenmayer/tstSVG.htmx-17-<p>
dpic-2020.09.15/examples/Lindenmayer/tstSVG.htmx:18:<!--[if lt IE 9]><embed src="$1.svg" sinclude($1.siz)><![endif]-->
dpic-2020.09.15/examples/Lindenmayer/tstSVG.htmx-19-
dpic-2020.09.15/examples/Lindenmayer/tstSVG.htmx-20-<!--[if gte IE 9]>
dpic-2020.09.15/examples/Lindenmayer/tstSVG.htmx:21:<object data="$1.svg" sinclude($1.siz) type="image/svg+xml" class="img">
dpic-2020.09.15/examples/Lindenmayer/tstSVG.htmx-22-  </object> <![endif]-->
##############################################
dpic-2020.09.15/examples/Lindenmayer/tstSVG.htmx-24-<!--[if !IE]><!-->
dpic-2020.09.15/examples/Lindenmayer/tstSVG.htmx:25:<object data="$1.svg" sinclude($1.siz) type="image/svg+xml" class="img">
dpic-2020.09.15/examples/Lindenmayer/tstSVG.htmx-26-  </object> <!--<![endif]-->
##############################################
dpic-2020.09.15/examples/Makefile-103-	for file in $(MANSRC) `(cd sources; ls man*.pic )` ; do \
dpic-2020.09.15/examples/Makefile:104:      dpic -g sources/$$file > `basename $$file .pic`.tex ; done
dpic-2020.09.15/examples/Makefile-105-	pdflatex --quiet man
##############################################
dpic-2020.09.15/examples/sources/man35.pic-37-  for i=1 to $1 do {
dpic-2020.09.15/examples/sources/man35.pic:38:    for j=1 to $1 do { splarrow(`j+$1'th last box,`i'th last box) } }
dpic-2020.09.15/examples/sources/man35.pic-39-}
##############################################
dpic-2020.09.15/examples/sources/man35.pic-76-    { for i=1 to $1-1 do {
dpic-2020.09.15/examples/sources/man35.pic:77:        arrow from `i+$1+1'th last box .e to `i'th last box .w }
dpic-2020.09.15/examples/sources/man35.pic-78-    } 
dpic-2020.09.15/examples/sources/man35.pic:79:    bypass(`$1+$1+1'th last box, `$1'th last box, 0.25*scale)
dpic-2020.09.15/examples/sources/man35.pic-80-    move right 1.2*scale
##############################################
dpic-2020.09.15/main.c-25-extern int ordp (void *);
dpic-2020.09.15/main.c:26:extern void logaddr (fbuffer *);
dpic-2020.09.15/main.c-27-extern void logchar (Char);
##############################################
dpic-2020.09.15/main.c-29-extern void wlogfl (Char *, double, int);
dpic-2020.09.15/main.c:30:extern void wrbufaddr (fbuffer *, int);
dpic-2020.09.15/main.c-31-extern void wrbuf (fbuffer *, int, int);
##############################################
dpic-2020.09.15/main.c-421-    fprintf (log_, "\ndisposebufs");
dpic-2020.09.15/main.c:422:    wrbufaddr (*buf, 1);
dpic-2020.09.15/main.c-423-    putc ('\n', log_);
##############################################
dpic-2020.09.15/main.c-586-    fprintf (log_, "\ninchar");
dpic-2020.09.15/main.c:587:    wrbufaddr (inbuf, 0);
dpic-2020.09.15/main.c-588-    fprintf (log_, ": instr=%c readx=%d", instr ? 'T' : 'F', inbuf->readx);
##############################################
dpic-2020.09.15/parser.w-117-int lspec(int);
dpic-2020.09.15/parser.w:118:void logaddr(fbuffer *);
dpic-2020.09.15/parser.w-119-void prattribute(char *, attribute *);
##############################################
dpic-2020.09.15/parser.w-122-void snapname(Char *, chbufinx, chbufinx);
dpic-2020.09.15/parser.w:123:void wrbufaddr(fbuffer *, int);
dpic-2020.09.15/parser.w-124-extern int ordp(void *);
##############################################
dpic-2020.09.15/parser.w-898-            fprintf(log_," forhead:\n");
dpic-2020.09.15/parser.w:899:		    wrbufaddr(inbuf,0);
dpic-2020.09.15/parser.w-900-		    fprintf(log_, "for: initial="); wfloat(&log_, $$.xval);
##############################################
dpic-2020.09.15/parser.w-2870-#ifdef DDEBUG
dpic-2020.09.15/parser.w:2871:  if (debuglevel > 0) { logaddr(*buf); putc('\n', log_); }
dpic-2020.09.15/parser.w-2872-#endif
##############################################
dpic-2020.09.15/parser.w-2976-    fprintf(log_, "*** markerror");
dpic-2020.09.15/parser.w:2977:    wrbufaddr(inbuf, 0);
dpic-2020.09.15/parser.w-2978-    fprintf(log_, " emi=%d, lexsymb=%d:\n", emi, lexsymb);
##############################################
dpic-2020.09.15/parser.w-3334-void
dpic-2020.09.15/parser.w:3335:logaddr(fbuffer *b)
dpic-2020.09.15/parser.w-3336-{
##############################################
dpic-2020.09.15/parser.w-3343-void
dpic-2020.09.15/parser.w:3344:wrbufaddr(fbuffer *q, int job)
dpic-2020.09.15/parser.w-3345-{ fbuffer *r;
##############################################
dpic-2020.09.15/parser.w-3377-    With = p;
dpic-2020.09.15/parser.w:3378:    if (job > 2) { fprintf(log_, " buf"); wrbufaddr(p, 0); }
dpic-2020.09.15/parser.w-3379-    if (job > 1) {