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

  /src/usr.bin/xlint/lint1/
init.c 297 if (dr->dr_kind != DK_SUBSCRIPT) {
326 } else if (dr->dr_kind == DK_SUBSCRIPT) {
399 designation_push(dn, DK_SUBSCRIPT, NULL, 0);
527 else if (kind == DK_SUBSCRIPT) {
812 designation_push(&bl->bl_designation, DK_SUBSCRIPT, NULL, subscript);
lint1.h 469 DK_SUBSCRIPT, /* [subscript] */
484 size_t dr_subscript; /* for DK_SUBSCRIPT */
cgram.y 251 else if (dr->dr_kind == DK_SUBSCRIPT)
595 designation_push(&$$, DK_SUBSCRIPT, NULL, $3.lo);
tree.c 4305 if (dr->dr_kind == DK_SUBSCRIPT) {

Completed in 17 milliseconds