Home
last modified time | relevance | path

Searched refs:maybe_attribute (Results 1 – 1 of 1) sorted by relevance

/src/usr.bin/ctags/
H A DC.c258 char maybe_attribute[sizeof attribute + 1], in func_entry() local
297 for (anext = maybe_attribute;;) { in func_entry()
307 if (anext == maybe_attribute) { in func_entry()
314 if (anext - maybe_attribute in func_entry()
321 if (strcmp(maybe_attribute, attribute) == 0) { in func_entry()