Searched refs:permmap (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dmodei.c51 if (x & permmap[c + 1])
52 i |= permmap[c];
H A Dmodelib.h41 #define permmap _mode_permmap_ /* data hiding */ macro
53 extern int permmap[];
H A Dmodedata.c55 int permmap[PERMLEN] = variable
H A Dmodex.c52 if (i & permmap[c++])
53 x |= permmap[c];

Completed in 119 milliseconds