Searched refs:HIT (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/builtin/
H A Dwhat.c63 #define HIT SSIZE_MAX macro
98 if (index < HIT)
124 case HIT:
152 index -= HIT;
244 state.skip[')'] = state.skip[':'] = HIT;
/ast/src/cmd/html/
H A Dhtmlrefs.c154 #define HIT (-1) macro
569 else if (r == HIT)
578 if (r == HIT)
644 else if (r == HIT)
649 if (r == HIT)
654 if (r == HIT)
661 if (r == HIT)
675 if (r == HIT)
682 if (r == HIT)
689 if (r == HIT)
[all...]
/ast/src/lib/libast/regex/
H A Dregrexec.c76 if (index < HIT)
78 index -= HIT;
H A Dreglib.h173 #define HIT SSIZE_MAX macro
H A Dregcomp.c2955 z = HIT;
2958 if (z == HIT || !a->re.bm.skip[c] || a->re.bm.skip[c] > z && a->re.bm.skip[c] < HIT)
2969 if (z == HIT || !a->re.bm.skip[c] || a->re.bm.skip[c] > z && a->re.bm.skip[c] < HIT)
3080 a->re.bm.skip[0] = a->re.bm.skip[env->mappednewline] = (y->next && y->next->type == REX_END) ? HIT : (n + a->re.bm.left);
3134 if (a->re.bm.skip[i] >= HIT)
H A Dregnexec.c1919 if (index < HIT)
1921 DEBUG_TEST(0x0080,(sfprintf(sfstdout, "AHA#%04d REG_NOMATCH %d %d\n", __LINE__, index, HIT)),(0));
1924 index -= HIT;
/ast/src/cmd/mailx/
H A Dcmd2.c491 *((int*)context) |= HIT;
516 if (!(flags & HIT))
H A Dmailx.h536 #define HIT (1<<0) /* Global table flag */ macro
/ast/src/cmd/re/
H A Ded.c93 #define HIT(n) (ed.match[n].rm_eo!=-1) macro

Completed in 33 milliseconds