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

  /src/usr.bin/unifdef/
unifdef.c 675 static int op_le(int a, int b) { return (a <= b); } function in typeref:typename:int
716 { eval_unary, { { "<=", op_le },
unifdef.c 675 static int op_le(int a, int b) { return (a <= b); } function in typeref:typename:int
716 { eval_unary, { { "<=", op_le },

Completed in 27 milliseconds