Searched defs:mode_data (Results 1 – 2 of 2) sorted by relevance
258 struct mode_data { struct259 struct mode_data *next; argument260 int operation;261 int mode;262 unsigned int mask;263 char X;
1199 struct mode_data *mode_data; in parse_octal_mode_args() local1247 struct mode_data *mode_data; in parse_sym_mode_arg() local1411 static int mode_execute(struct mode_data *mode_data, int st_mode) in mode_execute()