Lines Matching refs:short2str
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()
379 stderror(ERR_COMPCOM, short2str(act)); in tw_result()
393 stderror(ERR_COMPCOM, short2str(act)); in tw_result()
437 stderror(ERR_COMPMIS, (int)sep, msg, short2str(str)); in tw_dollar()
496 xprintf("'%s' ", short2str(wl[i])); 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()
584 xprintf("pattern: %s\n", short2str(ran)); in tw_complete()
585 xprintf("completion: %s\n", short2str(com)); in tw_complete()
604 xprintf("p: tw_pos(%s, %lu) = ", short2str(ran), in tw_complete()