Searched defs:_mac_ (Results 1 – 1 of 1) sorted by relevance
57 typedef struct _mac_ struct59 Shell_t *shp; /* pointer to shell interpreter */60 Sfio_t *sp; /* stream pointer for here-document */61 struct argnod **arghead; /* address of head of argument list */62 char *ifsp; /* pointer to IFS value */63 int fields; /* number of fields */64 short quoted; /* set when word has quotes */65 unsigned char ifs; /* first char of IFS */66 char quote; /* set within double quoted contexts */67 char lit; /* set within single quotes */[all …]