Lines Matching refs:workspace
340 workspace vector of workspace
405 int *workspace,
452 active_states = (stateblock *)(workspace + 2);
546 new_count = workspace[1];
547 if (!workspace[0])
569 workspace[0] = 0; /* Bit indicating which vector is current */
595 workspace[0] ^= 1; /* Remember for the restarting feature */
596 workspace[1] = active_count;
2676 local_workspace, /* workspace vector */
2774 local_workspace, /* workspace vector */
2824 local_workspace, /* workspace vector */
2901 local_workspace, /* workspace vector */
2973 local_workspace, /* workspace vector */
3100 workspace[1]) it means that (*F) was found on every active state. In this
3110 forced_fail != workspace[1] && /* Not all forced fail & */
3165 workspace workspace vector
3178 int offsetcount, int *workspace, int wscount)
3183 int offsetcount, int *workspace, int wscount)
3188 int offsetcount, int *workspace, int wscount)
3211 if (re == NULL || subject == NULL || workspace == NULL ||
3229 of the workspace. */
3233 if ((workspace[0] & (-2)) != 0 || workspace[1] < 1 ||
3234 workspace[1] > (wscount - 2)/INTS_PER_STATEBLOCK)
3622 workspace, /* workspace vector */