HomeSort by relevance Sort by last modified time
    Searched refs:EL_MAXMACRO (Results 1 - 3 of 3) sorted by null

  /external/libedit/src/
chared.h 48 #define EL_MAXMACRO 10
read.c 224 if (str != NULL && ma->level + 1 < EL_MAXMACRO) {
chared.c 448 ma->macro = el_malloc(EL_MAXMACRO * sizeof(*ma->macro));

Completed in 51 milliseconds