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

  /system/core/sh/
syntax.h 75 #define is_in_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' || isalnum((unsigned char)(c)))) macro
eval.c 720 } while (is_in_name(*p));
739 while (is_in_name(*p));
parser.c 1297 } while (is_in_name(c));
    [all...]
var.c 236 if (! is_in_name(*p)) {

Completed in 170 milliseconds