~cjwatson/ubuntu/maverick/grub2/embed-signatures

« back to all changes in this revision

Viewing changes to script/yylex.l

  • Committer: Colin Watson
  • Date: 2010-08-14 17:42:14 UTC
  • mfrom: (1892.1.274 grub)
  • Revision ID: cjwatson@canonical.com-20100814174214-hbnwb34zjyrp4iij
merge from Debian 1.98+20100804-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
 
117
117
CHAR            [^{}|&$;<> \t\n\'\"\\]
118
118
DIGITS          [[:digit:]]+
119
 
NAME            [[:alpha:]_][[:alnum:][:digit:]_]*
 
119
NAME            [[:alpha:]_][[:alnum:]_]*
120
120
 
121
121
ESC             \\.
122
122
VARIABLE        ${NAME}|$\{{NAME}\}|${DIGITS}|$\{{DIGITS}\}|$\?|$\{\?\}