Searched defs:serial (Results 1 - 19 of 19) sorted by relevance

/ast/src/lib/libast/misc/
H A Dconformance.c114 static uint32_t serial = ~(uint32_t)0; local
116 if (!(p = ids) || serial != ast.env_serial)
118 serial = ast.env_serial;
H A Dtranslate.c304 static uint32_t serial; local
365 if (serial != ast.env_serial)
367 serial = ast.env_serial;
/ast/src/lib/libast/regex/
H A Dregcache.c41 unsigned long serial; member in struct:Cache_s
50 unsigned long serial; member in struct:State_s
147 else if (!matchstate.cache[old] || matchstate.cache[old]->serial > matchstate.cache[i]->serial)
194 cp->serial = ++matchstate.serial;
H A Dregnexec.c138 short serial; /* preorder subpattern number */ member in struct:__anon304
289 pos->serial = rex->serial;
316 DEBUG_CODE(0x0080,{sfprintf(sfstdout, " %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (oe = os; oe < oend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n %-*.*snew ", (level + 3) * 4, (level + 3) * 4, "");for (oe = ns; oe < nend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n");},{0;});
321 n = os->serial;
322 if (ns->serial > n)
324 if (n > ns->serial)
336 if ((++oe)->serial == n)
346 if ((++ne)->serial
[all...]
H A Dreglib.h373 int serial; member in struct:Binary_s
498 short serial; /* subpattern number */ member in struct:Rex_s
/ast/src/lib/libcoshell/
H A Dcowait.c147 static unsigned long serial = 0; local
149 serial++;
167 errormsg(state.lib, 2, "coshell %d zombie wait %lu timeout=%d outstanding=<%d,%d> running=<%d,%d>", co->index, serial, timeout, co->outstanding, co->svc_outstanding, co->running, co->svc_running);
179 errormsg(state.lib, 2, "coshell %d zombie wait %lu timeout=%d outstanding=<%d,%d> running=<%d,%d> reap job %d", co->index, serial, timeout, co->outstanding, co->svc_outstanding, co->running, co->svc_running, cj->id);
225 errormsg(state.lib, 2, "coshell %d wait %lu.%d timeout=%d outstanding=<%d,%d> running=<%d,%d>", co->index, serial, loop, timeout, co->outstanding, co->svc_outstanding, co->running, co->svc_running);
263 errormsg(state.lib, 2, "coshell %d active wait %lu timeout=%d outstanding=<%d,%d> running=<%d,%d>", co->index, serial, timeout, co->outstanding, co->svc_outstanding, co->running, co->svc_running);
387 errormsg(state.lib, 2, "coshell %d active wait %lu timeout=%d outstanding=<%d,%d> running=<%d,%d> reap job %d", co->index, serial, timeout, co->outstanding, co->svc_outstanding, co->running, co->svc_running, cj->id);
/ast/src/lib/libast/tm/
H A Dtminit.c444 static uint32_t serial = ~(uint32_t)0; local
446 if (serial != ast.env_serial)
448 serial = ast.env_serial;
/ast/src/lib/libcodex/
H A Dcodexlib.h61 int serial; member in struct:Codexstate_s
H A Dcodex.c437 int serial; local
658 code->serial = serial = codexstate.serial;
671 return serial;
674 codexpop(sp, NiL, serial);
707 * >0 discipline serial number
716 int serial; local
721 serial = 0;
733 if (serial)
1001 codexpop(register Sfio_t* ip, register Sfio_t* op, int serial) argument
[all...]
H A Dcodex.h52 #define CODEX_SERIAL 0x20000000L /* serial number assigned */
81 int serial; /* codex() serial number */ member in struct:Codex_s
/ast/src/lib/libtk/generic/
H A DtkSelect.h30 int serial; /* Serial number of last XSelectionSetOwner member in struct:TkSelectionInfo
H A DtkGrab.c91 unsigned int serial; /* Serial number with which to compare. */ member in struct:__anon403
153 unsigned int serial));
360 unsigned int serial;
410 serial = NextRequest(dispPtr->display);
474 EatGrabEvents(dispPtr, serial);
526 unsigned int serial;
537 serial = NextRequest(dispPtr->display);
540 EatGrabEvents(dispPtr, serial);
599 unsigned int serial;
610 serial
358 unsigned int serial; local
523 unsigned int serial; local
595 unsigned int serial; local
644 unsigned int serial; local
[all...]
H A DtkOption.c44 * priority level and a serial #.
178 * The variable below is a serial number for all options entered into
185 static int serial = 0; variable
259 * overall level and the serial number (to disambiguate with the
268 newEl.priority = (priority << 24) + serial;
269 serial++;
H A DtkSend.c86 int serial; /* Serial number expected in member in struct:PendingCommand
129 * -r commWindow serial
133 * be identified with the serial number given by "serial" (in decimal).
156 * -s serial
159 * same as the "serial" field from the -s option in the command. This
191 * The following variable is the serial number that was used in the
1066 pending.serial = tkSendSerial;
1359 char *interpName, *script, *serial, *end;
1375 serial
1347 char *interpName, *script, *serial, *end; local
1500 int serial, code, gotSerial; local
[all...]
H A Dtk.h31 * final/patch. The release serial value is the number that follows the
392 unsigned long serial; /* # of last request processed by server */ member in struct:__anon376
408 unsigned long serial; /* # of last request processed by server */ member in struct:__anon377
/ast/src/lib/libast/astsa/
H A Dast.h59 unsigned int serial; member in struct:__anon244::__anon245
/ast/src/lib/libast/include/
H A Dast_std.h230 uint32_t serial; member in struct:__anon265::__anon266
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c321 unsigned long serial));
2000 printf(" send_event = %d, serial = %ld\n", configEventPtr->send_event,
2001 configEventPtr->serial);
2425 unsigned long serial;
2519 serial = NextRequest(winPtr->display);
2547 WaitForConfigureNotify(winPtr, serial);
2689 * arrives with serial number at least as great as serial. This
2715 WaitForConfigureNotify(winPtr, serial)
2718 unsigned long serial; /* Seria
2411 unsigned long serial; local
3641 unsigned long serial; local
[all...]
/ast/src/cmd/dsslib/flat/
H A Dflat.c148 unsigned int serial; /* read serial number */ member in struct:Member_s
149 unsigned int keyed; /* keyed serial number */
169 size_t serial; /* record serial */ member in struct:Record_s
170 size_t copy; /* record copy serial */
309 if (w->serial != r->serial)
311 w->serial = r->serial;
[all...]

Completed in 597 milliseconds