Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 – 25 of 90) sorted by last modified time

1234

/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src6855 # SPACE U/L_DISP CLR_SCRN 24_LINE
7058 # OFF causes SPACE to be displayed instead - Factory Setting
H A Dtermcap.src6060 # SPACE U/L_DISP CLR_SCRN 24_LINE
6253 # OFF causes SPACE to be displayed instead - Factory Setting
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c56 #define SPACE ' ' macro
392 buf[0] == SPACE || buf[0] == TAB) in addtolist()
455 value[0] == SPACE || value[0] == TAB) in removefromlist()
852 value[0] == SPACE || value[0] == TAB) in persistlist()
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c467 prc_buff(SPACE); in printjob()
479 prc_buff(SPACE); in printjob()
487 prc_buff(SPACE); in printjob()
526 prc_buff(SPACE); in printjob()
533 prc_buff(SPACE); in printjob()
540 prc_buff(SPACE); in printjob()
820 *bp++ = SPACE;
H A Dname.c571 prc_buff(SPACE); in printro()
583 prc_buff(SPACE); in printexp()
H A Dfunc.c204 prc_buff(SPACE); in prbgnlst()
214 prc_buff(SPACE); in prendlst()
257 prc_buff(SPACE); in prf()
315 prc_buff(SPACE); in prf()
415 prc_buff(SPACE); in prarg()
432 prc_buff(SPACE); in prio()
H A Dword.c318 c = SPACE; in readwc()
H A Dbltin.c91 prc_buff(SPACE); in builtin()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java58 static final char SPACE = ' '; field in ServiceLocationAttribute
H A DSLPV1SSrvMsg.java52 final static char SPACE = ' '; field in SLPV1SSrvMsg
414 tk.ordinaryChar(SPACE); // but beware of embedded whites... in rewriteQuery()
848 } else if ((char)tk.ttype == SPACE) { in parseTag()
1097 while (tok == SPACE) { in eatWhite()
H A DParser.java65 private final static char SPACE = ' '; field in Parser
140 tk.wordChars('\000', SPACE); in parseAndEvaluateQuery()
H A DAttributeString.java79 buf.append(ServiceLocationAttribute.SPACE); in parse()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y64 %nonassoc END_OF_FILE ILLEGAL SPACE UNCLOSED_STRING COMMENT FUNCTION
/illumos-gate/usr/src/cmd/eqn/
H A Dtext.c49 else if (t == SPACE) in text()
H A Dlex.c104 return (SPACE); in yylex()
155 else if (tp->defn == (char *)SPACE) in yylex()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c4641 sp_type = SPACE(SP_EOD, 0); in st_find_eod()
4656 if (sp_type == SPACE(SP_EOD, 0)) { in st_find_eod()
16032 rval = st_cmd(un, SCMD_SPACE, SPACE(SP_SQFLM, cnt), SYNC_CMD); in st_mtfsfm_ioctl()
16058 rval = st_cmd(un, SCMD_SPACE, SPACE(SP_SQFLM, -cnt), SYNC_CMD); in st_mtbsfm_ioctl()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c1871 ck_w_dryrun(ckspace, SPACE); in main()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1424 #define SPACE(cmd, cnt) ((cnt < 0) ? (SP_BACKSP | (-(cnt)) | cmd) : (cmd | cnt)) macro
1425 #define Fmk(x) SPACE(SP_FLM, x)
1426 #define Blk(x) SPACE(SP_BLK, x)
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c109 _FEMOPDEF(SPACE, space),
163 _FEMGUARD(SPACE, space),
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c68 #define SPACE 100 /* number of symbols read at a time */ macro
72 static char sym_buf[SPACE * SYMESZ];
523 if ((num_in_buf = read(fd, sym_buf, size * SPACE)) == -1) in fill_sym_buf()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c46 #define SPACE 8 /* space if plus */ macro
145 case ' ': spec->flags |= SPACE; break; in format_decode()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c43 #define SPACE ' ' macro
65 case SPACE: in dwarf_find_macro_value_start()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/
H A Dptcp154.txt87 0x20 0x0020 # SPACE
215 0xa0 0x00A0 # NO-BREAK SPACE
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/msft-pc-windows/
H A DCP857.TXT74 0x20 0x0020 #SPACE
297 0xff 0x00a0 #NO-BREAK SPACE
H A DCP860.TXT74 0x20 0x0020 #SPACE
297 0xff 0x00a0 #NO-BREAK SPACE

1234