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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vars.h90 #define vi_NOPTS 45 macro
102 #define vi_NOPTS 44 macro
H A Dex_data.c88 struct option options[vi_NOPTS + 1] = {
H A Dex_set.c261 for (op = options; op < &options[vi_NOPTS]; op++)
396 int incr = (vi_NOPTS + 2) / 3;
404 if (&op[2*incr] < &options[vi_NOPTS]) {
417 for (op = options; op < &options[vi_NOPTS]; op++) {
H A Dex.h150 extern struct option options[vi_NOPTS + 1];

Completed in 46 milliseconds