Searched refs:fmtx (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Dcompletion.c38 static char *fmtx(const char *string) function
382 size += strlen(cp=fmtx(*com++));
409 out = strcopy(begin,fmtx(*com));
439 if((cp=fmtx(begin))!=begin)
447 else if((cp=fmtx(begin))!=begin)
461 out = strcopy(out,fmtx(*com++));

Completed in 10 milliseconds