Searched defs:_mac_ (Results 1 – 1 of 1) sorted by relevance
66 typedef struct _mac_ struct68 Shell_t *shp; /* pointer to shell interpreter */69 Sfio_t *sp; /* stream pointer for here-document */70 struct argnod **arghead; /* address of head of argument list */71 char *ifsp; /* pointer to IFS value */72 int fields; /* number of fields */73 short quoted; /* set when word has quotes */74 unsigned char ifs; /* first char of IFS */75 char atmode; /* when processing $@ */76 char quote; /* set within double quoted contexts */[all …]