Searched refs:apstr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A Dapibuild.py966 apstr = self.lexer.tokens[0][1]
968 self.defines.append(apstr)
969 if string.find(apstr, 'ENABLED') != -1:
970 self.conditionals.append("defined(%s)" % apstr)
974 apstr = self.lexer.tokens[0][1]
976 self.defines.append(apstr)
977 if string.find(apstr, 'ENABLED') != -1:
978 self.conditionals.append("!defined(%s)" % apstr)
982 apstr = ""
984 if apstr !
1802 apstr = apstr + cond variable in class:docBuilder
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py966 apstr = self.lexer.tokens[0][1]
968 self.defines.append(apstr)
969 if string.find(apstr, 'ENABLED') != -1:
970 self.conditionals.append("defined(%s)" % apstr)
974 apstr = self.lexer.tokens[0][1]
976 self.defines.append(apstr)
977 if string.find(apstr, 'ENABLED') != -1:
978 self.conditionals.append("!defined(%s)" % apstr)
982 apstr = ""
984 if apstr !
1802 apstr = apstr + cond variable in class:docBuilder
[all...]

Completed in 95 milliseconds