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

  /src/usr.bin/rpcgen/
rpc_scan.c 66 static int directive(const char *);
144 * Get the next token, printing out any directive that are encountered.
173 if (directive(curline)) {
204 * 'where' is not whitespace, comment or directive Must be a token!
444 directive(const char *line) function in typeref:typename:int
  /src/usr.bin/make/unit-tests/
Makefile 171 TESTS+= directive
172 TESTS+= directive-dinclude
173 TESTS+= directive-elif
174 TESTS+= directive-elifdef
175 TESTS+= directive-elifmake
176 TESTS+= directive-elifndef
177 TESTS+= directive-elifnmake
178 TESTS+= directive-else
179 TESTS+= directive-endfor
180 TESTS+= directive-endi
    [all...]

Completed in 12 milliseconds