Searched refs:keywrds (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.bin/m4/
H A Dmain.c90 static struct keyblk keywrds[] = { /* m4 keywords to be installed */ variable in typeref:struct:keyblk
141 #define MAXKEYS (sizeof(keywrds)/sizeof(struct keyblk))
589 * within keywrds block.
598 type = keywrds[i].ktyp & TYPEMASK;
599 if ((keywrds[i].ktyp & NOARGS) == 0)
601 setup_builtin(keywrds[i].knam, type);

Completed in 119 milliseconds