Home
last modified time | relevance | path

Searched refs:reserved_combo (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c3928 struct reserved_combo { struct
3958 static const struct reserved_combo* match_reserved_word(o_string *word) in match_reserved_word()
3965 static const struct reserved_combo reserved_list[] ALIGN4 = { in match_reserved_word()
3987 const struct reserved_combo *r; in match_reserved_word()
3997 static const struct reserved_combo* reserved_word(struct parse_context *ctx) in reserved_word()
4000 static const struct reserved_combo reserved_match = { in reserved_word()
4004 const struct reserved_combo *r; in reserved_word()
4173 const struct reserved_combo *reserved; in done_word()