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);
edit.c     [all...]
sh.h 993 #define ksh_tolower(c) (ksh_isupper(c) ? (c) - 'A' + 'a' : (c)) macro
    [all...]
var.c 700 *q = ksh_tolower(*q);
    [all...]

Completed in 92 milliseconds