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

  /src/external/bsd/tre/dist/lib/
tre-parse.c 57 } tre_macros[] = variable in typeref:struct:tre_macro_struct
68 is no match in `tre_macros'. */
79 for (i = 0; tre_macros[i].expansion; i++)
81 if (tre_macros[i].c == *regex)
85 tre_macros[i].c, tre_macros[i].expansion));
86 for (j = 0; tre_macros[i].expansion[j] && j < buf_len; j++)
87 buf[j] = tre_macros[i].expansion[j];

Completed in 45 milliseconds