Searched defs:_shlex_ (Results 1 – 1 of 1) sorted by relevance
35 typedef struct _shlex_ struct37 Shell_t *sh; /* pointer to the interpreter */38 struct argnod *arg; /* current word */39 struct ionod *heredoc; /* pending here document list */40 int token; /* current token number */41 int lastline; /* last line number */42 int lasttok; /* previous token number */43 int digits; /* numerical value with word token */44 int nonstandard; /* nonstandard construct in profile */45 char aliasok; /* on when alias is legal */[all …]