Searched refs:dot (Results 1 - 25 of 90) sorted by relevance

1234

/illumos-gate/usr/src/lib/libmail/common/
H A Dabspath.c37 * string *abspath(char *path, char *dot, string *to)
41 * the value of "dot" will be prepended and the result
49 abspath(char *path, char *dot, string *to) argument
54 to = s_append(to, dot);
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dleb128.c105 uint64_t dot = *dotp; local
111 data += dot;
114 if (dot > len)
128 * Increment shift & dot pointer
131 dot++;
139 *dotp = dot;
147 uint64_t dot = *dotp; local
153 data += dot;
156 if (dot > len)
170 * Increment shift & dot pointe
212 uint64_t dot = *dotp; local
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c105 if (dot == one) {
118 vshow(dot - cnt, NOLINE);
121 cnt -= vcline, dot -= vcline, vcline = 0;
125 cnt <= WTOP - ZERO && vfit(dot - cnt, cnt) <= WTOP - ZERO)
128 if (state != VISUAL || (!insert_line && !scroll_reverse) || (!scroll && (cnt > tot || vfit(dot - cnt, cnt) > tot / 3 + 1))) {
132 vcontext(dot + ind - cnt, '.');
138 vcline += ind, dot += ind;
140 dot -= vcline - vcnt + 1, vcline = vcnt - 1;
153 if (dot == dol) {
158 i = dol - dot;
[all...]
H A Dex_vops.c70 if (vundkind == VNONE || vundkind == VCAPU || vUNDdot != dot) {
76 putmk1(dot, vUNDsav);
81 vjumpto(dot, vUNDcurs, 0);
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);
853 dot = one; local
[all...]
H A Dex_vmain.c96 addr = dot;
281 vmoveto(dot, cursor, 0);
394 fprintf(trace, "before vdown in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(dol));
407 fprintf(trace, "before vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(dol));
412 fprintf(trace, "after vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(dol));
475 names[c - 'a'] = (*dot &~ 01);
487 addr = dot
[all...]
H A Dex_cmds.c74 * If dot at last command
77 if (dot <= zero) {
78 dot = zero;
80 dot = one;
94 addr1 = addr2 = dot + poffset;
101 dot = addr1;
136 addr = dot;
138 addr2 = dot;
147 dot = addr;
180 dot
[all...]
H A Dex_voper.c242 odot = dot;
260 dot = odot;
343 odot = wdot = dot;
349 dot = wdot = odot;
353 vjumpto(dot, ocurs, 0);
358 fprintf(trace, "after lmatchp in %, dot=%d, wdot=%d, "
359 "dol=%d\n", lineno(dot), lineno(wdot), lineno(dol));
529 wdot = dot + cnt;
622 wdot = dot + cnt - 1;
632 wdot = (dot
[all...]
H A Dex_cmdsub.c69 dot = a;
71 undap1 = undap2 = dot + 1;
88 dot++;
93 for (rdot = dot; a1 > rdot;)
169 dot = a1;
195 dot = a1;
336 markpr(addr2 == dot ? addr1 - 1 : addr2 + 1);
376 dot = adt + (ad2 - ad1);
383 dot = adt++;
553 undap1 = dot;
[all...]
H A Dex_vops3.c89 wdot = dot;
103 if (dot == wdot) {
184 llimit = dot;
191 (wdot != dot - 1 || cursor != linebuf)) {
399 llimit = dot;
401 wdot = dot;
419 if (lmatchp(dot - vcline)) {
578 addr = dot;
602 if (addr == dot)
H A Dex_addr.c55 * Set up addr1 and addr2 for commands whose default address is dot.
75 addr1 = addr2 = dot;
182 dot = zero;
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;
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDefaults.java167 int dot = localHostName.indexOf('.');
168 if (dot != -1) {
169 localHostName = localHostName.substring(0, dot);
/illumos-gate/usr/src/cmd/nsadmin/
H A DMakefile48 .profile: dot-profile.sh
50 $(CP) dot-profile.sh $@
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd1.c66 * Don't change dot if invoker didn't give an argument.
91 if (dot != &message[n-1])
92 dot = mp;
202 dot = &message[*ip - 1];
236 curind = (!Hflag && dot == mp) ? '>' : ' ';
359 * Print out the value of dot.
365 printf("%d\n", dot - &message[0] + 1);
481 dot = mp;
561 dot = mp;
598 dot
[all...]
H A Dlist.c655 mesg = dot - &message[0] + 1;
658 for (mp = dot; mp < &message[msgCount]; mp++) {
663 mesg = dot - &message[0];
664 for (mp = dot-1; mp >= &message[0]; mp--) {
780 for (mp = dot + 1; mp < &message[msgCount]; mp++)
790 for (mp = dot - 1; mp >= &message[0]; mp--)
810 m = dot - &message[0] + 1;
811 if ((dot->m_flag & MDELETED) != f) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.c85 static char dot[] = "."; local
89 return (dot);
106 return (dot);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_string.c72 static char dot[] = "."; local
76 return (dot);
93 return (dot);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c213 char *dot = NULL; /* tmp pointer */ local
376 if ((dot = strrchr(ipuaddr, '.')) != 0) {
377 *dot = '\0';
378 if ((dot = strrchr(ipuaddr, '.')) != 0)
379 *dot = '\0';
382 if (dot == 0 ||
483 if ((dot = strrchr(ut, '.')) != 0) {
484 *dot = '\0';
485 if ((dot = strrchr(ut, '.')) != 0)
486 *dot
[all...]
/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c75 char *dot, *p; local
77 if ((dot = strrchr(addr, '.')) == 0) {
80 if (dot == addr)
83 p = dot - 1;
86 * If the first dot hasn't been seen, it's a
94 port = strtol(p + 1, &dot, 10) << 8;
95 port = port | strtol(dot + 1, (char **)NULL, 10);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldlibs.c96 char *dot = (char *)MSG_ORIG(MSG_STR_DOT); local
104 compat_YL_YU(ofl, dot, i) : dot),
120 compat_YL_YU(ofl, dot, i) : dot),
144 compat_YL_YU(ofl, dot, i) : dot),
/illumos-gate/usr/src/boot/lib/libstand/
H A Dprintf.c223 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
251 sign = 0; dot = 0; dwidth = 0; upper = 0;
255 dot = 1;
270 if (!dot) {
281 if (!dot) {
293 if (dot)
397 if (!dot)
/illumos-gate/usr/src/cmd/ed/
H A Ded.c198 static LINE dot; variable
499 addr1 = addr2 = dot;
520 addr1 = dot;
543 dot = a1;
568 if (((linebuf[0] != '.') || (dot == (addr1-1))) &&
570 dot = addr1;
636 if (dot == addr2-1)
637 dot += 1;
642 addr1 = dot;
643 addr2 = dot
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetnameinfo.c150 char *dot; local
155 dot = strchr(hp->h_name, '.');
156 if (dot != NULL)
157 *dot = '\0';
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c124 * decimal dot equivalent. h1.h2.h3.h4.p1.p2 where h1-h4 are the host
233 char *dot; local
261 if ((dot = strrchr(tmpaddr, '.')) != 0) {
262 *dot = '\0';
263 p2 = atoi(dot+1);
264 if ((dot = strrchr(tmpaddr, '.')) != 0) {
265 *dot = '\0';
266 p1 = atoi(dot+1);
270 if (dot == 0) {
769 *--cp = '\0'; /* null out the dot afte
819 char *dot; local
[all...]
/illumos-gate/usr/src/lib/libmail/inc/
H A Dlibmail.h59 extern string *abspath(char *path, char *dot, string *to);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c240 grub_bool dot = FALSE; local
262 if (dot) {
265 dot = TRUE;
309 if (dot)

Completed in 140 milliseconds

1234