Searched defs:start (Results 1 - 25 of 27) sorted by relevance

12

/ast/src/lib/libcmd/
H A Drevlib.c33 * copy the lines starting at offset <start> from in <in> to <out>
36 int rev_line(Sfio_t *in, Sfio_t *out, off_t start) argument
47 if(start>0 && sfmove(in, (Sfio_t*)0, start, -1) != start)
52 start=0;
54 if((offset = sfseek(in,(off_t)0,SEEK_END)) <= start)
60 if(offset < start)
62 n -= (start-offset);
63 offset = start;
[all...]
H A Dwclib.c343 unsigned char* start; local
346 start = (endbuff = side) + 1;
352 start = cp-lineoff;
361 endbuff = start;
389 if((cp-start)-adjust > longest)
390 longest = (cp-start)-adjust-1;
391 start = cp;
478 lineoff = cp-start;
488 if ((wp->mode&WC_LONGEST) && ((endbuff + 1 - start) - adjust - (lastchar == '\n')) > longest)
489 longest = (endbuff + 1 - start)
[all...]
/ast/src/lib/libjcl/
H A Drun.c144 Time_t start; local
159 start = tmxgettime();
544 start = tmxgettime() - start;
547 if (pct = (real = (double)start / 1e9))
/ast/src/lib/libmam/
H A Dmam.h113 time_t start; /* start time */ member in struct:proc
/ast/src/lib/libtk/generic/
H A DtkFont.c669 char *start; /* First character waiting to be displayed. */
670 int startX; /* X-coordinate corresponding to start. */
709 start = string;
717 if (p != start) {
718 XDrawString(display, drawable, gc, startX, y, start, p - start);
756 start = p+1;
764 if (p != start) {
765 XDrawString(display, drawable, gc, startX, y, start, p - start);
662 char *start; /* First character waiting to be displayed. */ local
[all...]
H A DtkCanvArc.c26 double start; /* Angle at which arc begins, in degrees member in struct:ArcItem
29 * start to end of arc) in degrees between
51 * start (see ComputeArcOutline). */
53 * start+extent (see ComputeArcOutline). */
82 {TK_CONFIG_DOUBLE, "-start", (char *) NULL, (char *) NULL,
83 "0", Tk_Offset(ArcItem, start), TK_CONFIG_DONT_SET_DEFAULT},
128 double start, double extent));
132 double start, double extent));
135 double start, double extent));
234 arcPtr->start
633 int start, extent; local
[all...]
H A DtkGrid.c1357 int start; /* The first slot of a contiguous set whose
1542 for (start=0; start < gridCount;) {
1559 if (layoutPtr[start].minOffset == layoutPtr[start].maxOffset) {
1560 start++;
1564 for (end=start+1; end<gridCount; end++) {
1576 for (slot=start; slot<=end; slot++) {
1580 have = layoutPtr[end].maxOffset - layoutPtr[start-1].minOffset;
1589 totalWeight = end - start
1350 int start; /* The first slot of a contiguous set whose local
[all...]
H A DtkText.c178 int start, int end, int lineno, char *command));
1307 * selection then reject the selection request (make 'em start over
1422 TkTextIndex start, end;
1432 TkTextMakeIndex(textPtr->tree, 0, 0, &start);
1434 TkTextRedrawTag(textPtr, &start, &end, textPtr->selTagPtr, 1);
1435 TkBTreeTag(&start, &end, textPtr->selTagPtr, 0);
1739 char *start, *end;
1751 Tcl_RegExpRange(regexp, 0, &start, &end);
1752 i = start - startOfLine;
1753 thisLength = end - start;
1412 TkTextIndex start, end; local
1727 char *start, *end; local
[all...]
/ast/src/cmd/html/
H A Dhtml2rtf.h68 Call_f start; /* tag start */ member in struct:Tag_s
/ast/src/cmd/pzip/
H A Drectify.c86 unsigned long start; member in struct:Item_s
186 p->start = cur;
191 sfprintf(sfstdout, "run %7lu %7lu %7lu\n", p->index, p->run, p->start);
/ast/src/cmd/at/
H A Dat.c37 " are interpreted as the start time. If \atime\a is not specified then"
180 time_t start = 0; local
375 start = tmdate(s, &t, &now);
376 if (!every && (unsigned long)start <= (unsigned long)now)
377 start = tmdate(s - 3, &t, &now);
388 sfprintf(sp, "%c%lu", AT_TIME, start);
445 sfprintf(sfstdout, "submit job to run on %s", fmttime(NiL, start));
H A Datd.c109 unsigned long start; member in struct:__anon36
143 Table_t job; /* job by <start,name> */
503 error(0, "%s %s que %s at %s \"%s\"", job->name, fmtuid(job->owner->user->uid), job->queue->name, fmttime(AT_TIME_FORMAT, job->start), job->label);
592 if (job->repeat && (t = job->start) && (t = tmdate(job->repeat, &e, &t)) && !*e)
595 job->start = t;
619 message((-2, "schedule job=%s start=%lu time=%lu queue=%s load=%d.%02d/%d.%02d%s", job->name, job->start, cs.time, job->queue->name, job->queue->load / 100, job->queue->load % 100, st.load / 100, st.load % 100, job->run ? " RUNNING" : job->start <= cs.time ? " READY" : ""));
622 if (job->start <= cs.time)
646 else if (x > (job->start
[all...]
/ast/src/cmd/mailx/
H A Dcmd2.c874 char* start; local
881 if (!(start = snarf(str, &f))) {
885 if ((num = strtol(start, &e, 0)) < 0 || *e) {
886 note(0, "\"%s\": numeric argument expected", start);
/ast/src/cmd/dsslib/netflow/
H A Dflow-tool.c58 u_int32 start; /* start time of flow capture */ member in struct:ft1header
81 u_int32 First; /* SysUptime at start of flow */
108 u_int32 First; /* SysUptime at start of flow */
136 u_int32 First; /* SysUptime at start of flow */
168 u_int32 First; /* SysUptime at start of flow */
502 rp->start = boot + (Nftime_t)rp->first * US;
/ast/src/cmd/std/
H A Dpss.h115 time_t start; member in struct:Pssent_s
/ast/src/lib/libtksh/tcl/
H A DtclCmdMZ.c117 char **argPtr, *string, *pattern, *start, *end;
209 Tcl_RegExpRange(regExpr, i, &start, &end);
210 if (start == NULL) {
218 sprintf(info, "%d %d", (int)(start - string),
224 first = argPtr[1] + (start - string);
272 char *start, *end, *subStart, *subEnd;
361 Tcl_RegExpRange(regExpr, 0, &start, &end);
362 src = argPtr[1] + (start - string);
1759 Tcl_Time start, stop;
1772 TclpGetTime(&start);
115 char **argPtr, *string, *pattern, *start, *end; local
269 char *start, *end, *subStart, *subEnd; local
1747 Tcl_Time start, stop; local
[all...]
H A DtclExpr.c337 char *term, *p, *start;
355 start = p+1;
356 valuePtr->intValue = -((int)strtoul(start, &term, 0));
358 start = p+1;
359 valuePtr->intValue = strtoul(start, &term, 0);
361 start = p;
362 valuePtr->intValue = strtoul(start, &term, 0);
336 char *term, *p, *start; local
/ast/src/lib/libz/
H A Dgzio.c80 z_off_t start; /* start of compressed data in file (header skipped) */ member in struct:gz_stream
230 s->start = 10L;
233 * start anyway in write mode, so this initialization is not
241 s->start = s->stream.next_in - s->inbuf;
490 Bytef *start = (Bytef*)buf; /* starting point for crc computation */ local
508 start++;
563 s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
564 start
[all...]
/ast/src/lib/libast/misc/
H A Dmagic.c70 int start; /* start here */ member in struct:__anon284
812 off = ep->value.loop->start;
2127 ep->value.loop->start = strton(p, &t, NiL, 0);
2466 sfprintf(sp, "loop(%d,%d,%d,%d)", ep->value.loop->start, ep->value.loop->size, ep->value.loop->count, ep->value.loop->offset);
/ast/src/lib/libast/regex/
H A Dregcomp.c1182 unsigned char* start; local
1203 start = first + MBSIZE(first);
1315 if (env->cursor == start && (c = *(env->cursor + 1)))
1317 s = start = env->cursor + 1;
1321 if ((i = (s - start)) == 1)
1570 if (env->cursor == start && (c = *(env->cursor + 1)) && *(env->cursor + 2) == ':' && *(env->cursor + 3) == ']' && *(env->cursor + 4) == ']')
/ast/src/cmd/ksh93/sh/
H A Dpath.c556 register const char *start = name; local
559 start = name;
560 return ((char*)start);
1380 * begin an accounting record by recording start time
/ast/src/cmd/nmake/
H A Dparse.c554 int start; local
637 error(lead > 0 ? 2 : 1, "EOF in %c...%c quote starting at line %d", q, q, start);
718 start = error_info.line;
729 start = ++error_info.line;
735 error(2, "EOF in /*...*/ comment starting at line %d", start);
749 if (error_info.line > start)
750 error(2, "/* in /*...*/ comment starting at line %d", start);
/ast/src/cmd/codexlib/lzh/
H A Dlzh.c153 ui2 start[17]; /* first code of bitlen */ local
186 start[i] = total;
201 start[i] >>= m;
207 j = start[tablebits + 1] >> m;
220 i = start[k];
261 start[k] = l;
264 ui2 count[17], weight[17], start[18], *p;
270 start[1] = 0;
272 start[i + 1] = start[
421 reconst(State_t* state, int start, int end) argument
[all...]
/ast/src/cmd/coshell/
H A Dservice.h44 unsigned long start; /* start time */ \
73 unsigned long start; /* connect start time */ \
183 #define WARP (-3) /* exit before start message */
335 unsigned long start; member in struct:__anon66
/ast/src/lib/libtksh/src/
H A DtclIO.c599 int result; char *p, *start = buf; local
617 for (p = transBuf; ((buf-start) < size) &&
638 result = (result <= 0) ? result : (buf-start);
658 char *p, *q, *buf = (char *) vbuf, *start = buf; local
679 for (p = start; (p-start) < result; p++) {
720 result = (p-start-crgot);
730 for (buf = start; (buf-start) < result; buf++)
734 return (buf-start);
[all...]

Completed in 86 milliseconds

12