Lines Matching refs:G1L1
76 #define G1L1 0
82 #define G1L1_MASK (1<<G1L1)
1804 present[G1L1] = False;
1805 sym_row[G1L1] = BOTTOM_ROW;
1806 sym_col[G1L1] = LEFT_COL;
1830 present[G1L1] = True;
1831 sym_row[G1L1] = CENTER_ROW;
1832 sym_col[G1L1] = CENTER_COL;
1837 present[G1L1] = True;
1838 if ((strlen(top->label[G1L1]) > 1) &&
1839 (top->label[G1L1][0] != '\\'))
1840 sym_col[G1L1] = CENTER_COL;
1842 (top->label[G1L1][0] != '\\'))
1850 present[G1L1] = True;
1853 present[G1L1] = True;
2060 strncpy(top.label[G1L1], name, LABEL_LEN - 1);
2061 top.label[G1L1][LABEL_LEN - 1] = '\0';