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

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

Completed in 68 milliseconds