HomeSort by: relevance | last modified time | path
    Searched refs:T_KEYWORD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Parser.py 89 if ttype == T_KEYWORD and val == 'algorithm':
91 if ttype == T_KEYWORD or ttype == T_NAME:
95 elif ttype == T_KEYWORD and val == 'secret':
123 if ttype == T_KEYWORD and val == 'keys':
191 elif ttype == T_KEYWORD and val == 'key':
230 if ttype == T_KEYWORD and val == 'directory':
237 elif ttype == T_KEYWORD and val == 'dump-file':
244 elif ttype == T_KEYWORD and val == 'pid-file':
251 elif ttype == T_KEYWORD and val == 'coresize':
253 if ttype == T_NAME or ttype == T_KEYWORD
    [all...]
Tokenizer.py 28 T_KEYWORD = 0
160 return (T_KEYWORD, tok, self.line)

Completed in 24 milliseconds