summaryrefslogtreecommitdiffstats
path: root/util/scan/dvb-t/se-Gallivare
diff options
context:
space:
mode:
.dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* $Id: expr.h,v 1.1 2004/01/05 11:57:38 reinelt Exp $
 *
 * expr ('y*') functions
 * This is only a workaround to make the Evaluator usable until
 * it's fully integrated into lcd4linux.
 *
 * Copyright 2004 Michael Reinelt <reinelt@eunet.at>
 *
 * This file is part of LCD4Linux.
 *
 * LCD4Linux is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * LCD4Linux is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 *
 * $Log: expr.h,v $
 * Revision 1.1  2004/01/05 11:57:38  reinelt
 * added %y tokens to make the Evaluator useable
 *
 */

#ifndef _EXPR_H
#define _EXPR_H_

#define EXPRS 9
#define EXPR_TXT_LEN 256

#ifdef IN_EXPR
  #define EXTERN extern
#else
  #define EXTERN
#endif

EXTERN struct { char s[EXPR_TXT_LEN]; double val; } expr[EXPRS+1];

int Expr (int index, char txt[EXPR_TXT_LEN], double *val);


#endif
se">\ exec.c exec.h \ mail2.c \ socket.c socket.h EXTRA_lcd4linux_SOURCES= \ BeckmannEgle.c \ Crystalfontz.c Crystalfontz.h \ Cwlinux.c \ HD44780.c \ M50530.c \ T6963.c \ USBLCD.c \ MatrixOrbital.c \ PalmPilot.c \ Raster.c \ SIN.c \ Skeleton.c \ XWindow.c \ Text.c EXTRA_DIST = \ lcd4linux.conf.sample \ lcd4kde.conf \ lcd4linux.kdelnk \ lcd4linux.xpm \ lcd4linux.lsm \ AUTHORS \ CREDITS \ FAQ \ NEWS \ TODO \ README \ README.Drivers \ README.MatrixOrbital \ README.HD44780 \ README.HD44780.GPO \ README.Crystalfontz \ README.X11 \ README.KDE \ README.Raster \ README.Png \ README.Webinterface \ README.Text