Searched refs:chr (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dcharsets.c338 #define MAP(from, to) case from: chr = to; break;
341 #define UNI(from, to) case from: if (screen->utf8_nrc_mode) chr = to; break;
344 #define UNI(old, new) case new: chr = old; break;
370 int chr = eight; local in function:xtermCharSetOut
408 chr = seven;
410 if (chr == 0x23) {
411 chr = XTERM_POUND;
414 chr = 0xa3;
430 chr = (int) dec2ucs(screen, (unsigned) (seven - 0x5f));
433 chr
608 xtermCharSetDec(XtermWidget xw,IChar chr,DECNRCM_codes cs) argument
[all...]
H A Dprint.c59 unsigned /* chr */ );
62 unsigned /* chr */ ,
119 printLine(XtermWidget xw, int row, unsigned chr, PrinterFlags *p) argument
139 TRACE(("printLine(row=%d/%d, top=%d:%d, chr=%d):%s\n",
140 row, ROW2INX(screen, row), screen->topline, screen->max_row, chr,
238 if (chr && !(p->printer_newline)) {
240 chr = '\0';
243 if (chr)
244 charToPrinter(xw, chr);
397 charToPrinter(XtermWidget xw, unsigned chr) argument
588 xtermAutoPrint(XtermWidget xw,unsigned chr) argument
613 xtermPrinterControl(XtermWidget xw,int chr) argument
[all...]
H A Dsvg.c217 IChar chr = ld->charData[col + i]; local in function:dumpSvgLine
219 if (chr == ' ')
224 if (chr > 127) {
226 if (chr != HIDDEN_CHAR) {
228 *convertToUTF8(temp, chr) = 0;
233 switch (chr) {
247 fputc((int) chr, fp);
H A Dhtml.c152 IChar chr = ld->charData[col]; local in function:dumpHtmlLine
244 if (chr > 127) {
246 if (chr != HIDDEN_CHAR) {
248 *convertToUTF8(temp, chr) = 0;
253 switch (chr) {
270 fputc((int) chr, fp);
H A Dbutton.c2350 unsigned chr, out, gl, gr; local in function:ToNational
2357 chr = data->utf_data;
2358 out = chr;
2359 if ((gl = xtermCharSetIn(xw, chr, gsetL)) != chr) {
2361 } else if ((gr = xtermCharSetIn(xw, chr, gsetR)) != chr) {
2375 unsigned chr = *p; local in function:ToNational
2376 unsigned out = chr;
2377 if ((gl = xtermCharSetIn(xw, chr, gset
[all...]
H A Dtrace.c399 visibleUChar(unsigned chr) argument
402 buf[0] = (IChar) chr;
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware_bootstrap.c334 int chr; local in function:RewriteTagString
339 chr = *istr++;
340 if (chr == '$') {
354 *op++ = chr;
355 } while (chr);
/xsrc/external/mit/xedit/dist/lisp/re/
H A Drec.c296 unsigned char chr, *str; local in function:irec_literal_pattern
303 chr = inf->ppat->data.chr;
310 str[0] = chr;
342 pat->data.chr = value;
588 unsigned char chr = inf->ptr[0]; local in function:irec_escape
590 if (chr == 0) {
595 switch (chr) {
653 if ((inf->flags & RE_NOSUB) || (chr -= '1') >= inf->ngrps) {
662 pat->data.chr
[all...]
H A Dreo.c423 pat->data.chr = j[0];
496 str[length++] = ptr->data.chr;
497 str[length++] = ptr->data.chr;
638 stl->strs[i] = (void*)(long)ptr->pat->data.chr;
H A Drep.h278 * chr: the value of a single character to match.
292 unsigned char chr; member in union:_rec_pat::__anon0e9fd9d0020a
H A Dre.c1941 rec_code_byte(inf, (ReCode)pat->type, pat->data.chr);
1992 rec_code_byte(inf, Re_Backref, pat->data.chr);
/xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/
H A Dgen_xmlpool.py78 r = r + chr(num)
88 r = r + chr(num)
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am68 chr.orth \
H A DMakefile.in454 chr.orth \
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf179 <!-- chr* -> chr -->
181 <test name="lang" compare="contains"><string>chr</string></test>
182 <edit name="lang" mode="assign" binding="same"><string>chr</string></edit>

Completed in 20 milliseconds