Searched defs:sh_pipeline (Results  1 – 3 of 3) sorted by relevance
| /external/toybox/android/linux/generated/ | 
| D | globals.h | 951     struct sh_pipeline {  // pipeline segments: linked list of arg w/metadata  struct952       struct sh_pipeline *next, *prev, *end;
 953       int count, here, type, lineno;
 954       struct sh_arg {
 957       } arg[1];
 
 | 
| /external/toybox/android/device/generated/ | 
| D | globals.h | 951     struct sh_pipeline {  // pipeline segments: linked list of arg w/metadata  struct952       struct sh_pipeline *next, *prev, *end;
 953       int count, here, type, lineno;
 954       struct sh_arg {
 957       } arg[1];
 
 | 
| /external/toybox/android/mac/generated/ | 
| D | globals.h | 951     struct sh_pipeline {  // pipeline segments: linked list of arg w/metadata  struct952       struct sh_pipeline *next, *prev, *end;
 953       int count, here, type, lineno;
 954       struct sh_arg {
 957       } arg[1];
 
 |