Searched defs:mapped (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libjcl/
H A Dpath.c62 int mapped; member in struct:State_s
326 * add s to the mapped suffix dictionary
490 state.mapped |= (1<<k);
611 * return the length of the mapped suffix in path
612 * 0 returned if path has no mapped suffix
643 if (*name != '/' && (*name != '.' || *(name + 1) != '/') && state.mapped && (m = match(name)))

Completed in 12 milliseconds