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

  /ndk/sources/host-tools/make-3.81/
misc.c 642 static enum { make, user } current_access;
680 current_access = make;
696 if (current_access == user)
755 current_access = user;
772 if (current_access == make)
803 current_access = make;
631 static enum { make, user } current_access; variable in typeref:enum:__anon19610

Completed in 65 milliseconds