Searched defs:END (Results 1 - 13 of 13) sorted by relevance
/ast/src/cmd/pack/ |
H A D | huffgethdr.c | 31 #define END (1<<CHAR_BIT) macro 68 for(i=0; i <= END; i++) 74 if((hp->nchars += j) >=END)
|
H A D | huffinit.c | 31 #define END (1<<CHAR_BIT) macro 40 static long count[END+1]; 51 int parent[2*END+1]; 52 Heap_t heap[END+2]; 58 for (i=0; i<END; i++) 78 for (i=0; i<END; i++) 80 count[END] = 1; 82 for (i=END; i>=0; i--) 95 lastnode = END; 113 for (i=0; i<=END; [all...] |
H A D | huffencode.c | 30 #define END (1<<CHAR_BIT) macro 34 static int bits[END+1]; 72 for (c=0; c<=END; c++) 93 c = END; 112 while (c != END);
|
H A D | huffdecode.c | 31 #define END (1<<CHAR_BIT) macro 50 static char characters[END];
|
/ast/src/lib/libast/string/ |
H A D | strtoip6.c | 42 #define END 18 macro 59 lex[c] = END; 89 case END: 130 case END: 175 c = END + 1; 203 return c == END ? 0 : -1;
|
/ast/src/lib/libpp/ |
H A D | ppfsm.c | 81 #define END 0 macro 547 { OP, { 0 }, END, }
|
/ast/src/cmd/ksh93/sh/ |
H A D | deparse.c | 37 #define END 2 macro 148 p_keyword("fi",END); 191 p_keyword("}",END); 235 p_keyword("]]",END); 243 p_keyword(")",END); 276 p_keyword("done",END); 291 p_keyword("esac",END); 317 p_keyword("}",END); 327 p_keyword(")",END); 349 p_keyword("]]",END); [all...] |
/ast/src/lib/libjcl/ |
H A D | parse.c | 50 static char END[] = "\\\\"; variable 533 if (jcl->last == END) 535 s = END; 542 s = END; 924 if (jcl->last != END) 925 while ((tok = lex(jcl)) && tok != END); 1074 else if (tok == END) 1519 xel(jcl, END); 1911 if (s == END)
|
/ast/src/lib/libtksh/tcl/ |
H A D | regexp.c | 99 #define END 0 /* no End of program. */ macro 284 if (OP(regnext(scan)) == END) { /* Only one top-level choice. */ 373 ender = regnode((paren) ? CLOSE+parno : END,rcstate); 1043 case END: 1059 * We get here only if there's trouble -- normally "case END" is 1147 register char op = EXACTLY; /* Arbitrary non-END op. */ 1152 while (op != END) { /* While that wasn't END last time... */ 1222 case END: 1223 p = "END"; [all...] |
H A D | tclExpr.c | 101 #define END 4 macro 165 "VALUE", "(", ")", ",", "END", "UNKNOWN", "6", "7", 460 infoPtr->token = END; 861 if ((operator == END) || (operator == CLOSE_PAREN) 964 && (infoPtr->token != END) && (infoPtr->token != COMMA) 1412 if (info.token != END) {
|
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 49 #undef END macro 107 #define END(b) (*((b)->nxt>=(b)->end?((b)->nxt=(b)->end-1):(b)->nxt)=0,(b)->nxt-(b)->buf) macro 733 return END(&buf); 1302 return END(&buf);
|
/ast/src/cmd/re/ |
H A D | ed.c | 92 #define END(n) (ed.line+ed.match[n].rm_eo) macro
|
/ast/src/cmd/html/ |
H A D | troff2html.c | 142 #define END(x) ((x)|OP_END) macro 1749 code_1(END(OP_dl)); 2559 code_1(state.it.right ? END(OP_p) : END(OP_center)); 2572 code_1(END(OP_p)); 2574 code_1(END(OP_center)); 2737 code_1(ne->nf ? OP_pre : END(OP_pre)); 2761 code_1(END(OP_pre)); 3262 code_1(END(OP_head)); 3289 code_1(END(OP_ta 5514 case END(OP_pre): function [all...] |
Completed in 54 milliseconds