Home | History | Annotate | Download | only in src

Lines Matching full:parsing

565  * parsing & execution environment
581 #define E_PARSE 1 /* parsing command # */
795 /* Argument parsing for built-in commands and getopts command */
822 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */
1444 #define CMDWORD BIT(8) /* parsing simple command (alias related) */
1445 #define HEREDELIM BIT(9) /* parsing <<,<<- delimiter */
1447 #define HEREDOC BIT(11) /* parsing a here document */