Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/ctags/
H A DC.c264 char maybe_attribute[sizeof attribute + 1], in func_entry() local
303 for (anext = maybe_attribute;;) { in func_entry()
313 if (anext == maybe_attribute) { in func_entry()
320 if (anext - maybe_attribute in func_entry()
327 if (strcmp(maybe_attribute, attribute) == 0) { in func_entry()