Searched refs:labels (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/re/
H A Dsed1.c183 /* the labels array consists of int values followed by strings.
188 integer offset of that label in the labels array, or -1 if
192 by the value from the labels array. */
194 Text labels; variable
197 lablook(unsigned char *l, Text *labels) argument
201 assure(labels, 1);
202 for(p = labels->s; p < labels->w; ) {
210 m = (p - labels->s);
211 assure(labels, sizeo
[all...]
/ast/src/cmd/dsslib/ip_t/
H A Dbgp.h184 #define BGPLABELS(r) ((Bgpasn_t*)((r)->data+(r)->labels.offset))
271 Bgpvec_t labels; /* NLRI labels */ member in struct:Bgproute_s
/ast/src/cmd/html/
H A Dmm2html.sh76 [+\aname\a\b-temp.html?Temporary frame goto labels.]
140 integer labels=0 mark=4 reference=1 ident=0 ce=0 nf=0 augment=0 tbl_ns=0 tbl_no=1 tbl_fd=1
184 labels=0
221 [[ ${set[html.labels]} ]] || html.labels=0
724 0) labels=-1 ;;
725 *) labels=0 ;;
752 label) if (( labels >= 0 ))
756 label[labels++]=$txt
795 ident|labels|log
[all...]
H A Dmm2twiki.sh63 integer labels=0 reference=1 ce=0 nf=0 augment=0 tbl_ns=0 tbl_no=1 tbl_fd=1
546 label) if (( labels >= 0 ))
548 label[labels++]=$txt
H A Dmm2bb.sh64 integer labels=0 reference=1 ce=0 nf=0 augment=0 tbl_ns=0 tbl_no=1 tbl_fd=1
556 label) if (( labels >= 0 ))
558 label[labels++]=$txt
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c175 List_t labels; /* labelled re list */ member in struct:State_s
271 if (state->labels.tail)
272 state->labels.tail = state->labels.tail->next = x;
274 state->labels.head = state->labels.tail = x;
404 state->labels.head = state->labels.tail = state->hit;
630 x = state->labels.head;
947 x = state.labels
[all...]
/ast/src/cmd/dsslib/bgp/
H A Dbgp.c90 CXV("labels", "labels_t", BGP_labels, "NLRI label list; LHS is label, RHS is COS and end of stack bit.")
132 CXD("labels_len", "number", BGP_labels_len, "DEPRECATED -- use sizeof(labels). NLRI label list length.")
324 r->value.buffer.data = rp->data + rp->labels.offset;
325 r->value.buffer.size = rp->labels.size * sizeof(Bgpnum_t);
498 r->value.number = rp->labels.size / 2;
H A Dbgp-mrt.c618 BGPALLOC(rp, state->size, Bgpnum_t, np, m, &rp->labels, "nlri label list", disc);
625 if (q < (rp->labels.size - 1))
632 sfprintf(sfstderr, " nlri %c %s/%s label %u labels %d\n", rp->type, symbol(GROUP_AFI, rp->afi), symbol(GROUP_SAFI, rp->safi), rp->label, rp->labels.size / 2);

Completed in 990 milliseconds