Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h35 typedef struct _shlex_ struct
37 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 …]