Home
last modified time | relevance | path

Searched refs:print_esc (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/misc/packcc/tests/character_classes_1.d/
H A Dinput.peg2 void print_esc(const char* type, const char* ch) {
15 LOWER_LETTER <- [a-z] { print_esc("LOWER", $0); }
17 # UPPER_LETTER <- [\101-\132] { print_esc("UPPER", $0); }
18 UPPER_LETTER <- [A-Z] { print_esc("UPPER", $0); }
20 DIGIT <- [\x30-\x39] { print_esc("DIGIT", $0); }
22 UNICODE <- [\u20AC\u00A3] { print_esc("UNICODE", $0); }
24 ESCAPED <- [\t\r\n\\\'\"] { print_esc("ESCAPED", $0); }
26 CARET <- [\^] { print_esc("CARET", $0); }
28 SPECIAL <- [^-_@a-zA-Z0-9] { print_esc("SPECIAL", $0); }
30 SPACE <- [ ] { print_esc("SPACE", $0); }
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/scripts/azemu/
H A Dazemu.py41 def print_esc(self,txt, tag = None): member in CTX
128 job_ctx.print_esc(tag = "job", txt = job_name)
131 job_ctx.print_esc("job env vars")
173 ctx.print_esc("matrix env vars")
181 ctx.print_esc("STEPS")
188 ctx.print_esc("checkout")
189 ctx.print_esc(s)
203 ctx.print_esc("script")
210 ctx.print_esc("turn OFF halt on error")
215 ctx.print_esc("turn ON halt on error")
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/alephdir/
H A Deover.ch107 omega_code: print_esc("OmegaVersion");
109 othercases print_esc("jobname")
111 etex_code: print_esc("eTeXVersion");
112 omega_code: print_esc("OmegaVersion");
113 aleph_code: print_esc("AlephVersion");
114 job_name_code: print_esc("jobname");
116 othercases print_esc("???")
153 eTeX_version_code: print_esc("eTeXversion");
159 eTeX_revision_code: print_esc("eTeXrevision");
201 Aleph_version_code: print_esc("Alephversion");
[all …]
H A Domchar.ch40 set_box_dimen: if chr_code=width_offset then print_esc("wd")
41 else if chr_code=height_offset then print_esc("ht")
42 else print_esc("dp");
44 set_box_dimen: if chr_code=width_offset then print_esc("wd")
45 else if chr_code=height_offset then print_esc("ht")
46 else if chr_code=depth_offset then print_esc("dp")
47 else if chr_code=(width_offset+3) then print_esc("charwd")
48 else if chr_code=(height_offset+3) then print_esc("charht")
49 else if chr_code=(depth_offset+3) then print_esc("chardp")
50 else print_esc("charit");
H A Deochar.ch33 assign_font_dimen: print_esc("fontdimen");
35 assign_font_dimen: if chr_code=font_dimen_code then print_esc("fontdimen")
36 else if chr_code=char_width_code then print_esc("charwd")
37 else if chr_code=char_height_code then print_esc("charht")
38 else if chr_code=char_depth_code then print_esc("chardp")
39 else if chr_code=char_italic_code then print_esc("charit")
56 else if chr_code=(width_offset+3) then print_esc("charwd")
57 else if chr_code=(height_offset+3) then print_esc("charht")
58 else if chr_code=(depth_offset+3) then print_esc("chardp")
59 else print_esc("charit");
H A Deopage.ch5 emergency_stretch_code:print_esc("emergencystretch");
10 emergency_stretch_code:print_esc("emergencystretch");
11 page_width_code:print_esc("pagewidth");
12 page_height_code:print_esc("pageheight");
13 page_right_offset_code:print_esc("pagerightoffset");
14 page_bottom_offset_code:print_esc("pagebottomoffset");
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/alephdir/
H A Deover.ch107 omega_code: print_esc("OmegaVersion");
109 othercases print_esc("jobname")
111 etex_code: print_esc("eTeXVersion");
112 omega_code: print_esc("OmegaVersion");
113 aleph_code: print_esc("AlephVersion");
114 job_name_code: print_esc("jobname");
116 othercases print_esc("???")
153 eTeX_version_code: print_esc("eTeXversion");
159 eTeX_revision_code: print_esc("eTeXrevision");
201 Aleph_version_code: print_esc("Alephversion");
[all …]
H A Domchar.ch40 set_box_dimen: if chr_code=width_offset then print_esc("wd")
41 else if chr_code=height_offset then print_esc("ht")
42 else print_esc("dp");
44 set_box_dimen: if chr_code=width_offset then print_esc("wd")
45 else if chr_code=height_offset then print_esc("ht")
46 else if chr_code=depth_offset then print_esc("dp")
47 else if chr_code=(width_offset+3) then print_esc("charwd")
48 else if chr_code=(height_offset+3) then print_esc("charht")
49 else if chr_code=(depth_offset+3) then print_esc("chardp")
50 else print_esc("charit");
H A Deochar.ch33 assign_font_dimen: print_esc("fontdimen");
35 assign_font_dimen: if chr_code=font_dimen_code then print_esc("fontdimen")
36 else if chr_code=char_width_code then print_esc("charwd")
37 else if chr_code=char_height_code then print_esc("charht")
38 else if chr_code=char_depth_code then print_esc("chardp")
39 else if chr_code=char_italic_code then print_esc("charit")
56 else if chr_code=(width_offset+3) then print_esc("charwd")
57 else if chr_code=(height_offset+3) then print_esc("charht")
58 else if chr_code=(depth_offset+3) then print_esc("chardp")
59 else print_esc("charit");
H A Deopage.ch5 emergency_stretch_code:print_esc("emergencystretch");
10 emergency_stretch_code:print_esc("emergencystretch");
11 page_width_code:print_esc("pagewidth");
12 page_height_code:print_esc("pageheight");
13 page_right_offset_code:print_esc("pagerightoffset");
14 page_bottom_offset_code:print_esc("pagebottomoffset");
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/alephdir/
H A Deover.ch107 omega_code: print_esc("OmegaVersion");
109 othercases print_esc("jobname")
111 etex_code: print_esc("eTeXVersion");
112 omega_code: print_esc("OmegaVersion");
113 aleph_code: print_esc("AlephVersion");
114 job_name_code: print_esc("jobname");
116 othercases print_esc("???")
153 eTeX_version_code: print_esc("eTeXversion");
159 eTeX_revision_code: print_esc("eTeXrevision");
201 Aleph_version_code: print_esc("Alephversion");
[all …]
H A Domchar.ch40 set_box_dimen: if chr_code=width_offset then print_esc("wd")
41 else if chr_code=height_offset then print_esc("ht")
42 else print_esc("dp");
44 set_box_dimen: if chr_code=width_offset then print_esc("wd")
45 else if chr_code=height_offset then print_esc("ht")
46 else if chr_code=depth_offset then print_esc("dp")
47 else if chr_code=(width_offset+3) then print_esc("charwd")
48 else if chr_code=(height_offset+3) then print_esc("charht")
49 else if chr_code=(depth_offset+3) then print_esc("chardp")
50 else print_esc("charit");
H A Deochar.ch33 assign_font_dimen: print_esc("fontdimen");
35 assign_font_dimen: if chr_code=font_dimen_code then print_esc("fontdimen")
36 else if chr_code=char_width_code then print_esc("charwd")
37 else if chr_code=char_height_code then print_esc("charht")
38 else if chr_code=char_depth_code then print_esc("chardp")
39 else if chr_code=char_italic_code then print_esc("charit")
56 else if chr_code=(width_offset+3) then print_esc("charwd")
57 else if chr_code=(height_offset+3) then print_esc("charht")
58 else if chr_code=(depth_offset+3) then print_esc("chardp")
59 else print_esc("charit");
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/alephdir/
H A Deover.ch107 omega_code: print_esc("OmegaVersion");
109 othercases print_esc("jobname")
111 etex_code: print_esc("eTeXVersion");
112 omega_code: print_esc("OmegaVersion");
113 aleph_code: print_esc("AlephVersion");
114 job_name_code: print_esc("jobname");
116 othercases print_esc("???")
153 eTeX_version_code: print_esc("eTeXversion");
159 eTeX_revision_code: print_esc("eTeXrevision");
201 Aleph_version_code: print_esc("Alephversion");
[all …]
H A Domchar.ch40 set_box_dimen: if chr_code=width_offset then print_esc("wd")
41 else if chr_code=height_offset then print_esc("ht")
42 else print_esc("dp");
44 set_box_dimen: if chr_code=width_offset then print_esc("wd")
45 else if chr_code=height_offset then print_esc("ht")
46 else if chr_code=depth_offset then print_esc("dp")
47 else if chr_code=(width_offset+3) then print_esc("charwd")
48 else if chr_code=(height_offset+3) then print_esc("charht")
49 else if chr_code=(depth_offset+3) then print_esc("chardp")
50 else print_esc("charit");
H A Deochar.ch33 assign_font_dimen: print_esc("fontdimen");
35 assign_font_dimen: if chr_code=font_dimen_code then print_esc("fontdimen")
36 else if chr_code=char_width_code then print_esc("charwd")
37 else if chr_code=char_height_code then print_esc("charht")
38 else if chr_code=char_depth_code then print_esc("chardp")
39 else if chr_code=char_italic_code then print_esc("charit")
56 else if chr_code=(width_offset+3) then print_esc("charwd")
57 else if chr_code=(height_offset+3) then print_esc("charht")
58 else if chr_code=(depth_offset+3) then print_esc("chardp")
59 else print_esc("charit");
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/alephdir/
H A Deover.ch107 omega_code: print_esc("OmegaVersion");
109 othercases print_esc("jobname")
111 etex_code: print_esc("eTeXVersion");
112 omega_code: print_esc("OmegaVersion");
113 aleph_code: print_esc("AlephVersion");
114 job_name_code: print_esc("jobname");
116 othercases print_esc("???")
153 eTeX_version_code: print_esc("eTeXversion");
159 eTeX_revision_code: print_esc("eTeXrevision");
201 Aleph_version_code: print_esc("Alephversion");
[all …]
H A Domchar.ch40 set_box_dimen: if chr_code=width_offset then print_esc("wd")
41 else if chr_code=height_offset then print_esc("ht")
42 else print_esc("dp");
44 set_box_dimen: if chr_code=width_offset then print_esc("wd")
45 else if chr_code=height_offset then print_esc("ht")
46 else if chr_code=depth_offset then print_esc("dp")
47 else if chr_code=(width_offset+3) then print_esc("charwd")
48 else if chr_code=(height_offset+3) then print_esc("charht")
49 else if chr_code=(depth_offset+3) then print_esc("chardp")
50 else print_esc("charit");
H A Deochar.ch33 assign_font_dimen: print_esc("fontdimen");
35 assign_font_dimen: if chr_code=font_dimen_code then print_esc("fontdimen")
36 else if chr_code=char_width_code then print_esc("charwd")
37 else if chr_code=char_height_code then print_esc("charht")
38 else if chr_code=char_depth_code then print_esc("chardp")
39 else if chr_code=char_italic_code then print_esc("charit")
56 else if chr_code=(width_offset+3) then print_esc("charwd")
57 else if chr_code=(height_offset+3) then print_esc("charht")
58 else if chr_code=(depth_offset+3) then print_esc("chardp")
59 else print_esc("charit");
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/alephdir/
H A Deover.ch107 omega_code: print_esc("OmegaVersion");
109 othercases print_esc("jobname")
111 etex_code: print_esc("eTeXVersion");
112 omega_code: print_esc("OmegaVersion");
113 aleph_code: print_esc("AlephVersion");
114 job_name_code: print_esc("jobname");
116 othercases print_esc("???")
153 eTeX_version_code: print_esc("eTeXversion");
159 eTeX_revision_code: print_esc("eTeXrevision");
201 Aleph_version_code: print_esc("Alephversion");
[all …]
H A Domchar.ch40 set_box_dimen: if chr_code=width_offset then print_esc("wd")
41 else if chr_code=height_offset then print_esc("ht")
42 else print_esc("dp");
44 set_box_dimen: if chr_code=width_offset then print_esc("wd")
45 else if chr_code=height_offset then print_esc("ht")
46 else if chr_code=depth_offset then print_esc("dp")
47 else if chr_code=(width_offset+3) then print_esc("charwd")
48 else if chr_code=(height_offset+3) then print_esc("charht")
49 else if chr_code=(depth_offset+3) then print_esc("chardp")
50 else print_esc("charit");
H A Deochar.ch33 assign_font_dimen: print_esc("fontdimen");
35 assign_font_dimen: if chr_code=font_dimen_code then print_esc("fontdimen")
36 else if chr_code=char_width_code then print_esc("charwd")
37 else if chr_code=char_height_code then print_esc("charht")
38 else if chr_code=char_depth_code then print_esc("chardp")
39 else if chr_code=char_italic_code then print_esc("charit")
56 else if chr_code=(width_offset+3) then print_esc("charwd")
57 else if chr_code=(height_offset+3) then print_esc("charht")
58 else if chr_code=(depth_offset+3) then print_esc("chardp")
59 else print_esc("charit");
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/alephdir/
H A Deover.ch107 omega_code: print_esc("OmegaVersion");
109 othercases print_esc("jobname")
111 etex_code: print_esc("eTeXVersion");
112 omega_code: print_esc("OmegaVersion");
113 aleph_code: print_esc("AlephVersion");
114 job_name_code: print_esc("jobname");
116 othercases print_esc("???")
153 eTeX_version_code: print_esc("eTeXversion");
159 eTeX_revision_code: print_esc("eTeXrevision");
201 Aleph_version_code: print_esc("Alephversion");
[all …]
H A Domchar.ch40 set_box_dimen: if chr_code=width_offset then print_esc("wd")
41 else if chr_code=height_offset then print_esc("ht")
42 else print_esc("dp");
44 set_box_dimen: if chr_code=width_offset then print_esc("wd")
45 else if chr_code=height_offset then print_esc("ht")
46 else if chr_code=depth_offset then print_esc("dp")
47 else if chr_code=(width_offset+3) then print_esc("charwd")
48 else if chr_code=(height_offset+3) then print_esc("charht")
49 else if chr_code=(depth_offset+3) then print_esc("chardp")
50 else print_esc("charit");
H A Deochar.ch33 assign_font_dimen: print_esc("fontdimen");
35 assign_font_dimen: if chr_code=font_dimen_code then print_esc("fontdimen")
36 else if chr_code=char_width_code then print_esc("charwd")
37 else if chr_code=char_height_code then print_esc("charht")
38 else if chr_code=char_depth_code then print_esc("chardp")
39 else if chr_code=char_italic_code then print_esc("charit")
56 else if chr_code=(width_offset+3) then print_esc("charwd")
57 else if chr_code=(height_offset+3) then print_esc("charht")
58 else if chr_code=(depth_offset+3) then print_esc("chardp")
59 else print_esc("charit");

12345678910