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

  /src/usr.bin/unifdef/
unifdef.c 677 static int op_eq(int a, int b) { return (a == b); } function in typeref:typename:int
714 { eval_table, { { "==", op_eq },
unifdef.c 677 static int op_eq(int a, int b) { return (a == b); } function in typeref:typename:int
714 { eval_table, { { "==", op_eq },

Completed in 23 milliseconds