Home
last modified time | relevance | path

Searched refs:local_cmap (Results 1 – 2 of 2) sorted by relevance

/dports/games/flying/flying-6.20/
H A Dxgraph.C22 Colormap local_cmap; // flag, if the colormap had to be created local variable
/dports/shells/bash/bash-5.1/
H A Dsubst.c2944 #define islocalsep(c) (local_cmap[(unsigned char)(c)] != 0)
2953 unsigned char local_cmap[UCHAR_MAX+1]; /* really only need single-byte chars here */ local
2963 memset (local_cmap, '\0', sizeof (local_cmap));
2968 local_cmap[(unsigned char)*s] = 1; /* local charmap of separators */