HomeSort by relevance Sort by last modified time
    Searched refs:ksh_tolower (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
shf.c 877 c = ksh_tolower(c);
var.c 685 *q = ksh_tolower(*q);
    [all...]
edit.c     [all...]
sh.h 304 #define ksh_tolower(c) (((c) >= 'A') && ((c) <= 'Z') ? (c) - 'A' + 'a' : (c)) macro
    [all...]

Completed in 149 milliseconds