HomeSort by: relevance | last modified time | path
    Searched defs:ln_state (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/utils/more/
line.c 86 static int ln_state; /* Currently in normal/underline/bold/etc mode? */ variable in typeref:typename:int
104 ln_state = LN_NORMAL;
114 if (column + addon + (ln_state ? ue_width : 0) > sc_width) \
128 switch (ln_state) {
148 ln_state = LN_NORMAL;
167 switch (ln_state) {
258 ln_state = LN_BO_XB;
265 ln_state = LN_UNDERLINE;
281 ln_state = LN_UL_XB;
286 ln_state = LN_BOLDFACE
    [all...]
  /src/sys/net/
if_llatbl.h 90 int16_t ln_state; /* ND_LLINFO_NOSTATE == -2 */ member in struct:llentry

Completed in 15 milliseconds