/usr/include/zsh/loop.epro is in zsh-dev 5.1.1-1ubuntu2.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | /* Generated automatically */
#ifndef have_Src_loop_globals
#define have_Src_loop_globals
extern int loops;
extern mod_import_variable int contflag;
extern mod_import_variable int breaks;
extern int execfor _((Estate state,int do_exec));
extern int execselect _((Estate state,UNUSED(int do_exec)));
extern size_t selectlist _((LinkList l,size_t start));
extern int execwhile _((Estate state,UNUSED(int do_exec)));
extern int execrepeat _((Estate state,UNUSED(int do_exec)));
extern int execif _((Estate state,int do_exec));
extern int execcase _((Estate state,int do_exec));
extern zlong try_errflag;
extern zlong try_interrupt;
extern zlong try_tryflag;
extern int exectry _((Estate state,int do_exec));
#endif /* !have_Src_loop_globals */
|