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

  /src/usr.bin/ctags/
C.c 268 char maybe_attribute[sizeof attribute + 1], local in function:func_entry
309 for (anext = maybe_attribute;;) {
319 if (anext == maybe_attribute) {
326 if (anext - maybe_attribute
333 if (strcmp(maybe_attribute, attribute) == 0) {
C.c 268 char maybe_attribute[sizeof attribute + 1], local in function:func_entry
309 for (anext = maybe_attribute;;) {
319 if (anext == maybe_attribute) {
326 if (anext - maybe_attribute
333 if (strcmp(maybe_attribute, attribute) == 0) {

Completed in 71 milliseconds