Home
last modified time | relevance | path

Searched refs:shell_flags (Results 1 – 3 of 3) sorted by relevance

/third_party/mksh/
Dexec.c760 old_flags[type_flags] = shell_flags[type_flags]; in comexec()
779 shell_flags[type_flags] = old_flags[type_flags]; in comexec()
Dmain.c672 memcpy(baseline_flags, shell_flags, sizeof(shell_flags)); in main_init()
Dsh.h835 #define Flag(f) (shell_flags[(int)(f)])
916 EXTERN uint8_t shell_flags[FNFLAGS]; variable