Searched refs:ascii (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | AsciiTextP.h | 52 * text widget with an ascii source and ascii sink attached to it. 93 AsciiPart ascii; member in struct:_AsciiRec 125 AsciiPart ascii; member in struct:_AsciiStringRec 159 AsciiPart ascii; member in struct:_AsciiDiskRec
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | util.h | 33 /* old-style program binary XOR'd ascii w/ 0xff */ 145 uint8_t *ascii = ptr; local in function:dump_hex_ascii 171 uint8_t c = *(ascii++); 186 while (ascii < end) { 187 uint8_t c = *(ascii++);
|
| H A D | pgmdump2.c | 149 uint8_t *ascii = buf; local in function:dump_unknown 161 uint8_t c = *(ascii++); 166 /* TODO maybe scan for first non-null and non-ascii char starting from
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | AsciiText.c | 52 * text widget with an ascii source and ascii sink attached to it 140 /* ascii */ 192 /* ascii */ 249 /* ascii */ 347 AsciiWidget ascii = (AsciiWidget)w; local in function:XawAsciiDestroy 351 if (w == XtParent(ascii->text.sink)) 352 XtDestroyWidget(ascii->text.sink); 355 if (w == XtParent(ascii->text.source)) 356 XtDestroyWidget(ascii [all...] |
| /xsrc/external/mit/encodings/dist/ |
| H A D | Makefile.am | 10 ascii-0.enc \
|
| H A D | Makefile.in | 349 ascii-0.enc \
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | ispell.c | 100 Widget ascii, source; member in struct:_ispell 324 XawTextSetInsertionPoint(ispell.ascii, right); 325 XawTextSetInsertionPoint(ispell.ascii, left); 326 XawTextSetSelection(ispell.ascii, left, right); 747 XawTextGetSelectionPos(ispell.ascii, &left, &right); 908 XawTextSetInsertionPoint(ispell.ascii, ispell.right); 909 XawTextUnsetSelection(ispell.ascii); 1009 XawTextSetInsertionPoint(ispell.ascii, ispell.right); 1010 XawTextUnsetSelection(ispell.ascii); 1144 ispell.right = XawTextGetInsertionPoint(ispell.ascii); [all...] |
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | Makefile.am | 92 lcUniConv/ascii.h\
|
| H A D | Makefile.in | 118 XlcPublic.h Xlcint.h lcUniConv/armscii_8.h lcUniConv/ascii.h \ 500 lcUniConv/ascii.h\
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | README.md | 11 Patterns can define variables which can be accessed in both python code and the pattern itself. These are useful for readability or dealing with unstable identifiers in the output. Variable identifiers are sequences of digits, ascii letters or `_` (though they cannot start with a digit).
|
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrload.c | 1013 cur->ascii = ( flags & PFR_PHY_ASCII_CODE )
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 996 - docs: fix ascii html representation
|
Completed in 24 milliseconds