Searched refs:LABEL (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libodelta/
H A Dsuftree.c68 if(LENGTH(np) > 0 && *LABEL(np) == c)
143 LABEL(root) = 0;
163 rescan = LABEL(locus);
197 /* rescan contains LABEL(match) */
204 /* rescan is a proper prefix of LABEL(match) */
215 LABEL(list) = rescan;
223 LABEL(match) += relen;
249 mp = LABEL(match);
272 LABEL(list) = LABEL(matc
[all...]
H A Dsuftree.h44 #define LABEL(n) ((n)->_label) macro
/ast/src/lib/libexpr/
H A DOexparse.h57 #define LABEL 282 macro
H A Dextoken.c101 case LABEL:
102 s = " LABEL ";
657 return LABEL;
H A Dexparse.y76 %token LABEL
132 %type <id> ID LABEL NAME
180 action : LABEL ':' {
H A DOexparse.c98 #define LABEL 282 macro
625 "ELSE","EXIT","FOR","FUNCTION","ITERATE","ID","IF","LABEL","MEMBER","NAME",
637 "action : LABEL ':' $$1 statement_list",
/ast/src/cmd/INIT/
H A Dregress.sh410 then LABEL=$TEST#$COUNT
412 LABEL=$TEST:$ITEM
443 then print -nu2 "$LABEL"
458 then print -nu2 "$LABEL"
463 then print -nu2 "$LABEL"
470 then print -nu2 "$LABEL"
476 then print -nu2 "$LABEL"
486 then print -nu2 "$LABEL"
494 then print -nu2 "$LABEL"
502 then print -nu2 "$LABEL"
[all...]
/ast/src/cmd/html/
H A Dbb2tok.c52 #define LABEL 6 macro
71 "genmed", "label", LABEL, 0,
91 if (*state->lex == LABEL && (streq(text, ":") || streq(text, "Code") || streq(text, "wrote")))
H A Dtroff2html.c143 #define LABEL(x) ((x)|OP_LABEL) macro
1804 code_1((state.list - state.list_stack) <= 1 ? LABEL(OP_dt) : OP_dt);
3596 code_n(LABEL(OP_link), use(state.tmp));
4067 code_n(m == '+' ? OP_link : LABEL(OP_link), use(state.tmp));
4159 state.link = c == '*' ? OP_link : LABEL(OP_link);
5190 case LABEL(OP_dd):
5258 case LABEL(OP_dt):
5294 *(v - 1) = LABEL(OP_dd);
5680 case LABEL(OP_link):
/ast/src/cmd/coshell/
H A Dcommand.c592 sfprintf(state.string, "JOB USR RID PID TIME HOST LABEL\n");
797 sfprintf(state.string, "CON PID JOBS TOTAL TTY LABEL\n");

Completed in 38 milliseconds