Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c38 static char *fmtx(const char *string) in fmtx() function
382 size += strlen(cp=fmtx(*com++)); in ed_expand()
409 out = strcopy(begin,fmtx(*com)); in ed_expand()
439 if((cp=fmtx(begin))!=begin) in ed_expand()
447 else if((cp=fmtx(begin))!=begin) in ed_expand()
461 out = strcopy(out,fmtx(*com++)); in ed_expand()
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c2130 char *fmtx; in process_fields() local
2135 fmtx = fmt; in process_fields()
2137 fldn = get_field(&fmtx); in process_fields()
2175 char *fmtx; in process_sort_fields() local
2180 fmtx = fmt; in process_sort_fields()
2182 fldn = get_field(&fmtx); in process_sort_fields()