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);
517 else if (kind == DK_SUBSCRIPT) {
802 designation_push(&bl->bl_designation, DK_SUBSCRIPT, NULL, subscript);
lint1.h 488 DK_SUBSCRIPT, /* [subscript] */
503 size_t dr_subscript; /* for DK_SUBSCRIPT */
cgram.y 260 else if (dr->dr_kind == DK_SUBSCRIPT)
604 designation_push(&$$, DK_SUBSCRIPT, NULL, $3.lo);
tree.c 4467 if (dr->dr_kind == DK_SUBSCRIPT) {

Completed in 23 milliseconds