HomeSort by: relevance | last modified time | path
    Searched refs:lsym_type (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/indent/
lexi.c 53 {"_Bool", lsym_type},
57 {"bool", lsym_type},
60 {"char", lsym_type},
66 {"double", lsym_type},
70 {"float", lsym_type},
76 {"int", lsym_type},
77 {"long", lsym_type},
82 {"short", lsym_type},
83 {"signed", lsym_type},
90 {"unsigned", lsym_type},
    [all...]
indent.c 346 } else if ((lsym == lsym_type && ps.paren.len == 0)
362 if (lsym == lsym_type && ps.paren.len == 0
987 if (lsym == lsym_type /* in parentheses */
1086 case lsym_type:
indent.h 98 lsym_type, enumerator in enum:lexer_symbol
  /src/tests/usr.bin/indent/
Makefile 51 FILES+= lsym_type.c

Completed in 30 milliseconds