Home | History | Annotate | Download | only in ksh

Lines Matching defs:CHAR

10 #define	NOWORD	((char *)NULL)
11 #define NOWORDS ((char **)NULL)
22 char **args; /* arguments to a command */
23 char **vars; /* variable assignments */
26 char *str; /* word for case; identifier for for,
63 #define CHAR 1 /* unquoted character */
81 char *name; /* file name (unused if heredoc) */
82 char *delim; /* delimiter for <<,<<- */
83 char *heredoc;/* content of heredoc */
121 #define DOTILDE BIT(3) /* normal ~ expansion (first char) */