Home
last modified time | relevance | path

Searched refs:insert_or_match_mat (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/discgrp/
H A Denum.h25 #define insert_mat(xxx) insert_or_match_mat(xxx, INSERT)
26 #define match_mat(xxx) insert_or_match_mat(xxx, MATCH)
27 #define begin_mat(xxx) insert_or_match_mat(xxx, INSERT | BEGIN)
H A Dmatlist.c97 insert_or_match_mat(mat, mode) in insert_or_match_mat() function
219 if ( insert_or_match_mat(t, MATCH) )
H A DdiscgrpP.h133 extern int insert_or_match_mat();