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

  /src/lib/libcurses/
slk.c 62 static int slk_fmt = SLK_FMT_INVAL; /* fmt of slk_init */ variable in typeref:typename:int
106 slk_fmt = fmt;
596 screen->slk_format = slk_fmt;
597 if (slk_fmt == SLK_FMT_INVAL)
599 slk_fmt = SLK_FMT_INVAL;
slk.c 62 static int slk_fmt = SLK_FMT_INVAL; /* fmt of slk_init */ variable in typeref:typename:int
106 slk_fmt = fmt;
596 screen->slk_format = slk_fmt;
597 if (slk_fmt == SLK_FMT_INVAL)
599 slk_fmt = SLK_FMT_INVAL;

Completed in 22 milliseconds