/illumos-gate/usr/src/cmd/sgs/common/ |
H A D | leb128.c | 105 uint64_t dot = *dotp; in uleb_extract() local 111 data += dot; in uleb_extract() 114 if (dot > len) in uleb_extract() 131 dot++; in uleb_extract() 139 *dotp = dot; in uleb_extract() 147 uint64_t dot = *dotp; in sleb_extract() local 153 data += dot; in sleb_extract() 156 if (dot > len) in sleb_extract() 173 dot++; in sleb_extract() 181 *dotp = dot; in sleb_extract() [all …]
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vwind.c | 105 if (dot == one) { in vup() 118 vshow(dot - cnt, NOLINE); in vup() 121 cnt -= vcline, dot -= vcline, vcline = 0; in vup() 125 cnt <= WTOP - ZERO && vfit(dot - cnt, cnt) <= WTOP - ZERO) in vup() 128 …if (state != VISUAL || (!insert_line && !scroll_reverse) || (!scroll && (cnt > tot || vfit(dot - c… in vup() 132 vcontext(dot + ind - cnt, '.'); in vup() 138 vcline += ind, dot += ind; in vup() 140 dot -= vcline - vcnt + 1, vcline = vcnt - 1; in vup() 153 if (dot == dol) { in vdown() 158 i = dol - dot; in vdown() [all …]
|
H A D | ex_vops.c | 70 if (vundkind == VNONE || vundkind == VCAPU || vUNDdot != dot) { in vUndo() 76 putmk1(dot, vUNDsav); in vUndo() 81 vjumpto(dot, vUNDcurs, 0); in vUndo() 123 addr = dot - vcline; 142 if (show && (vundkind != VMCHNG || addr != dot)) 145 cnt = dot - addr; 148 vjumpto(dot, (unsigned char *)NOSTR, '.'); 179 vopen(dot, WBOT); 246 fprintf(trace, "vmacchng, vch_mac=%d, linebuf='%s', *dot=%o\n", vch_mac, linebuf, *dot); 252 fprintf(trace, "after vsave, linebuf='%s', *dot=%o\n", linebuf, *dot); [all …]
|
H A D | ex_vmain.c | 94 addr = dot; 279 vmoveto(dot, cursor, 0); 392 …fprintf(trace, "before vdown in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(… 405 …fprintf(trace, "before vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno… 410 …fprintf(trace, "after vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(… 473 names[c - 'a'] = (*dot &~ 01); 485 addr = dot + (vcnt - vcline) - 2 + (cnt-1)*basWLINES; 487 dot = addr; 499 if (one + vcline != dot && vcnt > 2) { 500 addr = dot - vcline + 2 - (cnt-1)*basWLINES; [all …]
|
H A D | ex_voper.c | 242 odot = dot; in operate() 260 dot = odot; in operate() 343 odot = wdot = dot; in operate() 349 dot = wdot = odot; in operate() 353 vjumpto(dot, ocurs, 0); in operate() 359 "dol=%d\n", lineno(dot), lineno(wdot), lineno(dol)); in operate() 530 wdot = dot + cnt; in operate() 623 wdot = dot + cnt - 1; in operate() 633 wdot = (dot - vcline) + cnt - 1; in operate() 644 wdot = dot - cnt; in operate() [all …]
|
H A D | ex_cmds.c | 79 if (dot <= zero) { 80 dot = zero; 82 dot = one; 96 addr1 = addr2 = dot + poffset; 103 dot = addr1; 138 addr = dot; 140 addr2 = dot; 149 dot = addr; 182 dot = addr2; 327 dot = addr1 - 1; [all …]
|
H A D | ex_cmdsub.c | 70 dot = a; in append() 72 undap1 = undap2 = dot + 1; in append() 89 dot++; in append() 94 for (rdot = dot; a1 > rdot;) in append() 170 dot = a1; in delete() 196 dot = a1; in delete() 337 markpr(addr2 == dot ? addr1 - 1 : addr2 + 1); in vi_move() 377 dot = adt + (ad2 - ad1); in move1() 384 dot = adt++; in move1() 554 undap1 = dot; in pragged() [all …]
|
H A D | ex_addr.c | 74 addr1 = addr2 = dot; in setdot1() 181 dot = zero; in setall() 267 addr = dot; 274 addr = dot; 283 addr = dot; 284 if (inputline && execute(0, dot)) { 336 if (addr == dot) 348 addr = dot; 366 addr = dot;
|
H A D | ex_vops3.c | 89 wdot = dot; 103 if (dot == wdot) { 184 llimit = dot; 191 (wdot != dot - 1 || cursor != linebuf)) { 399 llimit = dot; in lmatchp() 401 wdot = dot; in lmatchp() 419 if (lmatchp(dot - vcline)) { in lsmatch() 578 addr = dot; in lbrack() 602 if (addr == dot) in lbrack()
|
H A D | ex_vops2.c | 407 startsrcline = dot; in vappend() 581 indent = lindent(dot + 1); in vappend() 623 vshow(dot, NOLINE); in vappend() 626 vopen(dot, i); in vappend() 763 endsrcline = dot; in imultlinerep() 775 --dot; in imultlinerep() 805 dot++; in imultlinerep() 831 endsrcline = dot; in omultlinerep() 873 --dot; in rmultlinerep() 887 ++dot; in rmultlinerep() [all …]
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | cmd1.c | 91 if (dot != &message[n-1]) in headers() 92 dot = mp; in headers() 202 dot = &message[*ip - 1]; in from() 236 curind = (!Hflag && dot == mp) ? '>' : ' '; in printhead() 365 printf("%d\n", dot - &message[0] + 1); in pdot() 481 dot = mp; in type1() 561 dot = mp; in top() 598 dot = &message[*ip-1]; in stouch() 599 dot->m_flag |= MTOUCH; in stouch() 600 dot->m_flag &= ~MPRESERVE; in stouch() [all …]
|
H A D | cmd2.c | 85 dot = mp; in next() 103 for (mp = dot+1; mp < &message[msgCount]; mp++) in next() 110 dot = mp; in next() 115 list[0] = dot - &message[0] + 1; in next() 310 dot = mp; in savemsglist() 527 lastdot = dot - &message[0] + 1; in deltype() 529 list[0] = dot - &message[0]; in deltype() 565 dot = &message[last-1]; in delm() 568 dot = &message[last-1]; in delm() 571 dot = &message[0]; in delm() [all …]
|
H A D | list.c | 654 mesg = dot - &message[0] + 1; in first() 657 for (mp = dot; mp < &message[msgCount]; mp++) { in first() 662 mesg = dot - &message[0]; in first() 663 for (mp = dot-1; mp >= &message[0]; mp--) { in first() 779 for (mp = dot + 1; mp < &message[msgCount]; mp++) in metamess() 789 for (mp = dot - 1; mp >= &message[0]; mp--) in metamess() 809 m = dot - &message[0] + 1; in metamess() 810 if ((dot->m_flag & MDELETED) != f) { in metamess()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | auth_time.c | 211 char *dot = NULL; /* tmp pointer */ in __rpc_get_time_offset() local 374 if ((dot = strrchr(ipuaddr, '.')) != 0) { in __rpc_get_time_offset() 375 *dot = '\0'; in __rpc_get_time_offset() 376 if ((dot = strrchr(ipuaddr, '.')) != 0) in __rpc_get_time_offset() 377 *dot = '\0'; in __rpc_get_time_offset() 380 if (dot == 0 || in __rpc_get_time_offset() 481 if ((dot = strrchr(ut, '.')) != 0) { in __rpc_get_time_offset() 482 *dot = '\0'; in __rpc_get_time_offset() 483 if ((dot = strrchr(ut, '.')) != 0) in __rpc_get_time_offset() 484 *dot = '\0'; in __rpc_get_time_offset() [all …]
|
/illumos-gate/usr/src/cmd/svc/servinfo/ |
H A D | servinfo.c | 75 char *dot, *p; in uaddr2port() local 77 if ((dot = strrchr(addr, '.')) == 0) { in uaddr2port() 80 if (dot == addr) in uaddr2port() 83 p = dot - 1; in uaddr2port() 94 port = strtol(p + 1, &dot, 10) << 8; in uaddr2port() 95 port = port | strtol(dot + 1, (char **)NULL, 10); in uaddr2port()
|
/illumos-gate/usr/src/cmd/nsadmin/ |
H A D | Makefile | 52 .profile: dot-profile.sh 54 $(CP) dot-profile.sh $@ 56 .kshrc: dot-kshrc.sh 58 $(CP) dot-kshrc.sh $@
|
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 234 char *dot; in ipv6_uaddr2taddr() local 262 if ((dot = strrchr(tmpaddr, '.')) != 0) { in ipv6_uaddr2taddr() 263 *dot = '\0'; in ipv6_uaddr2taddr() 264 p2 = atoi(dot+1); in ipv6_uaddr2taddr() 265 if ((dot = strrchr(tmpaddr, '.')) != 0) { in ipv6_uaddr2taddr() 266 *dot = '\0'; in ipv6_uaddr2taddr() 267 p1 = atoi(dot+1); in ipv6_uaddr2taddr() 271 if (dot == 0) { in ipv6_uaddr2taddr() 820 char *dot; in inet_netdir_mergeaddr() local 842 if ((dot = strrchr(truaddr, '.')) != 0) { in inet_netdir_mergeaddr() [all …]
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 197 static LINE dot; variable 500 addr1 = addr2 = dot; in commands() 521 addr1 = dot; in commands() 544 dot = a1; in commands() 569 if (((linebuf[0] != '.') || (dot == (addr1-1))) && in commands() 571 dot = addr1; in commands() 638 if (dot == addr2-1) in commands() 639 dot += 1; in commands() 644 addr1 = dot; in commands() 645 addr2 = dot+1; in commands() [all …]
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | ldlibs.c | 96 char *dot = (char *)MSG_ORIG(MSG_STR_DOT); in process_lib_path() local 104 compat_YL_YU(ofl, dot, i) : dot), in process_lib_path() 120 compat_YL_YU(ofl, dot, i) : dot), in process_lib_path() 144 compat_YL_YU(ofl, dot, i) : dot), in process_lib_path()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 935 unsigned dot, digit, n; in nv_changearray() local 951 for(dot = 0; dot < (unsigned)save_ap->maxi; dot++) in nv_changearray() 953 if(save_ap->val[dot].cp) in nv_changearray() 955 if ((digit = dot)== 0) in nv_changearray() 964 up->cp = save_ap->val[dot].cp; in nv_changearray() 965 save_ap->val[dot].cp = 0; in nv_changearray() 1076 register unsigned dot; in nv_nextsub() local 1104 dot = fp->dim; in nv_nextsub() 1105 if((fp->cur[dot]+1) < fp->max[dot]) in nv_nextsub() 1107 fp->cur[dot]++; in nv_nextsub() [all …]
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | printf.c | 261 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; in kvprintf() local 289 sign = 0; dot = 0; dwidth = 0; upper = 0; in kvprintf() 293 dot = 1; in kvprintf() 308 if (!dot) { in kvprintf() 319 if (!dot) { in kvprintf() 332 if (dot) in kvprintf() 436 if (!dot) in kvprintf() 457 if (!dot) { in kvprintf()
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Defaults.java | 167 int dot = localHostName.indexOf('.'); 168 if (dot != -1) { 169 localHostName = localHostName.substring(0, dot);
|
/illumos-gate/usr/src/cmd/pg/ |
H A D | pg.c | 118 *dot, /* current line */ variable 1336 if (dot == zero - 1) in find() 1339 where = how * line + dot->l_no; in find() 1347 dot = dol; in find() 1355 dot = dol - 1; in find() 1357 dot++; in find() 1359 if (where == dot->l_no || brk_hit) in find() 1363 return (dot->l_no); in find() 1365 dot = dol; in find() 1378 dot = zero - 1; in find() [all …]
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_dir.c | 606 struct tdirent *dot, *dotdot; in tdirinit() local 612 dot = tmp_memalloc(sizeof (struct tdirent) + 2, TMP_MUSTHAVE); in tdirinit() 618 dot->td_tmpnode = dir; in tdirinit() 619 dot->td_offset = 0; in tdirinit() 620 dot->td_name = (char *)dot + sizeof (struct tdirent); in tdirinit() 621 dot->td_name[0] = '.'; in tdirinit() 622 dot->td_parent = dir; in tdirinit() 623 tmpfs_hash_in(dot); in tdirinit() 636 dot->td_next = dotdot; in tdirinit() 637 dot->td_prev = dotdot; /* dot's td_prev holds roving slot pointer */ in tdirinit() [all …]
|
/illumos-gate/usr/src/lib/libmail/common/ |
H A D | abspath.c | 47 abspath(char *path, char *dot, string *to) in abspath() argument 52 to = s_append(to, dot); in abspath()
|