OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keywtab
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/xlint/lint1/
lex.c
1262
}
keywtab
[] = {
local in function:lex_comment
1301
for (i = 0; i < sizeof(
keywtab
) / sizeof(
keywtab
[0]); i++)
1302
if (strcmp(
keywtab
[i].name, keywd) == 0)
1313
if (
keywtab
[i].arg) {
1326
if (!seen_end_of_comment &&
keywtab
[i].comment != LC_LINTED)
1330
handle_lint_comment(
keywtab
[i].comment, a);
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025