Home
last modified time | relevance | path

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

/netbsd/external/gpl2/groff/dist/src/devices/grolbp/
H A Dcharset.h5 unsigned char symset[] = { variable
H A Dlbp.cpp142 for (i = 0; i < sizeof(symset); i++) in wp54charset()
143 lbpputc(symset[i]); in wp54charset()
/netbsd/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpftodit.cpp1260 show_symset(unsigned int symset) in show_symset() argument
1264 sprintf(symset_str, "%d%c", symset / 32, (symset & 31) + 64); in show_symset()
/netbsd/dist/pf/sbin/pfctl/
H A Dparse.y315 int symset(const char *, const char *, int);
645 if (symset($1, $3, 0) == -1)
5264 symset(const char *nam, const char *val, int persist) in symset() function
5316 ret = symset(sym, val + 1, 1); in pfctl_cmdline_symset()
/netbsd/external/gpl2/groff/dist/
H A DChangeLog3636 * src/devices/grolbp/charset.h (symset): Use `unsigned char'.