Lines Matching full:l

43 	{ L("NUL"),		'\0' },
44 { L("SOH"), '\001' },
45 { L("STX"), '\002' },
46 { L("ETX"), '\003' },
47 { L("EOT"), '\004' },
48 { L("ENQ"), '\005' },
49 { L("ACK"), '\006' },
50 { L("BEL"), '\007' },
51 { L("alert"), '\007' },
52 { L("BS"), '\010' },
53 { L("backspace"), '\b' },
54 { L("HT"), '\011' },
55 { L("tab"), '\t' },
56 { L("LF"), '\012' },
57 { L("newline"), '\n' },
58 { L("VT"), '\013' },
59 { L("vertical-tab"), '\v' },
60 { L("FF"), '\014' },
61 { L("form-feed"), '\f' },
62 { L("CR"), '\015' },
63 { L("carriage-return"), '\r' },
64 { L("SO"), '\016' },
65 { L("SI"), '\017' },
66 { L("DLE"), '\020' },
67 { L("DC1"), '\021' },
68 { L("DC2"), '\022' },
69 { L("DC3"), '\023' },
70 { L("DC4"), '\024' },
71 { L("NAK"), '\025' },
72 { L("SYN"), '\026' },
73 { L("ETB"), '\027' },
74 { L("CAN"), '\030' },
75 { L("EM"), '\031' },
76 { L("SUB"), '\032' },
77 { L("ESC"), '\033' },
78 { L("IS4"), '\034' },
79 { L("FS"), '\034' },
80 { L("IS3"), '\035' },
81 { L("GS"), '\035' },
82 { L("IS2"), '\036' },
83 { L("RS"), '\036' },
84 { L("IS1"), '\037' },
85 { L("US"), '\037' },
86 { L("space"), ' ' },
87 { L("exclamation-mark"),'!' },
88 { L("quotation-mark"), '"' },
89 { L("number-sign"), '#' },
90 { L("dollar-sign"), '$' },
91 { L("percent-sign"), '%' },
92 { L("ampersand"), '&' },
93 { L("apostrophe"), '\'' },
94 { L("left-parenthesis"),'(' },
95 { L("right-parenthesis"),')' },
96 { L("asterisk"), '*' },
97 { L("plus-sign"), '+' },
98 { L("comma"), ',' },
99 { L("hyphen"), '-' },
100 { L("hyphen-minus"), '-' },
101 { L("period"), '.' },
102 { L("full-stop"), '.' },
103 { L("slash"), '/' },
104 { L("solidus"), '/' },
105 { L("zero"), '0' },
106 { L("one"), '1' },
107 { L("two"), '2' },
108 { L("three"), '3' },
109 { L("four"), '4' },
110 { L("five"), '5' },
111 { L("six"), '6' },
112 { L("seven"), '7' },
113 { L("eight"), '8' },
114 { L("nine"), '9' },
115 { L("colon"), ':' },
116 { L("semicolon"), ';' },
117 { L("less-than-sign"), '<' },
118 { L("equals-sign"), '=' },
119 { L("greater-than-sign"),'>' },
120 { L("question-mark"), '?' },
121 { L("commercial-at"), '@' },
122 { L("left-square-bracket"),'[' },
123 { L("backslash"), '\\' },
124 { L("reverse-solidus"), '\\' },
125 { L("right-square-bracket"),']' },
126 { L("circumflex"), '^' },
127 { L("circumflex-accent"),'^' },
128 { L("underscore"), '_' },
129 { L("low-line"), '_' },
130 { L("grave-accent"), '`' },
131 { L("left-brace"), '{' },
132 { L("left-curly-bracket"),'{' },
133 { L("vertical-line"), '|' },
134 { L("right-brace"), '}' },
135 { L("right-curly-bracket"),'}' },
136 { L("tilde"), '~' },
137 { L("DEL"), '\177' },