Lines Matching refs:cs
24 char cs[420]; variable
69 cs[csp] = '\0'; in text()
70 p = cs; in text()
99 cs[csp++] = c; in trans()
123 cs[csp++] = c; in trans()
147 cs[csp++] = c; cs[csp++] = c = p1[psp++]; cs[csp++] = p1[psp++]; in trans()
148 if (c == '(') cs[csp++] = p1[psp++]; in trans()
149 if (c == '*' && cs[csp-1] == '(') { in trans()
150 cs[csp++] = p1[psp++]; in trans()
151 cs[csp++] = p1[psp++]; in trans()
155 cs[csp++] = '\\'; in trans()
156 cs[csp++] = 'f'; in trans()
157 cs[csp++] = rf == ITAL ? ITAL : ROM; in trans()
159 cs[csp++] = '\\'; cs[csp++] = 'f'; cs[csp++] = 'P'; in trans()
165 cs[csp++] = '\\'; cs[csp++] = '^'; in trans()
166 cs[csp++] = 'f'; in trans()
169 cs[csp++] = '\\'; cs[csp++] = '|'; in trans()
174 cs[csp++] = 'f'; in trans()
178 cs[csp++] = '\\'; cs[csp++] = '^'; in trans()
179 cs[csp++] = 'j'; in trans()
183 cs[csp++] = 'j'; in trans()
186 cs[csp++] = c; in trans()
196 cs[csp++] = '\\'; cs[csp++] = '|'; in shim()
202 cs[csp++] = '\\'; cs[csp++] = 'f'; cs[csp++] = ROM; in roman()
203 cs[csp++] = c; in roman()
204 cs[csp++] = '\\'; cs[csp++] = 'f'; cs[csp++] = 'P'; in roman()
210 cs[csp++] = '\\'; in name4()
211 cs[csp++] = '('; in name4()
212 cs[csp++] = c1; in name4()
213 cs[csp++] = c2; in name4()