OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 17:09:57 GMT 2025