Home
last modified time | relevance | path

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

/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h35 typedef struct _shlex_ struct
37 sh_shlex_ global() argument
38 arg_shlex_ global() argument
39 heredoc_shlex_ global() argument
40 token_shlex_ global() argument
41 lastline_shlex_ global() argument
42 lasttok_shlex_ global() argument
43 digits_shlex_ global() argument
44 nonstandard_shlex_ global() argument
45 aliasok_shlex_ global() argument
46 assignok_shlex_ global() argument
47 inexec_shlex_ global() argument
48 intypeset_shlex_ global() argument
49 comp_assign_shlex_ global() argument
50 comsub_shlex_ global() argument
51 noreserv_shlex_ global() argument
52 inlineno_shlex_ global() argument
53 firstline_shlex_ global() argument
55 kiafile_shlex_ global() argument
56 kiatmp_shlex_ global() argument
57 script_shlex_ global() argument
58 fscript_shlex_ global() argument
59 current_shlex_ global() argument
60 unknown_shlex_ global() argument
61 kiabegin_shlex_ global() argument
62 scriptname_shlex_ global() argument
63 entity_tree_shlex_ global() argument
/titanic_51/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 …]