HomeSort by relevance Sort by last modified time
    Searched full:cstrchr (Results 1 - 8 of 8) sorted by null

  /external/mksh/src/
eval.c 349 sp = cstrchr(sp, '\0') + 1;
1076 if ((p = cstrchr(sp, '[')) && (p[1] == '*' || p[1] == '@') &&
1202 if ((p = cstrchr(sp, '[')) && (p[1] == '*' || p[1] == '@') &&
    [all...]
sh.h 482 #define cstrchr(s,c) ({ \ macro
496 #define vstrchr(s,c) (cstrchr((s), (c)) != NULL)
499 #define cstrchr(s,c) ((const char *)strchr((s), (c))) macro
    [all...]
funcs.c 1092 if ((val = cstrchr(alias, '='))) {
    [all...]
histrap.c 173 if (*wp && **wp && (p = cstrchr(*wp + 1, '='))) {
    [all...]
var.c 1401 if ((p = cstrchr(str, '[')) == 0)
    [all...]
exec.c 1231 if (!(p = cstrchr(sp, ':')))
    [all...]
misc.c 978 !(o = cstrchr(optionsp, c))) {
    [all...]
edit.c 775 if (!(p = cstrchr(sp, ':')))
    [all...]

Completed in 848 milliseconds