Lines Matching refs:xprintf
73 xprintf("tw_find(%s) \n", short2str(strip(p))); in docomplete()
117 xprintf("%s\t", short2str(p->v_name)); in tw_prlist()
252 xprintf("G%smatch(%s, ", exact ? "" : "n", short2str(str)); in tw_match()
253 xprintf("%s, ", short2str(pat)); in tw_match()
254 xprintf("%s) = %d [%" TCSH_PTRDIFF_T_FMT "d]\n", short2str(estr), rv, in tw_match()
496 xprintf("'%s' ", short2str(wl[i])); in tw_complete()
497 xprintf("\n"); in tw_complete()
510 xprintf("\r\n"); in tw_complete()
511 xprintf(" w#: %lu\n", (unsigned long)wordno); in tw_complete()
512 xprintf("line: %s\n", short2str(line)); in tw_complete()
513 xprintf(" cmd: %s\n", short2str(wl[0])); in tw_complete()
514 xprintf("word: %s\n", short2str(*word)); in tw_complete()
515 xprintf("last: %s\n", wordno >= 2 ? short2str(wl[wordno-2]) : "n/a"); in tw_complete()
516 xprintf("this: %s\n", wordno >= 1 ? short2str(wl[wordno-1]) : "n/a"); in tw_complete()
531 xprintf("match %s\n", short2str(ptr)); in tw_complete()
583 xprintf("command: %c\nseparator: %c\n", cmd, (int)sep); in tw_complete()
584 xprintf("pattern: %s\n", short2str(ran)); in tw_complete()
585 xprintf("completion: %s\n", short2str(com)); in tw_complete()
586 xprintf("suffix: "); in tw_complete()
589 xprintf("*auto suffix*\n"); in tw_complete()
592 xprintf("*no suffix*\n"); in tw_complete()
595 xprintf("%c\n", (int)*suf); in tw_complete()
604 xprintf("p: tw_pos(%s, %lu) = ", short2str(ran), in tw_complete()
606 xprintf("%d\n", tw_pos(ran, wordno - 1)); in tw_complete()
621 xprintf("%c: ", cmd); in tw_complete()