Searched refs:e_toupper (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/data/
H A Dmsg.c182 const char e_toupper[] = "toupper"; variable
/ast/src/cmd/ksh93/include/
H A Dname.h268 extern const char e_toupper[];
/ast/src/cmd/ksh93/sh/
H A Dinit.c67 else if(strcmp(name,e_toupper)==0)
2092 nv_mapchar(np,(flag&NV_UTOL)?e_tolower:e_toupper);
2218 if((low=strcmp(name,e_tolower)) && strcmp(name,e_toupper))
2234 mp->name = e_toupper;
H A Dname.c2170 if(strcmp(data,e_tolower) && strcmp(data,e_toupper))
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c346 tdata.wctname = e_toupper;

Completed in 55 milliseconds