Searched defs:has (Results 1 – 3 of 3) sorted by relevance
/plan9-contrib/sys/src/cmd/postscript/tr2post/ |
H A D | ps_include.c | 74 #define has(word) (strncmp(buf, word, strlen(word)) == 0) in ps_include() macro
|
/plan9-contrib/sys/src/9k/386/ |
H A D | sdiahci.c | 2352 #define has(x, str) if(cap & (x)) p = seprint(p, e, "%s ", (str)) in iartopctl() macro
|
/plan9-contrib/sys/src/9/pc/ |
H A D | sdiahci.c | 2356 #define has(x, str) if(cap & (x)) p = seprint(p, e, "%s ", (str)) in iartopctl() macro
|