OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ksh_toupper
(Results
1 - 5
of
5
) sorted by null
/external/mksh/src/
histrap.c
1011
while ((*s =
ksh_toupper
(*s)))
1100
while ((*s =
ksh_toupper
(*s)))
[
all
...]
main.c
169
while ((*cp =
ksh_toupper
(*cp)))
[
all
...]
var.c
663
*q =
ksh_toupper
(*q);
[
all
...]
edit.c
[
all
...]
sh.h
305
#define
ksh_toupper
(c) (((c) >= 'a') && ((c) <= 'z') ? (c) - 'a' + 'A' : (c))
macro
[
all
...]
Completed in 42 milliseconds