Searched refs:naml (Results 1 – 2 of 2) sorted by relevance
14 # define FAB_OR_NAML( fab, naml) naml argument15 # define FAB_OR_NAML_DNA naml$l_long_defname16 # define FAB_OR_NAML_DNS naml$l_long_defname_size17 # define FAB_OR_NAML_FNA naml$l_long_filename18 # define FAB_OR_NAML_FNS naml$l_long_filename_size19 # define NAMX_ESA naml$l_long_expand20 # define NAMX_ESL naml$l_long_expand_size21 # define NAMX_ESS naml$l_long_expand_alloc22 # define NAMX_NOP naml$b_nop23 # define SET_NAMX_NO_SHORT_UPCASE( nam) nam.naml$v_no_short_upcase = 1[all …]
1183 size_t naml; /* actual length of the escape name */ in roff_expand() local1417 naml = 0; in roff_expand()1419 while (maxl == 0 || naml < maxl) { in roff_expand()1431 naml++; in roff_expand()1440 naml++; in roff_expand()1456 res = roff_getstrn(r, stnam, naml, &deftype); in roff_expand()1463 if (res == NULL && naml == 2 && in roff_expand()1537 roff_getregn(r, stnam, naml, sign)); in roff_expand()1544 24 * (int)naml); in roff_expand()1552 "%.*s", (int)naml, stnam); in roff_expand()