Lines Matching +full:two +full:- +full:word
1 /*-
2 * Copyright (c) 2012-2017 Dag-Erling Smørgrav
73 gotv = openpam_readlinev(tf->file, &lineno, &gotc); in orlv_expect()
75 err(1, "%s(): %s", __func__, tf->name); in orlv_expect()
90 t_printv("word %d: expected <<%s>>, " in orlv_expect()
114 * Commonly-used lines
133 "zero", "one", "two", "three", "four", "five", "six", "seven",
136 "twenty-one", "twenty-two", "twenty-three", "twenty-four",
137 "twenty-five", "twenty-six", "twenty-seven", "twenty-eight",
138 "twenty-nine", "thirty", "thirty-one", "thirty-two", "thirty-three",
139 "thirty-four", "thirty-five", "thirty-six", "thirty-seven",
140 "thirty-eight", "thirty-nine", "fourty", "fourty-one", "fourty-two",
141 "fourty-three", "fourty-four", "fourty-five", "fourty-six",
142 "fourty-seven", "fourty-eight", "fourty-nine", "fifty", "fifty-one",
143 "fifty-two", "fifty-three", "fifty-four", "fifty-five", "fifty-six",
144 "fifty-seven", "fifty-eight", "fifty-nine", "sixty", "sixty-one",
145 "sixty-two", "sixty-three",
249 T_FUNC(one_word, "one word")
262 T_FUNC(two_words, "two words")
278 const char **word; variable
282 for (word = numbers; *word; ++word)
283 t_fprintf(tf, " %s", *word);