Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dedit.c1009 static int x_fold_case(int);
3273 return (x_fold_case('U')); in x_fold_upper()
3280 return (x_fold_case('L')); in x_fold_lower()
3287 return (x_fold_case('C')); in x_fold_capitalise()
3292 * x_fold_case - convert word to UPPER/lower/Capital case
3302 x_fold_case(int c) in x_fold_case() function

Completed in 7 milliseconds