HomeSort by: relevance | last modified time | path
    Searched defs:code_min (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tre/dist/lib/
tre-compile.h 15 int code_min; member in struct:__anon5877
tre-ast.c 36 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position)
45 lit->code_min = code_min;
137 int code_min, code_max, pos; local
147 code_min = lit->code_min;
183 "%d tags\n", code_min, code_max, code_min, code_max, pos,
tre-ast.h 32 #define IS_SPECIAL(x) ((x)->code_min < 0)
33 #define IS_EMPTY(x) ((x)->code_min == EMPTY)
34 #define IS_ASSERTION(x) ((x)->code_min == ASSERTION)
35 #define IS_TAG(x) ((x)->code_min == TAG)
36 #define IS_BACKREF(x) ((x)->code_min == BACKREF)
37 #define IS_PARAMETER(x) ((x)->code_min == PARAMETER)
58 int code_min; member in struct:__anon5867
104 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position);
tre-internal.h 152 tre_cint_t code_min; member in struct:tnfa_transition
  /src/sys/dev/hpc/
fontconv.c 40 long code_min = 0x10000; local
80 if (code < code_min) {
81 code_min = code;
93 fprintf(ofp, " 0x%02x,\t\t\t/* firstchar */\n", code_min);
94 fprintf(ofp, " %d,\t\t\t/* numchars */\n", code_max - code_min + 1);
112 long code_min = 0x10000; local
153 if (code < code_min) {
154 code_min = code;
167 for (code = code_min; code <= code_max; code++) {

Completed in 23 milliseconds