/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 111 #undef SS /* who co-opted this namespace? */ 115 #define SS 0x0004 /* set in sane mode */ macro 158 { "intr", CHAR, T_CHAR, SS, VINTR, 'C', C("Send an interrupt signal") }, 159 { "quit", CHAR, T_CHAR, SS, VQUIT, '|', C("Send a quit signal") }, 160 { "erase", CHAR, T_CHAR, SS, VERASE, 'H', C("Erase the last character entered") }, 161 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") }, 162 { "eof", CHAR, T_CHAR, SS, VEOF, 'D', C("Send an end of file") }, 171 { "start", CHAR, T_CHAR, SS, VSTART, 'Q', C("Restart the output after stopping it") }, 174 { "stop", CHAR, T_CHAR, SS, VSTOP, 'S', C("Stop the output") }, 177 { "dsusp", CHAR, T_CHAR, SS, VDSUSP, 'Y', C("Send a terminal stop signal after flushing the input")… [all …]
|
/titanic_41/usr/src/cmd/sed/ |
H A D | process.c | 57 static SPACE HS, PS, SS, YS; variable 381 SS.len = 0; /* Clean substitute space. */ in substitute() 393 cspace(&SS, s, re_off, APPEND); in substitute() 395 regsub(&SS, s, cp->u.s->new); in substitute() 405 cspace(&SS, s + match[0].rm_so, 1, in substitute() 414 cspace(&SS, s, slen, APPEND); in substitute() 432 cspace(&SS, ps, re_off, APPEND); in substitute() 434 regsub(&SS, s, cp->u.s->new); in substitute() 438 cspace(&SS, s, slen, APPEND); in substitute() 447 PS = SS; in substitute() [all …]
|
/titanic_41/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 105 ss = uc.uc_mcontext.gregs[SS]; in setup_context() 114 ucp->uc_mcontext.gregs[SS] = ss; in setup_context() 254 ucp->uc_mcontext.gregs[SS] = ss; in __csigsetjmp()
|
/titanic_41/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 319 ps->pr_lwp.pr_reg[SS] = cp->user.u_reg[SS]; in ptrace() 636 ps->pr_lwp.pr_reg[SS] = cp->user.u_reg[SS]; in ProcUpdate() 687 cp->user.u_reg[SS] = ps->pr_lwp.pr_reg[SS]; in MakeUser()
|
/titanic_41/usr/src/lib/libdtrace/i386/ |
H A D | regs.sed.in | 42 #define SED_REPLACE64(x) s/#x/SS @+@1@+@ x/g 62 SED_REPLACE(SS)
|
H A D | regs.d.in | 68 inline int R_SS = @SS@;
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | date.test | 196 # make sure the HH:MM:SS is preserved. Ticket #551. 230 # datetime() with just an HH:MM:SS correctly inserts the date 2000-01-01. 236 # Test the new HH:MM:SS modifier
|
/titanic_41/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 575 if (reg <= SS) { in dtrace_getreg() 583 reg -= SS + 1; in dtrace_getreg() 645 if (reg > SS) { in dtrace_getreg()
|
/titanic_41/usr/src/cmd/troff/ |
H A D | tdef.h | 58 # define SS INCH/10 /* " */ macro 76 # define SS 12 /* space size in 36ths of an em */ macro
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | regset.h | 95 #define SS 18 /* only stored on a privilege transition */ macro
|
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 87 { "ss", SS, MDB_TGT_R_EXPORT }, 176 grs[SS], grs[ECX], grs[ECX]); in pt_regs()
|
/titanic_41/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 131 dst[REG_SS] = (uint16_t)src[SS]; in prgregset_32ton()
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | country.tab | 233 SS South Sudan
|
H A D | zone.tab.txt | 375 SS +0451+03137 Africa/Juba
|
H A D | zone_sun.tab | 398 SS +0451+03137 Africa/Juba -
|
/titanic_41/usr/src/cmd/troff/troff.d/ |
H A D | t10.c | 161 spacesz = SS; in ptinit()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 236 dst[REG_SS] = (uint32_t)src[SS]; in prgregset_32_to_n() 573 dst[SS] = src[REG_SS]; in prgregset_n_to_32()
|
/titanic_41/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 557 dst[SS] = src[REG_SS]; in prgregset_n_to_32()
|
/titanic_41/usr/src/cmd/troff/nroff.d/ |
H A D | n10.c | 197 spacesz = SS; in ptinit()
|
/titanic_41/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 219 dst[REG_SS] = (uint16_t)src[SS]; in ucontext_32_to_prgregs()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 533 grp[SS] = (uint16_t)rp->r_ss; in getgregs32() 569 dmc->gregs[REG_SS] = (greg_t)(uint32_t)smc->gregs[SS]; in ucontext_32ton()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 138 #define SAVE_STRING(H, S, K, SS) \ argument 140 newSVpvn(S->K, SS ? strlen(S->K) : sizeof(S->K)), 0)
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | exception.s | 995 pushl %ebx / fault SS
|
/titanic_41/usr/src/cmd/troff/troff.d/tmac.d/ |
H A D | tz.map | 89 .if '\\$1'SS' .ds Tz "System Interface Guide
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | SUN4U.po | 3484 # code: SUN4U-8006-SS 3487 msgid "SUN4U-8006-SS.type" 3489 msgid "SUN4U-8006-SS.severity" 3491 msgid "SUN4U-8006-SS.description" 3493 msgid "SUN4U-8006-SS.response" 3495 msgid "SUN4U-8006-SS.impact" 3497 msgid "SUN4U-8006-SS.action"
|