Mercurial > emacs
annotate lisp/toolbar/save.xpm @ 45665:466c8ca0e543
(scan_separators): Support all character escape
sequences supported by gcc.
(find_entries): rewind unconditionally.
(find_entries): Do not call language functions directly, now calls
itself.
(find_entries): Do general initialisations here.
(CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
(Ada_getit, Pascal_functions, Pascal_functions)
(prolog_skip_comment): Do not do them here.
(readline_internal): Increment lineno here.
(readline): Conditionally undo readline_internal increment.
(readline): Do not return a value.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 06 Jun 2002 22:37:28 +0000 |
parents | 0412bc78ee11 |
children | 734ff40978ad |
rev | line source |
---|---|
31591 | 1 /* XPM */ |
32389
03a8b6779868
Reduce colour requirements to 25 overall. (Probably wants
Dave Love <fx@gnu.org>
parents:
31591
diff
changeset
|
2 static char *magick[] = { |
03a8b6779868
Reduce colour requirements to 25 overall. (Probably wants
Dave Love <fx@gnu.org>
parents:
31591
diff
changeset
|
3 /* columns rows colors chars-per-pixel */ |
35229
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
4 "24 24 5 1", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
5 " c #01be01be01be", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
6 ". c #62dd62dd62dd", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
7 "X c Gray62", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
8 "o c #e625e625e625", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
9 "O c None", |
32389
03a8b6779868
Reduce colour requirements to 25 overall. (Probably wants
Dave Love <fx@gnu.org>
parents:
31591
diff
changeset
|
10 /* pixels */ |
35229
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
11 "OOOOOOOOOOOOOOOOOOOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
12 "OOOOOOOOOOOOOOOOOOOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
13 "OOOOOOOOOOOOOOOOOOOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
14 "OOOOOOOOOOOOOOOOOOOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
15 "OOOOOOOOOOOOO OOOOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
16 "OOOOOOOOOOO X. OOOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
17 "OOOOOOOOO oXoX OOOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
18 "OOOOOOO oXoooXX OOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
19 "OOOOO oXoooooo. OOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
20 "OOO XoooooooooX OOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
21 "OO XooooooooooooX OOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
22 "OO .XoooooooooooX. OOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
23 "OOO XooooooooooXXX OOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
24 "OOO .XoooooooXX..X. OOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
25 "OOOO XoooooXX...X.X OOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
26 "OOOO .XooXX.Xoo.X.X. OOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
27 "OOOOO XXX.oooooX.X. OOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
28 "OOOOO .XXoo.ooooXX OOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
29 "OOOOOO XX.o XooX. OOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
30 "OOOOOO .XXooXoX OOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
31 "OOOOOOO .X.oX OOOOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
32 "OOOOOOOO OOOOOOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
33 "OOOOOOOOOOOOOOOOOOOOOOOO", |
0412bc78ee11
Use the same colors as exit.xpm.
Gerd Moellmann <gerd@gnu.org>
parents:
32452
diff
changeset
|
34 "OOOOOOOOOOOOOOOOOOOOOOOO" |
32389
03a8b6779868
Reduce colour requirements to 25 overall. (Probably wants
Dave Love <fx@gnu.org>
parents:
31591
diff
changeset
|
35 }; |