s                3171 src/decNumber/decNumber.c     const Unit *smsup, *s;                   // work
s                3177 src/decNumber/decNumber.c     for (s=src->lsu+1; s<smsup; s++, d++) *d=*s;
s                 782 src/dps8/dps8_cpu.c     long n, s, o, t;
s                 791 src/dps8/dps8_cpu.c     s = strtol (end + 1, & end, 8);
s                 794 src/dps8/dps8_cpu.c     if (s < 0 || s > MASK15)
s                 809 src/dps8/dps8_cpu.c     stall_points[n].segno  = (word15) s;
s                 303 src/dps8/dps8_decimal.c 
s                 322 src/dps8/dps8_decimal.c 
s                 366 src/dps8/dps8_decimal.c 
s                 399 src/dps8/dps8_decimal.c 
s                 412 src/dps8/dps8_decimal.c 
s                 429 src/dps8/dps8_decimal.c 
s                 470 src/dps8/dps8_decimal.c 
s                 494 src/dps8/dps8_decimal.c 
s                 514 src/dps8/dps8_decimal.c 
s                 583 src/dps8/dps8_decimal.c 
s                 638 src/dps8/dps8_decimal.c 
s                 715 src/dps8/dps8_decimal.c char *formatDecimal (uint8_t * out, decContext *set, decNumber *r, int nout, int s, int sf, bool R, bool *OVR, bool *TRUNC) {
s                 726 src/dps8/dps8_decimal.c   if (s != CSFL) {
s                  46 src/dps8/dps8_decimal.h char *formatDecimal(uint8_t * out, decContext *set, decNumber *r, int nout, int s,
s                12362 src/dps8/dps8_eis.c 
s                12376 src/dps8/dps8_eis.c 
s                12461 src/dps8/dps8_eis.c 
s                12475 src/dps8/dps8_eis.c 
s                12492 src/dps8/dps8_eis.c 
s                12533 src/dps8/dps8_eis.c 
s                12559 src/dps8/dps8_eis.c 
s                12579 src/dps8/dps8_eis.c 
s                12709 src/dps8/dps8_eis.c 
s                12760 src/dps8/dps8_eis.c 
s                 620 src/dps8/dps8_math.c     word72 s = and_128 (m3, SIGN72); // save the sign bit
s                 623 src/dps8/dps8_math.c       if (isnonzero_128 (s))
s                 652 src/dps8/dps8_math.c     word72 s = m3 & SIGN72; // save the sign bit
s                 655 src/dps8/dps8_math.c       if (s)
s                 750 src/dps8/dps8_math.c     word72 s = and_128 (m, SIGN72); // save the sign bit
s                 754 src/dps8/dps8_math.c       if (isnonzero_128 (s)) // sign of mantissa
s                 763 src/dps8/dps8_math.c       m = xor_128 (m, s); // if the was 0, leave it 1; if it was 1, make it 0
s                 768 src/dps8/dps8_math.c   m = xor_128 (m, s); // if the was 0, leave it 1; if it was 1, make it 0
s                 787 src/dps8/dps8_math.c   word72 s = m & SIGN72; // save the sign bit
s                 791 src/dps8/dps8_math.c     if (s)
s                 800 src/dps8/dps8_math.c       m ^= s; // if the was 0, leave it 1; if it was 1, make it 0
s                 805 src/dps8/dps8_math.c     m ^= s; // if the was 0, leave it 1; if it was 1, make it 0
s                 853 src/dps8/dps8_math.c   bool s = isnonzero_128 (and_128 (m, SIGN72));
s                 855 src/dps8/dps8_math.c   bool s = (m & SIGN72) != (word72)0;    ///< save sign bit
s                 862 src/dps8/dps8_math.c     if (s) {
s                 908 src/dps8/dps8_math.c     while (s == isnonzero_128 (and_128 (m, BIT71))) { // until C(AQ)0 != C(AQ)1?
s                 915 src/dps8/dps8_math.c     if (s)
s                 918 src/dps8/dps8_math.c     while (s == !! (m & BIT71)) { // until C(AQ)0 != C(AQ)1?
s                 925 src/dps8/dps8_math.c     if (s)
s                 931 src/dps8/dps8_math.c   while (s == isnonzero_128 (and_128 (m, BIT71))) { // until C(AQ)0 != C(AQ)1?
s                 938 src/dps8/dps8_math.c   if (s)
s                 941 src/dps8/dps8_math.c   while (s == !! (m & BIT71)) { // until C(AQ)0 != C(AQ)1?
s                 948 src/dps8/dps8_math.c   if (s)
s                1030 src/dps8/dps8_math.c 
s                1036 src/dps8/dps8_math.c 
s                1723 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m1, SIGN72));
s                1725 src/dps8/dps8_math.c     bool s = (m1 & SIGN72) != (word72)0;
s                1735 src/dps8/dps8_math.c       if (s)
s                1756 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m2, SIGN72));
s                1758 src/dps8/dps8_math.c     bool s = (m2 & SIGN72) != (word72)0;
s                1768 src/dps8/dps8_math.c       if (s)
s                1857 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m1, SIGN72));
s                1859 src/dps8/dps8_math.c     bool s = (m1 & SIGN72) != (word72)0;    ///< save sign bit
s                1869 src/dps8/dps8_math.c     if (s)
s                1890 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m2, SIGN72));
s                1892 src/dps8/dps8_math.c     bool s = (m2 & SIGN72) != (word72)0;    ///< save sign bit
s                1902 src/dps8/dps8_math.c       if (s)
s                2062 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m1, SIGN72));
s                2064 src/dps8/dps8_math.c     bool s = (m1 & SIGN72) != (word72)0;
s                2074 src/dps8/dps8_math.c       if (s)
s                2095 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m2, SIGN72));
s                2097 src/dps8/dps8_math.c     bool s = (m2 & SIGN72) != (word72)0;    ///< save sign bit
s                2107 src/dps8/dps8_math.c       if (s)
s                2140 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m3, SIGN72));
s                2142 src/dps8/dps8_math.c     bool s = (m3 & SIGN72) != (word72)0;
s                2147 src/dps8/dps8_math.c       if (s)
s                2155 src/dps8/dps8_math.c       if (s)
s                3351 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m1, SIGN72));   ///< mantissa negative?
s                3355 src/dps8/dps8_math.c       if (s)
s                3369 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m2, SIGN72));   ///< mantissa negative?
s                3373 src/dps8/dps8_math.c       if (s)
s                3395 src/dps8/dps8_math.c     bool s = m1 & SIGN72;   ///< mantissa negative?
s                3399 src/dps8/dps8_math.c       if (s)
s                3413 src/dps8/dps8_math.c     bool s = m2 & SIGN72;   ///< mantissa negative?
s                3417 src/dps8/dps8_math.c       if (s)
s                3487 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m1, SIGN72));   ///< mantissa negative?
s                3491 src/dps8/dps8_math.c       if (s)
s                3503 src/dps8/dps8_math.c     bool s = m1 & SIGN72;   ///< mantissa negative?
s                3507 src/dps8/dps8_math.c       if (s)
s                3522 src/dps8/dps8_math.c     bool s = isnonzero_128 (and_128 (m2, SIGN72));   ///< mantissa negative?
s                3526 src/dps8/dps8_math.c       if (s)
s                3538 src/dps8/dps8_math.c     bool s = m2 & SIGN72;   ///< mantissa negative?
s                3542 src/dps8/dps8_math.c       if (s)
s                 388 src/dps8/dps8_math128.c     int s, i, j, t, k;
s                 411 src/dps8/dps8_math128.c     s = nlz (v[n-1]) - 16;      // 0 <= s <= 16.
s                 415 src/dps8/dps8_math128.c       vn[i] = (uint16_t) (v[i] << s) | (uint16_t) (v[i-1] >> (16-s));
s                 416 src/dps8/dps8_math128.c     vn[0] = (uint16_t) (v[0] << s);
s                 420 src/dps8/dps8_math128.c     un[m] = u[m-1] >> (16-s);
s                 422 src/dps8/dps8_math128.c       un[i] = (uint16_t) (u[i] << s) | (uint16_t) (u[i-1] >> (16-s));
s                 423 src/dps8/dps8_math128.c     un[0] = (uint16_t) (u[0] << s);
s                 468 src/dps8/dps8_math128.c           r[i] = (uint16_t) (un[i] >> s) | (uint16_t) (un[i+1] << (16-s));
s                2046 src/dps8/dps8_mgp.c                   int s = read(status_conns[0], b, 1);
s                2047 src/dps8/dps8_mgp.c                   if (s < 0)
s                2053 src/dps8/dps8_mgp.c                   else if (s == 0)
s                2469 src/dps8/dps8_scu.c             for (int s = 0; s < N_SCU_SUBPORTS; s ++)
s                2471 src/dps8/dps8_scu.c                 scu[u].ports[p].dev_port[s]        = -1;
s                2472 src/dps8/dps8_scu.c                 scu[u].ports[p].subport_enables[s] = false;
s                2473 src/dps8/dps8_scu.c                 scu[u].ports[p].xipmask[s]         = false;
s                3200 src/dps8/dps8_sys.c             sdw0_s *s = fetchSDW(segno);
s                3201 src/dps8/dps8_sys.c             if (address >= s -> ADDR && address < s -> ADDR + s -> BOUND * 16u)
s                3202 src/dps8/dps8_sys.c               sim_msg ("  %06o:%06o\n", segno, address - s -> ADDR);
s                4613 src/dps8/dps8_sys.c     sdw0_s *s = fetchSDW ((word15) segno);
s                4615 src/dps8/dps8_sys.c     return (s->ADDR + (word18) offset) & 0xffffff; // keep to 24-bits
s                  71 src/dps8/dps8_utils.c     char *s;
s                  73 src/dps8/dps8_utils.c     for(s = str; *s; s++)
s                  74 src/dps8/dps8_utils.c         *s = (char) toupper((unsigned char)*s);
s                1183 src/dps8/dps8_utils.c         char *s = q;
s                1185 src/dps8/dps8_utils.c         while (*s) {
s                1186 src/dps8/dps8_utils.c                 if (isupper((unsigned char)*s))
s                1187 src/dps8/dps8_utils.c                         *s = (char) tolower(*s);
s                1188 src/dps8/dps8_utils.c                 s++;
s                1406 src/dps8/dps8_utils.c char *rtrim(char *s)
s                1408 src/dps8/dps8_utils.c     if (! s)
s                1409 src/dps8/dps8_utils.c       return s;
s                1413 src/dps8/dps8_utils.c     for (index = (int)strlen(s) - 1; index >= 0 && isspace((unsigned char)s[index]); index--)
s                1415 src/dps8/dps8_utils.c         s[index] = '\0';
s                1417 src/dps8/dps8_utils.c     return(s);
s                1420 src/dps8/dps8_utils.c char *ltrim(char *s)
s                1426 src/dps8/dps8_utils.c     if (s == NULL)
s                1430 src/dps8/dps8_utils.c     for (p = s; isspace((unsigned char)*p) && *p != '\0'; p++)
s                1434 src/dps8/dps8_utils.c     memmove(s, p, strlen(p) + 1);
s                1435 src/dps8/dps8_utils.c     return(s);
s                1438 src/dps8/dps8_utils.c char *trim(char *s)
s                1440 src/dps8/dps8_utils.c     return ltrim(rtrim(s));
s                1444 src/dps8/dps8_utils.c stripquotes(char *s)
s                1446 src/dps8/dps8_utils.c     if (! s || ! *s)
s                1447 src/dps8/dps8_utils.c         return s;
s                1457 src/dps8/dps8_utils.c     int nLast = (int)strlen(s) - 1;
s                1459 src/dps8/dps8_utils.c     if (s[0] == '"')
s                1460 src/dps8/dps8_utils.c         s[0] = ' ';
s                1461 src/dps8/dps8_utils.c     if (s[nLast] == '"')
s                1462 src/dps8/dps8_utils.c         s[nLast] = ' ';
s                1463 src/dps8/dps8_utils.c     return trim(s);
s                1943 src/dps8/dps8_utils.c         char s [2];
s                1944 src/dps8/dps8_utils.c         s [0] = n % 8 + '0';
s                1945 src/dps8/dps8_utils.c         s [1] = '\0';
s                1946 src/dps8/dps8_utils.c         strcat (p, s);
s                1974 src/dps8/dps8_utils.c         char s [2];
s                1975 src/dps8/dps8_utils.c         s [0] = n % 10 + '0';
s                1976 src/dps8/dps8_utils.c         s [1] = '\0';
s                1977 src/dps8/dps8_utils.c         strcat (p, s);
s                  67 src/dps8/dps8_utils.h char *stripquotes(char *s);
s                  68 src/dps8/dps8_utils.h char *trim(char *s);
s                  69 src/dps8/dps8_utils.h char *ltrim(char *s);
s                  70 src/dps8/dps8_utils.h char *rtrim(char *s);
s                  77 src/dps8/hdbg.h #  define HDBGIEFP(t, s, o, c) hdbgIEFP (t, s, o, c);
s                  78 src/dps8/hdbg.h #  define HDBGAPURead(s, o, f, d, c) hdbgAPURead (s, o, f, d, c)
s                  79 src/dps8/hdbg.h #  define HDBGAPUWrite(s, o, f, d, c) hdbgAPUWrite (s, o, f, d, c)
s                  97 src/dps8/hdbg.h #  define HDBGIntrSet(i, c, s, ctx) hdbgIntrSet(i, c, s, ctx)
s                  98 src/dps8/hdbg.h #  define HDBGFault(n, s, m, c) hdbgFault(n, s, m, c)
s                 204 src/dps8/libtelnet.c #define _sendu(t, d, s) _send((t), (const char*)(d), (s))
s                 477 src/dps8/threadz.c         int s = pthread_setaffinity_np (p->cpuThread, sizeof (cpu_set_t), & cpuset);
s                 478 src/dps8/threadz.c         if (s)
s                 480 src/dps8/threadz.c                       cpus[cpuNum].affinity, cpuNum, s);
s                  54 src/libsir/include/sir/ansimacros.h #  define SIR_ESC_SEQ(codes, s) SIR_ESC codes SIR_ESC_M s
s                  56 src/libsir/include/sir/ansimacros.h #  define SIR_ESC_SEQ(codes, s) s
s                  86 src/libsir/include/sir/ansimacros.h #  define SIR_COLOR(attr, fg, bg, s) \
s                  87 src/libsir/include/sir/ansimacros.h                            SIR_ESC_SEQ(#attr ";" #fg ";" #bg, s) SIR_ESC_SEQE("0;39;49")
s                  89 src/libsir/include/sir/ansimacros.h #  define SIR_STRIKE(s)    SIR_ESC_SEQ("9", s) SIR_ESC_SEQE("29") /**< Strike-through. */
s                  90 src/libsir/include/sir/ansimacros.h #  define SIR_INVERT(s)    SIR_ESC_SEQ("7", s) SIR_ESC_SEQE("27") /**< Inverted fg/bg. */
s                  91 src/libsir/include/sir/ansimacros.h #  define SIR_ULINE(s)     SIR_ESC_SEQ("4", s) SIR_ESC_SEQE("24") /**< Underlined. */
s                  92 src/libsir/include/sir/ansimacros.h #  define SIR_EMPH(s)      SIR_ESC_SEQ("3", s) SIR_ESC_SEQE("23") /**< Emphasis/italic. */
s                  93 src/libsir/include/sir/ansimacros.h #  define SIR_BOLD(s)      SIR_ESC_SEQ("1", s) SIR_ESC_SEQE("22") /**< Bold. */
s                  94 src/libsir/include/sir/ansimacros.h #  define SIR_BLINK(s)     SIR_ESC_SEQ("5", s) SIR_ESC_SEQE("25") /**< Blinking text. */
s                  96 src/libsir/include/sir/ansimacros.h #  define SIR_BLACK(s)     SIR_COLOR(0, 30, 49, s) /**< Black foreground text. */
s                  97 src/libsir/include/sir/ansimacros.h #  define SIR_BLACKB(s)    SIR_COLOR(1, 30, 49, s) /**< Bold black foreground text. */
s                  99 src/libsir/include/sir/ansimacros.h #  define SIR_RED(s)       SIR_COLOR(0, 31, 49, s) /**< Red foreground text. */
s                 100 src/libsir/include/sir/ansimacros.h #  define SIR_REDB(s)      SIR_COLOR(1, 31, 49, s) /**< Bold red foreground text. */
s                 101 src/libsir/include/sir/ansimacros.h #  define SIR_BRED(s)      SIR_COLOR(0, 91, 49, s) /**< Bright red foreground text. */
s                 102 src/libsir/include/sir/ansimacros.h #  define SIR_BREDB(s)     SIR_COLOR(1, 91, 49, s) /**< Bold bright red foreground text. */
s                 104 src/libsir/include/sir/ansimacros.h #  define SIR_GREEN(s)     SIR_COLOR(0, 32, 49, s) /**< Green foreground text. */
s                 105 src/libsir/include/sir/ansimacros.h #  define SIR_GREENB(s)    SIR_COLOR(1, 32, 49, s) /**< Bold green foreground text. */
s                 106 src/libsir/include/sir/ansimacros.h #  define SIR_BGREEN(s)    SIR_COLOR(0, 92, 49, s) /**< Bright green foreground text. */
s                 107 src/libsir/include/sir/ansimacros.h #  define SIR_BGREENB(s)   SIR_COLOR(1, 92, 49, s) /**< Bold bright green foreground text. */
s                 109 src/libsir/include/sir/ansimacros.h #  define SIR_YELLOW(s)    SIR_COLOR(0, 33, 49, s) /**< Yellow foreground text. */
s                 110 src/libsir/include/sir/ansimacros.h #  define SIR_YELLOWB(s)   SIR_COLOR(1, 33, 49, s) /**< Bold yellow foreground text. */
s                 111 src/libsir/include/sir/ansimacros.h #  define SIR_BYELLOW(s)   SIR_COLOR(0, 93, 49, s) /**< Bright yellow foreground text. */
s                 112 src/libsir/include/sir/ansimacros.h #  define SIR_BYELLOWB(s)  SIR_COLOR(1, 93, 49, s) /**< Bold bright yellow foreground text. */
s                 114 src/libsir/include/sir/ansimacros.h #  define SIR_BLUE(s)      SIR_COLOR(0, 34, 49, s) /**< Blue foreground text. */
s                 115 src/libsir/include/sir/ansimacros.h #  define SIR_BLUEB(s)     SIR_COLOR(1, 34, 49, s) /**< Bold blue foreground text. */
s                 116 src/libsir/include/sir/ansimacros.h #  define SIR_BBLUE(s)     SIR_COLOR(0, 94, 49, s) /**< Bright blue foreground text. */
s                 117 src/libsir/include/sir/ansimacros.h #  define SIR_BBLUEB(s)    SIR_COLOR(1, 94, 49, s) /**< Bold bright blue foreground text. */
s                 119 src/libsir/include/sir/ansimacros.h #  define SIR_MAGENTA(s)   SIR_COLOR(0, 35, 49, s) /**< Magenta foreground text. */
s                 120 src/libsir/include/sir/ansimacros.h #  define SIR_MAGENTAB(s)  SIR_COLOR(1, 35, 49, s) /**< Bold magenta foreground text. */
s                 121 src/libsir/include/sir/ansimacros.h #  define SIR_BMAGENTA(s)  SIR_COLOR(0, 95, 49, s) /**< Bright magenta foreground text. */
s                 122 src/libsir/include/sir/ansimacros.h #  define SIR_BMAGENTAB(s) SIR_COLOR(1, 95, 49, s) /**< Bold bright magenta foreground text. */
s                 124 src/libsir/include/sir/ansimacros.h #  define SIR_CYAN(s)      SIR_COLOR(0, 36, 49, s) /**< Cyan foreground text. */
s                 125 src/libsir/include/sir/ansimacros.h #  define SIR_CYANB(s)     SIR_COLOR(1, 36, 49, s) /**< Bold cyan foreground text. */
s                 126 src/libsir/include/sir/ansimacros.h #  define SIR_BCYAN(s)     SIR_COLOR(0, 96, 49, s) /**< Bright cyan foreground text. */
s                 127 src/libsir/include/sir/ansimacros.h #  define SIR_BCYANB(s)    SIR_COLOR(1, 96, 49, s) /**< Bold bright cyan foreground text. */
s                 129 src/libsir/include/sir/ansimacros.h #  define SIR_BGRAY(s)     SIR_COLOR(0, 37, 49, s) /**< Bright gray foreground text. */
s                 130 src/libsir/include/sir/ansimacros.h #  define SIR_BGRAYB(s)    SIR_COLOR(1, 37, 49, s) /**< Bold bright gray foreground text. */
s                 131 src/libsir/include/sir/ansimacros.h #  define SIR_DGRAY(s)     SIR_COLOR(0, 90, 49, s) /**< Dark gray foreground text. */
s                 132 src/libsir/include/sir/ansimacros.h #  define SIR_DGRAYB(s)    SIR_COLOR(1, 90, 49, s) /**< Bold dark gray foreground text. */
s                 134 src/libsir/include/sir/ansimacros.h #  define SIR_WHITE(s)     SIR_COLOR(0, 97, 49, s) /**< White foreground text. */
s                 135 src/libsir/include/sir/ansimacros.h #  define SIR_WHITEB(s)    SIR_COLOR(1, 97, 49, s) /**< Bold white foreground text. */
s                 137 src/libsir/include/sir/ansimacros.h #  define SIR_COLOR(attr, fg, bg, s) s
s                 139 src/libsir/include/sir/ansimacros.h #  define SIR_STRIKE(s)    s
s                 140 src/libsir/include/sir/ansimacros.h #  define SIR_INVERT(s)    s
s                 141 src/libsir/include/sir/ansimacros.h #  define SIR_ULINE(s)     s
s                 142 src/libsir/include/sir/ansimacros.h #  define SIR_EMPH(s)      s
s                 143 src/libsir/include/sir/ansimacros.h #  define SIR_BOLD(s)      s
s                 144 src/libsir/include/sir/ansimacros.h #  define SIR_BLINK(s)     s
s                 146 src/libsir/include/sir/ansimacros.h #  define SIR_BLACK(s)     s
s                 147 src/libsir/include/sir/ansimacros.h #  define SIR_BLACKB(s)    s
s                 149 src/libsir/include/sir/ansimacros.h #  define SIR_RED(s)       s
s                 150 src/libsir/include/sir/ansimacros.h #  define SIR_REDB(s)      s
s                 151 src/libsir/include/sir/ansimacros.h #  define SIR_BRED(s)      s
s                 152 src/libsir/include/sir/ansimacros.h #  define SIR_BREDB(s)     s
s                 154 src/libsir/include/sir/ansimacros.h #  define SIR_GREEN(s)     s
s                 155 src/libsir/include/sir/ansimacros.h #  define SIR_GREENB(s)    s
s                 156 src/libsir/include/sir/ansimacros.h #  define SIR_BGREEN(s)    s
s                 157 src/libsir/include/sir/ansimacros.h #  define SIR_BGREENB(s)   s
s                 159 src/libsir/include/sir/ansimacros.h #  define SIR_YELLOW(s)    s
s                 160 src/libsir/include/sir/ansimacros.h #  define SIR_YELLOWB(s)   s
s                 161 src/libsir/include/sir/ansimacros.h #  define SIR_BYELLOW(s)   s
s                 162 src/libsir/include/sir/ansimacros.h #  define SIR_BYELLOWB(s)  s
s                 164 src/libsir/include/sir/ansimacros.h #  define SIR_BLUE(s)      s
s                 165 src/libsir/include/sir/ansimacros.h #  define SIR_BLUEB(s)     s
s                 166 src/libsir/include/sir/ansimacros.h #  define SIR_BBLUE(s)     s
s                 167 src/libsir/include/sir/ansimacros.h #  define SIR_BBLUEB(s)    s
s                 169 src/libsir/include/sir/ansimacros.h #  define SIR_MAGENTA(s)   s
s                 170 src/libsir/include/sir/ansimacros.h #  define SIR_MAGENTAB(s)  s
s                 171 src/libsir/include/sir/ansimacros.h #  define SIR_BMAGENTA(s)  s
s                 172 src/libsir/include/sir/ansimacros.h #  define SIR_BMAGENTAB(s) s
s                 174 src/libsir/include/sir/ansimacros.h #  define SIR_CYAN(s)      s
s                 175 src/libsir/include/sir/ansimacros.h #  define SIR_CYANB(s)     s
s                 176 src/libsir/include/sir/ansimacros.h #  define SIR_BCYAN(s)     s
s                 177 src/libsir/include/sir/ansimacros.h #  define SIR_BCYANB(s)    s
s                 179 src/libsir/include/sir/ansimacros.h #  define SIR_BGRAY(s)     s
s                 180 src/libsir/include/sir/ansimacros.h #  define SIR_BGRAYB(s)    s
s                 181 src/libsir/include/sir/ansimacros.h #  define SIR_DGRAY(s)     s
s                 182 src/libsir/include/sir/ansimacros.h #  define SIR_DGRAYB(s)    s
s                 184 src/libsir/include/sir/ansimacros.h #  define SIR_WHITE(s)     s
s                 185 src/libsir/include/sir/ansimacros.h #  define SIR_WHITEB(s)    s
s                 234 src/libsir/include/sir/impl.h _sir_strcasestr(const char *s, const char *find)
s                 244 src/libsir/include/sir/impl.h         if ((sc = *s++) == 0)
s                 247 src/libsir/include/sir/impl.h     } while (strncasecmp(s, find, len) != 0);
s                 248 src/libsir/include/sir/impl.h     s--;
s                 251 src/libsir/include/sir/impl.h   return (char *)s;
s                 104 src/libsir/include/sir/platform_importc.h # define __builtin___snprintf_chk(s, c, flag, os, fmt, ...) snprintf(s, c, fmt, __VA_ARGS__)
s                 106 src/libsir/include/sir/platform_importc.h # define __builtin___sprintf_chk(s, flag, os, fmt, ...) sprintf(s, fmt, __VA_ARGS__)
s                 108 src/libsir/include/sir/platform_importc.h # define __builtin___vsnprintf_chk(s, c, flag, os, fmt, ...) vsnprintf(s, c, fmt, __VA_ARGS__)
s                 332 src/libsir/src/sirhelpers.c # define _sir_explicit_memset_impl(s, c, n) memset(s, c, n)
s                 164 src/simh/linehistory.c size_t pstrlen(const char *s);
s                 607 src/simh/linehistory.c abAppend(struct abuf *ab, const char *s, int len)
s                 621 src/simh/linehistory.c   memcpy(new + ab->len, s, len);
s                1862 src/simh/linehistory.c pstrlen(const char *s)
s                1866 src/simh/linehistory.c   while (s[i] != '\0')
s                1868 src/simh/linehistory.c     if (s[i] == '\033') //-V536
s                1870 src/simh/linehistory.c       i = strpbrk(s + i, "m") - s + 1; //-V769
s                 295 src/simh/sim_defs.h # define KBD_WAIT(w,s)   ((w)? w: KBD_LIM_WAIT (s))
s                 139 src/simh/sim_sock.c SOCKET sim_err_sock (SOCKET s, const char *emsg)
s                 142 src/simh/sim_sock.c if (s != INVALID_SOCKET) {
s                 144 src/simh/sim_sock.c     sim_close_sock (s);