Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c123 static void repetab(char *scan, int tabvect[NTABS]);
284 repetab("8", tabvect); in main()
316 repetab(scan, tabvect); in scantab()
331 repetab(char *scan, int tabvect[NTABS]) in repetab() function