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

  /src/usr.bin/xlint/lint1/
scan.l 79 "*=" return lex_operator(T_OPASSIGN, MULASS);
80 "/=" return lex_operator(T_OPASSIGN, DIVASS);
81 "%=" return lex_operator(T_OPASSIGN, MODASS);
82 "+=" return lex_operator(T_OPASSIGN, ADDASS);
83 "-=" return lex_operator(T_OPASSIGN, SUBASS);
84 "<<=" return lex_operator(T_OPASSIGN, SHLASS);
85 ">>=" return lex_operator(T_OPASSIGN, SHRASS);
86 "&=" return lex_operator(T_OPASSIGN, ANDASS);
87 "^=" return lex_operator(T_OPASSIGN, XORASS);
88 "|=" return lex_operator(T_OPASSIGN, ORASS)
    [all...]
externs1.h 410 int lex_operator(int, op_t);
lex.c 685 lex_operator(int t, op_t o) function in typeref:typename:int

Completed in 12 milliseconds