Searched defs:setoption (Results 1 – 3 of 3) sorted by relevance
75 #define setoption(fp,c) ((fp)->flags|=(1L<<((c)-'a'))) macro
2373 setoption(opt, val, safe, sticky, e) in setoption() function
453 #define setoption(m,v) ((v)?(pp.option|=(m)):(pp.option&=~(m))) macro