Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c59 #define KWSIZE 8 macro
60 char buf[KWSIZE];
324 char keyword[KWSIZE]; in checkline()
339 if (++symp >= &keyword[KWSIZE]) in checkline()
610 int i = KWSIZE; in nextsym()