Home
last modified time | relevance | path

Searched defs:_shlex_ (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h35 typedef struct _shlex_ struct
38 struct argnod *arg; /* current word */
40 int token; /* current token number */
41 int lastline; /* last line number */
42 int lasttok; /* previous token number */
45 char aliasok; /* on when alias is legal */
47 char inexec; /* on when processing exec */
55 Sfio_t *kiafile; /* kia output file */
56 Sfio_t *kiatmp; /* kia reference file */
61 off_t kiabegin; /* offset of first entry */
[all …]