Searched refs:nv_mapchar (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | name.h | 223 extern Namfun_t *nv_mapchar(Namval_t*, const char*);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 301 if((tdata.wctname = opt_info.arg) && !nv_mapchar((Namval_t*)0,tdata.wctname)) 737 cp = (char*)nv_mapchar(np,0); 738 if(fp=nv_mapchar(np,tp->wctname))
|
/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 514 if((cp = (char*)nv_mapchar(np,0)) && strcmp(cp,tp->sh_name+2))
|
H A D | init.c | 2092 nv_mapchar(np,(flag&NV_UTOL)?e_tolower:e_toupper); 2205 Namfun_t *nv_mapchar(Namval_t *np,const char *name) function
|
H A D | name.c | 2169 data = (void*)nv_mapchar(np,0); 2296 else if((sp->scanflags==NV_UTOL||sp->scanflags==NV_LTOU) && (cp=(char*)nv_mapchar(np,0)) && strcmp(cp,tp->mapname))
|
Completed in 32 milliseconds