HomeSort by: relevance | last modified time | path
    Searched refs:ANCHOR (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libedit/
el.h 47 #define ANCHOR
search.c 230 #ifdef ANCHOR
378 #ifdef ANCHOR
463 #ifdef ANCHOR
488 #ifdef ANCHOR
507 #ifdef ANCHOR
539 #ifdef ANCHOR
  /src/external/gpl2/texinfo/dist/makeinfo/
xml.h 93 ANCHOR,
node.c 99 { /* This reference is to an anchor. */
521 add_anchor_name (otem, -1); /* old anchor name conversion */
917 anchor, we complain and nuke that anchor's file. */
926 line_error (_("Anchor `%s' and node `%s' map to the same file name"),
929 _("This @anchor command ignored; references to it will not work"));
931 _("Rename this anchor or use the `--no-split' option"));
932 /* Nuke the file name recorded in anchor's tag.
935 anchor anymore. */
978 { /* cross refs need a name="#anchor" even if not writing headers */
1103 char *anchor; local
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
regcomp.c 1037 case ANCHOR:
1397 case ANCHOR:
1463 if (dfa->nodes[org_node].type == ANCHOR)
1560 if (dfa->nodes[org_idx].type == ANCHOR)
1657 constraint = ((dfa->nodes[node].type == ANCHOR)
1798 token->type = ANCHOR;
1805 token->type = ANCHOR;
1812 token->type = ANCHOR;
1819 token->type = ANCHOR;
1842 token->type = ANCHOR;
    [all...]
regex_internal.h 246 ANCHOR = EPSILON_BIT | 4,
333 re_context_type ctx_type; /* for ANCHOR */
regex_internal.c 1557 else if (type == ANCHOR || node->constraint)
1613 else if (type == ANCHOR)
  /src/dist/pf/sbin/pfctl/
parse.y 415 %token REASSEMBLE FRAGDROP FRAGCROP ANCHOR NATANCHOR RDRANCHOR BINATANCHOR
590 if (!pf->anchor->name[0]) {
671 /* steping into a brace anchor */
681 pf->astack[pf->asd] = rs->anchor;
682 pf->anchor = rs->anchor;
685 pf->alast = pf->anchor;
687 pf->anchor = pf->astack[pf->asd];
692 anchorrule : ANCHOR anchorname dir quick interface af proto fromto
705 yyerror("anchor names beginning with '_'
    [all...]

Completed in 23 milliseconds