Lines Matching refs:CGETS
241 xprintf(CGETS(30, 1, "starting_a_command %d\n"), looking); in tenematch()
262 xprintf(CGETS(30, 2, "complete %d "), looking); in tenematch()
268 xprintf(CGETS(30, 3, "complete %d %S\n"), looking, pat); in tenematch()
485 xprintf(CGETS(30, 4, "%s: Internal match error.\n"), progname); in tenematch()
1453 name = CGETS(30, 5, "items"); in tw_list_items()
1457 name = CGETS(30, 6, "rows"); in tw_list_items()
1463 xprintf(CGETS(30, 7, "There are %d %s, list them anyway? [n/y] "), in tw_list_items()
1474 if (strchr(CGETS(30, 13, "Yy"), tc) == NULL) in tw_list_items()
1621 xprintf(CGETS(30, 8, "looking = %d\n"), looking); in t_search()
1766 xprintf(CGETS(30, 9, in t_search()
1961 (errno == ENOTDIR ? CGETS(30, 10, "not a directory") : in expand_dir()
1962 (errno == ENOENT ? CGETS(30, 11, "not found") : in expand_dir()
1963 CGETS(30, 12, "unreadable")))); in expand_dir()