Searched refs:ASC (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.print.c156 if (iscntrl(c) && (ASC(c) < 0x80 || MB_CUR_MAX == 1)) {
168 c = CTL_ESC(ASC(c)|0100);
171 else if (!isprint(c) && (ASC(c) < 0x80 || MB_CUR_MAX == 1)) {
H A Dsh.char.h130 # define ASC(ch) (ch) macro
142 /* mainly for comparisons if (ASC(ch)=='\177')... */
143 # define ASC(ch) _toascii[(tcshuc)(ch)] macro
154 ((c) & QUOTE) || (c) >= 0x0080 ? 0 : (_cmap[(tcshuc)ASC(c)] & (bits)))
158 (((c) & QUOTE) || ((ASC(c) & 0x80) && adrof(STRnokanji))) ? \
159 0 : (_cmap[(tcshuc)ASC(c)] & (bits)))
163 ((c) & QUOTE) ? 0 : (_cmap[(tcshuc)ASC(c)] & (bits)))
293 # define Tolower(c) (_cmap_lower[ASC(c)])
294 # define Toupper(c) (_cmap_upper[ASC(c)])
H A Ded.refresh.c73 if (ASC(*f) & ~ASCII)
76 dprintf("%c", CTL_ESC(ASCII & ASC(*f++)));
/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/SBP2DiskLogger/
H A DSBP2DiskLogger.cpp78 uint8_t ASC; member in struct:SCSITaskLogEntry
700 entry->ASC = 0;
782 entry->ASC = ( gTraceBuffer[index].arg4 >> 8 ) & 0xFF;
815 printf ( "%-8.8s FireWire SCSI Response[0x%08X]: serviceResponse = %d, taskStatus = %d, senseKey = 0x%02X, ASC = 0x%02X, ASCQ = 0x%02X\n",
816 &( ctime ( &currentTime )[11] ), ( unsigned int ) gTraceBuffer[index].arg2, ( int ) (gTraceBuffer[index].arg3 >> 8) & 0xFF, ( int ) gTraceBuffer[index].arg3 & 0xFF, entry->senseKey, entry->ASC, entry->ASCQ );
/macosx-10.10/vim-55/runtime/syntax/
H A Dfgl.vim25 syn keyword fglKeyword ARR_CURR AS ASC ASCENDING ASCII ASIN AT ATAN ATAN2 ATTACH
H A Dbasic.vim77 syn keyword basicFunction ABS abs Abs ASC asc Asc
H A Dfreebasic.vim125 syn keyword freebasicString SPACE STRING TRIM UCASE ASC BIN CHR CVD CVI CVL CVLONGINT
H A Dopenroad.vim19 syntax keyword openroadKeyword ABORT ALL ALTER AND ANY AS ASC AT AVG BEGIN
H A Dplsql.vim50 syn keyword plsqlSQLKeyword AS ASC ATTRIBUTE AUDIT AUTHORIZATION AVG BASE_TABLE
/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp96 UInt8 ASC; member in struct:FWSBP2SCSIStatusBlock
1687 targetData->ADDITIONAL_SENSE_CODE = scsiStatusBlock->ASC;
/macosx-10.10/zlib-55/zlib/old/as400/
H A Dzlib.inc94 D zs_data_type 10i 0 ASC/BIN best guess
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y149 // The following directive causes tokens ABORT, AFTER, ASC, etc. to
154 ABORT AFTER ASC ATTACH BEFORE BEGIN CASCADE CONFLICT
508 sortorder(A) ::= ASC. {A = SQLITE_SO_ASC;}
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex5782 For the purposes of this text we will assume that a simple lower ASCII map (\ref{fig:ASC}) is used for the values of from $0$ to $63$ to
5813 \label{fig:ASC}

Completed in 299 milliseconds