HomeSort by: relevance | last modified time | path
    Searched defs:tabspecs (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/tabs/
tabs.c 58 static const struct tabspec tabspecs[] = { variable in typeref:typename:const struct tabspec[]
69 static const size_t ntabspecs = sizeof(tabspecs) / sizeof(tabspecs[0]);
137 if (arg[0] == tabspecs[j].opt[0] &&
138 arg[1] == tabspecs[j].opt[1]) {
139 spec = tabspecs[j].spec;

Completed in 11 milliseconds