Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_data.c44 unsigned char direct[ONMSZ] =
46 unsigned char paragraphs[ONMSZ] = {
60 unsigned char sections[ONMSZ] = {
71 unsigned char shell[ONMSZ] = {
80 unsigned char tags[ONMSZ] = {
84 unsigned char termtype[ONMSZ];
H A Dex_set.c39 unsigned char optname[ONMSZ];
64 if (cp < &optname[ONMSZ - 2]) in set()
314 if (cp >= &optname[ONMSZ]) in set()
H A Dex_tune.h68 #define ONMSZ BUFSIZE /* Option name size */ macro
H A Dex.h309 extern unsigned char direct[ONMSZ]; /* Temp file goes here */
310 extern unsigned char shell[ONMSZ]; /* Copied to be settable */